Cost me time, solution:
If your creating the FLVPlayback dynamically using ActionScript and want to set the skin to none the component is expecting a String. So in the component inspector your select none so I assumed "none" in my code would work... nah, got to set it to null.
Actionscript:
-
my_flvplayback.skin = null;

One Comment
this throws an Error
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at fl.video::UIManager/http://www.adobe.com/2007/flash/flvplayback/internal::skinAutoHideHitTest()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
I ve set the Skin url on roll and then trying to remove it on mouseleave stage listener.
2 Trackbacks
[...] post by newtriks This entry is filed under Uncategorized. You can follow any responses to this entry through the [...]
[...] http://www.nutrixinteractive.com/blog/?p=86 [...]