[AS3] flv skin error
Hello,
I'm trying to load a skin from a URL I have uploaded to a server but I get the following error:
Error #2044: Unhandled skinError:. text=Error #1034: Type Coercion failed: cannot convert flash.display::AVM1Movie@322fc711 to flash.display.Sprite.
Does that look familiar to anybody? I'm probably missing a step. Do I have to import something?
The code I have is:
flv.skin ="http://www.domin.com/skin-name.swf";
Thanks for your help!
|