Page 1 of 1
Mozilla Plugin
Posted: 05 Oct 2005 20:08
by adg_vrs
Is it possible to change the height and width of the playback window when uising the mozilla plugin using the DOM / javascript interface?
Posted: 28 Dec 2005 05:18
by terence_zh
I also want to know this answer. I want to change the size of plugin when it play movie.I check the code of vlc plugin of mozilla and don't find interface function.
Posted: 28 Dec 2005 08:15
by terence_zh
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!!!
Posted: 04 Jan 2006 14:16
by Schendstok
In the mozilla plug-in you can change the height en width of the video screen (under windows atleast). But using the same with the activeX plug-in in IE doesn't work,
please look at this code for some html code:
viewtopic.php?t=15624
Posted: 11 Jan 2006 06:36
by terence_zh
Dear Schendstok:
I change the size of plugin in firefox with your suggestion.
thanks a lot!!!