urlrequest

AS3 URLRequest XSS?

Im basically working on an image analyser that downloads images from another server. I have no control over the server but I only want to scan images not html pages. would something like this work? new URLRequest('http://otherserver.com/someimage.jpg'); Or would I have to use a PHP script to act as a proxy for my script and have the ...

AS3 URLRequest in for Loop problem

Hi guys, I read some data from a xml file, everything works great besides urls. I can't figure what's the problem with the "navigateURL" function or with the eventListener... on which square I click it opens the last url from the xml file for(var i:Number = 0; i <= gamesInput.game.length() -1; i++) { var square:square_mc = new squa...

What is the difference between URLLoader and URLRequest in Actionscript?

What is the difference between URLLoader and URLRequest in Actionscript? ...

Loading a swf named in xml into a parent swf in Actionscript 3

Hi, OK, I have a situation where I use loadvars to load an xml file, which has the address of 2 swf's on the server. I can trace the xml items so know they are loading. So I'm trying to load the swf's but am running into problems. First problem, the swf always gives an error when I publish from flash, "TypeError: Error #2007: Paramet...

flex 4: importing flash symbols from an swf that was fetched using URLRequest

Hello. I'm trying for several days now to properly import flash symbols into a flex application. i can't only @Embed because the swf file that contains the skins will not be available locally so i need to use URLRequest. This is what I've got so far. I created a flash file, lets call it foo.swf that contains several elements in the li...