Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: assistence requested |
From: | Scott Rouse |
Date: | Wed, 13 Dec 2000 17:45:45 GMT |
Those are commands for a projector and not a browser window. You need to
call a JavaScript function (you can use an FS command, but not necessarily).
on (release) {
getURL ("javascript:changeScreen()");
}
As for the JavaScript function "changeScreen" which will go into the Head of
your HTML that embedds your movie.....I am just not good enough at
JavaScript to confindently give you the answer. I have been looking for the
code, but my book doesn't even have "fullscreen" property which I was pretty
sure it was a property of the window.open() command...regardless JavaScript
will have to be your focus...hopefully someone will see this and help
further.
Good Luck
----- Original Message -----
From: "Danny Ferry" <dferryapollos-dev [dot] com>
To: <flasherchinwag [dot] com>
Sent: Tuesday, December 12, 2000 1:42 PM
Subject: FLASH: assistence requested
> I have tried all day to get this to work. First thing is, it works but, i
want to be able to toggle from fullscreen to regular and it only changes
once. Second, after i upload the move and browse with both IE5.5 and Net.6
the button doesn't work at all! (I use PC.) Please help in any way if you
can. Thank you.
>
> on (release) {
> if (fullscreen==true) {
> fscommand ("fullscreen", "fasle");
> } else {
> fscommand ("fullscreen", "true");
> }
> }
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre
Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: assistence requested, Danny Ferry
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]