PDA

View Full Version : [AS2] Turning off video controls with AS


SCook
03-12-2009, 02:53 PM
Hey all,

How do I trun off the FLVPlayback controls with actionscript? There must be a property. I know this is a question abouty a component, but it's really about AS. Thanks.

atomic
03-12-2009, 03:12 PM
What do you mean by turn off? Their visibility, or disabling them?

SCook
03-12-2009, 03:16 PM
Their visibility. I've tried video.skin = false, and that seems to work. However, I can't seem to turn the vis back on with video.skin = true

atomic
03-12-2009, 03:50 PM
Could be wrong, but think you'll have to use your own customized controls to do so...

CyanBlue
03-12-2009, 04:45 PM
Make a movieClip the same as your background, and have it float on top of the skin, show/hide it to cover the skin, maybe???

atomic
03-12-2009, 05:09 PM
If the controls are overlaid, than I guess that wouldn't work...

atomic
03-12-2009, 05:18 PM
Most likely use...

Link removed.

SCook
03-12-2009, 05:18 PM
No, I need a real solution. I can't just hide the skin, because the skin floats over the video. If I can set flvplayback.skin = false and it removes it, then should I not be able to do the reverse? Or is there some inplied movieclip that contains the skin that I can access via AS?

atomic
03-12-2009, 05:21 PM
Attach your .fla.