Postby terence_zh » 28 Dec 2005 08:15
hi,all experts on vlc:
I check the source code and find some variables control width and height of vlc.I try to resize plugin window when play movie by Javascript function:set_int_variable("height", "1024");set_int_variable("width", "768");
But I find it did not effect.I hope the plugin window is 640*480 whenI open the web page.When people watch movie for several minutes, I change the size to 1024*768 by js function of vlc plugin for mozilla.
who can give me some suggestion about change size of plugin's window while play?
thanks for help!!!