• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to insert a form control

danklumpp

Senior member
Anyone know how to insert a form control in Flash MX 2004. I couldn't find anything in help or on the internet. I have a form from PayPal that I would like to insert in my Flash website, but I can't figure out how.

I goes like this:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="encrypted" value="-----BEGIN-----END PKCS7-----
">
</form>
 
Originally posted by: NiKeFiDO
paypal scam?

No, it's a "Buy Now" button, I was just giving part of it to you so you would know how it goes. It works when I paste an HTML code into Dreamweaver, but I can't paste the Dreamweaver code over into Flash.
 
Back
Top