When you load external swf at runtime, is there a way to get the swf background color? - This is the background color of the scene. Downloaded swf is loaded by users who may or may not know the correct color.
I know that this is usually indicated in the HTML code for embedding swf, but if you run swf in a standalone player, it will display the correct color, so the information should be somewhere there. What I want to do is create a background behind the loaded SWF so that it displays as intended.
EDIT: I would prefer a client-side solution, if at all possible. If the server side does not have .net installed.
source
share