Top "Flashvars" questions

The FlashVars is a parameter of the HTML <OBJECT> tag and is used to sends variables into a SWF file when it loads in a web browser.

How do I access flashvars in AS3, and add them to an existing text field?

Edit: I've come to realize the main problem I'm facing is that I want a text field that already exists …

actionscript-3 flashvars
AS3 Pass FlashVars to loaded swf

I have a A.swf which loads B.swf onto a movieclip and needs to pass it some FlashVars. When …

actionscript-3 flashvars
Send POST request with x-amf (Flash) request header

I'm trying to reproduce a POST request that was captured from WireShark using PHP. This POST request was sent by …

php flash post curl flashvars
PHP in XML file (or PHP file as XML one)

I have this code (part of bigger script): flashvars.xmlSource = "datasource.xml"; datasource.xml looks like: <?xml version="1.0" encoding="…

php xml flashvars
Detecting if fullscreen is allowed in ActionScript 3.0?

I would like to remove a fullscreen button if the allowfullscreen param is false.       param value="true" name="allowfullscreen" Does …

flash actionscript-3 fullscreen flashvars