Search Results

10
votes

Best way to embed a SWF file in a html page?

The best approach to embed a SWF into a HTML page is to use SWFObject. It is a simple open-source Javascript library that i …
2
votes

Security issues when using Amazon S3 file hosting for Flex modules/swfs

You would have to give security access to the SWFs because they are not from the same domains. The approach is similar to the crossdomain for webservices except that you need to place the following …
1
vote

Do you need to put something in your code to access an asset allowed by crossdomain.xml?

Will flash handle the 'go get crossdomain.xml and authenticate everything' behind the scenes or do I need to include some special code beyond simply requesting the swf file? …
0
votes

Possible to use MovieClipLoader() to load a swf from a different server?

In the event of any cross-domain request, Flash will look for the crossdomain.xml file at the root of the domain. For example, if you are requesting an XML file from: http://mysubdomain.mydo …
0
votes

dimensions of loaded swf’s stage

Did you try the accessing the following: stage.stageWidth stage.stageHeight From the …