3/10/2010 12:18:41 PM
Title:
How can I hide the video controls FLVPlayback component
I am using Flash CS4 . How can I hide the play pause button and progress bar from FLVPLayback component of flash CS4. I cant find any property. I want to hide the control buttons bar completely foreever
3/10/2010 12:24:33 PM
to hide the video controls or buttons with progress bar completely in flash FLVPlayback Component you have to set the skin to blank string.
myVideo.skin="";
now no controls will appear on mouseover of FLVPlayback component