|
Prev: Delaying progressive download with FLVPlayback component
Next: Newbie: When to use Symbols, when not
From: refarde on 30 Jan 2006 23:39 Does anybody know how to make a movie start in fullscreen without actionscript?? I want inputting an command in the command window. for example, >swplayer -fullscreen thanks already
From: Pecelinda on 31 Jan 2006 02:25 To create this effect, all you have to do is create two separate pages. For this exapmple we will use the two HTML pages, index.html (the page that will have the javascript) and index2.html (the page that will have the SWF file. When index.html is visitied, it will automatically pop up index2.html as a full window. Here is the code: <HTML><HEAD><TITLE>YOUR TITLE</TITLE></HEAD><BODY bgcolor="#000000" text="#808080"> <script language="JavaScript"> <!--window.open('index2.html ','1','fullscreen=yes,scrollbars=yes'); //--> </script></BODY></HTML>
From: FlashJester Support Team on 31 Jan 2006 05:41
Hi, You can do this using Jugglor and the Command Line Parameter Download an evaluation copy from http://www.jugglor.com Then read the help file Jugglor Help -> Advanced Techniques -> Command Line Parameters to Juggled Files Regards FlashJester Support Team e. - support(a)flashjester.com w. - http://www.flashjester.com There is a very fine line between "hobby" and "mental illness." |