Tagged Questions

0
votes
1answer
45 views

How to dynamically retrieve the page URL within Flash using swfobject / JavaScript

Hi, I have created my own video player using Flash and AS3. Within the flash movie, i have a link which allows the user to copy the object embed code and page url on their own sit …
2
votes
2answers
105 views

Is there a list of reserved FlashVars names?

Currently I work on localization for a Flex application. From an article I know that you can control the localization with the following FlashVars: resourceModuleURLs localeChain …
0
votes
2answers
907 views

How can I get FlashVars values in ActionScript 2.0?

Hi! I have to dynamically send a flashvars value from <object>/<embed>, for example "<object name="flashvars" value="test=myxml.xml"> to my swf file. And in my …
1
vote
3answers
97 views

What is the default value of the “quality” param in Flash embeds?

When embedding flash movies, you can specify a parameter indicating the "quality" of the movie's playback. This generally affects whether the Flash runtime will antialias your shap …
0
votes
1answer
70 views

How to include flashvars in an app engine response?

I have a flash movie I'm trying to return in an App engine handler, but I'd like to dynamically embed flashvars before returning the .swf file. Basically trying to get it so a req …
1
vote
1answer
41 views

Is there any way to do flash data in asp.net mvc?

for more info of what I mean here is a quote from the user guide of the php mvc framework CodeIgniter CodeIgniter supports "flashdata", or session data that will only be availa …
2
votes
4answers
1k views

How do I use FlashVars with ActionScript 3.0?

I found this guide for using the flash parameters, thought it might be useful to post here, since Flash CS3 lacks a usage example for reading these parameters. See answers for the …
1
vote
2answers
104 views

How to implement ‘domain protection’ in ActionScript 3.0

I want to limit my SWF file so that it cannot be stolen and hosted on another server. So if the domain serving the SWF file isn't on a list of approved domains, the SWF will not lo …
0
votes
1answer
40 views

Where does actionscript 3.0 pick up its params from?

in AS2.0 you would include key->val style params in the param embed and object strings and then when running the SWF you would pick them up via the _root object. So in your HTML yo …
0
votes
2answers
512 views

Pass variables into a Flash movie from HTML

As a Flash newbie I found this very confusing and it cost me a couple of hours. Answering my own question here in case anyone has the same problem. Technically you should be ab …
0
votes
2answers
744 views

passing paramaters to a swf via Loader

I have a swf (child.swf) that I wish to load into another (parent.swf). I wish to pass a parameter to child.swf through the loader I am using. Note that I am not trying to pass Fla …
2
votes
6answers
957 views

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 anyone know if …
0
votes
1answer
165 views

How to pass parameters to a Flash projector (Windows)?

Is there any way to pass command line parameters to a Flash projector in Windows? I have another application (in this case, an installer) that will need to communicate to a Flash …
0
votes
2answers
82 views

Trace externally loaded XML data in Flash

How do I trace all of the data from an XML file that was loaded into a flash file? I am trying to debug, and part of my flash file gets updated from the XML file, but the other ha …
1
vote
1answer
207 views

How to pass custom variables to Flex applications

I'm trying to write an application where parameters have to be passed to the application. In Flex builder I modified the and tags in the index.template.html, but when debugging I …

1 2 next
15 30 50 per page