AS2 code for button to make media display component fullscreen
hi,
i using media display component display short flv cartoon. have given component instance name "fcep01" , controlling play, rewind , pause functions using buttons using "on (release) {_root.fcep01.play();}" , on.
i want have additional button allow viewer toggle component fullscreen (and back). using as2 in flash cs3.
i realise may necessary use movie clip instead of regular button, tutes i've looked @ haven't worked.
any advice gratefully received.
thanks.
daftoons
you'll need to
1. resize component stage's size,
2. change stage's displaystate property fullscreen and
3. make sure publish settings allow fullscreen.
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment