Berkay Unal schrieb:
Hi Coders,

There is an option on the Video2brain's FLV player (
http://www.video2brain.com/videoplayer.cfm?video_id=1631)  that when you
click on a icon on the player as shown on the pic below the video's quality
changes.It smthing like antializing is turned off or on. I think it's
smthing with the FLV itself but could not figured out

it's a feature of the video Object :-)


If you're using FLVPlayer you can use it like:


var video = flvplayer.getVideoPlayer (flvplayer.visibleVideoPlayerIndex);
video = video._video; // dirty! 
video.smoothing = !video.smoothing;

micha
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to