Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: fscommand
From: Muzak
Date: Wed, 13 Dec 2000 03:01:49 GMT

Use a variable value in the if statement and change the value of the variable when changing the fullscreen on or off.

on (release) {
if (varFullscreen==1) {
fscommand ("fullscreen", "false");
varFullscreen=0;
} else {
fscommand ("fullscreen", "true");
varFullscreen=1;
}
}

this will only work in a standalone projector (exe), not in a browser window.

Muzak
----- Original Message -----
From: "Danny Ferry" <dferryatapollos-dev [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Wednesday, December 13, 2000 2:18 AM
Subject: FLASH: fscommand


> I'm having a problem with fscommand, this is what i'm using:
> on (release) {
> if (fullscreen = true) {
> fscommand ("fullscreen", "false");
> } else {
> fscommand ("fullscreen", "true");
> }
> }
> I want a button to toggle between fullscreen and not
> fullscreen.
> First thing is, with 1 "=" this works if the movie is fullscreen but if it
> isn't it's useless. And viceverca, when ther are 2 "=" and the movie is not
> fullscreen and i press the button it works fine but if its fullscreen with
> 2"=" it's useless. Please help if you can. Also if you have any ideas why
> this command wont work when i upload to web. I use win 98 IE5.5 Server
> problem maybe? any info is greatly appreciated
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 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 helpatchinwag [dot] com
>
>
>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 helpatchinwag [dot] com


Replies
  Re: FLASH: fscommand Muzak goto egomedia, Danny Ferry

Replies
  Re: FLASH: Collision Detection, Matt Wobensmith
  FLASH: fscommand, Danny Ferry

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]