I\'m loading an swf file into my main application using URLLoader, I want to get the background color of the loaded swf file. ( I heard that one solution wold be reading the
You SWF file has to pass it to a web page with JS.
getURL("javascript:setColour(" + DESIRED COLOUR + ")");
The "setColour" function of course must do what you want it to do.