hi all,
i would like to resize the playing window when the video is playing.
i think maybe i can set "position" variable to resize, but i failed.
could anyone give me an example to set variable?
thanks
Code: Select all
function mSetVlcSize()
{
if(playing == 1)
{
vlc.style.height= 0+"";
vlc.style.width= 0+"";
vlc.style.width= 100+"";
vlc.style.height= 100+"";
}
else
{
vlc.style.height= 0+"";
vlc.style.width= 0+"";
}
}
Users browsing this forum: No registered users and 39 guests