Skip to main content
Participating Frequently
April 20, 2010
Question

Order Form

  • April 20, 2010
  • 1 reply
  • 418 views

I am trying to take some simple code from my credit card company to embed their button and order form in my SWF. How do I incorporate it or load it so Flash will read it properly?

This topic has been closed for replies.

1 reply

Inspiring
April 20, 2010

Is their form done in Flash?

Participating Frequently
April 21, 2010

No it is in just standard html.

Inspiring
April 21, 2010

AS3 has very limited support of HTML tags. In particular, Flash doesn't support HTML forms. This means that you cannot pull HTML forms into swf and need to make "forms" in Flash from scratch. I put "forms" in quotes because AS3 doesn't have forms per se. Nevertheless, Flash IDE comes with pre-written components that can be used in as form fields similar to HTML forms.

There are many tutorials on Internet that will help you get started.