Checkout our new Job forum. Exclusively for Computer Graphics job posting.


Post Reply  Post Thread 
Pages (2): « First [1] 2 Next > Last »
Fullscreen in Flash
Author Message
sathish
Junior Member
**


Posts: 21
Group: Registered
Joined: Feb 2007
Status: Offline
Reputation: 0
Post: #1
Wink  Fullscreen in Flash

Hi everyone. Could you please tell me how to make flash movies fullscreen.
Thanks.

02-20-2007 12:00 PM
Find all posts by this user Quote this message in a reply
adbot
Staff Member
***
Posts: 0
Group: Staff
Status: Offline
Nihal
Super Moderator
******
Super Moderators

Posts: 60
Group: Super Moderators
Joined: Feb 2007
Status: Offline
Reputation: 0
Post: #2
RE: Fullscreen in Flash

Hi Sathish,

If you just want to view SWF or exe files in full-screen mode, all you have to do is open the file and press Ctrl+F. When you want to close the file, press Ctrl+Q.

If you would like to view a Flash file in full-screen mode as soon as it is opened, you should first open the flash source file (.Fla file). After that, give the following actionscript in the first frame of the flash movie:

fscommand("fullscreen", "true");
fscommand("allowscale", "false");

When you specify true, Flash Player is set to full-screen mode. If you specify false, the player returns to normal menu view.

I know that you only asked for full-screen mode but allowscale is very advantageous. Many flash artists use it when they give the full-screen mode actionscript.

When you specify false for allowscale, the player is set so that the SWF file is always drawn at its original size and can’t be scaled. By Specifying true, the SWF file is scaled to 100% of the player. This way, you can see all your images and text in 100%!

02-20-2007 02:41 PM
Visit this user's website Find all posts by this user Quote this message in a reply
TonyRyan
Junior Member
**


Posts: 12
Group: Registered
Joined: Feb 2007
Status: Offline
Reputation: 0
Post: #3
RE: Fullscreen in Flash

hi nihal,

So nihal I think you are flash programer. I have a small doubt, how to multiply an object while moving the pointer. Actually I'm doing my personal site, so help me.

Thanks

This post was last modified: 12-30-2007 04:37 PM by Nihal.

02-20-2007 07:46 PM
Find all posts by this user Quote this message in a reply
sathish
Junior Member
**


Posts: 21
Group: Registered
Joined: Feb 2007
Status: Offline
Reputation: 0
Post: #4
RE: Fullscreen in Flash

Thanks Nihal.

02-21-2007 05:06 PM
Find all posts by this user Quote this message in a reply
mathew
Moderator
*****


Posts: 38
Group: Moderators
Joined: Feb 2007
Status: Offline
Reputation: 1
Post: #5
RE: Fullscreen in Flash

TonyRyan Wrote:
hi nihal,

So nihal I think you are flash programer. I have a small doubt, how to multiply one object while moving the pointer. Actually I'm doing my personal site, so help me.

Thanks


Hi Tony
Could you please be more clear. Did you want it to be as a mouse pointer with trails kinda or do you wanna duplicate something in the stage as you move the mouse?
Mathew


Regards,
Mathew Cherian
http://www.heydaysolutions.com

This post was last modified: 01-20-2008 10:38 AM by Nihal.

02-22-2007 11:30 AM
Visit this user's website Find all posts by this user Quote this message in a reply
davinci
Junior Member
**


Posts: 5
Group: Registered
Joined: Apr 2007
Status: Offline
Reputation: 0
Post: #6
RE: Fullscreen in Flash

sathish hi,

nihal forgot one very important thing,
the fscommand("fullscreen", "true"); works only when you exporting your flash as a projector, EXE file.
you can find it on the publish screen.

one more thing that i find important that you know is that you can't loadmovie SWF (movieclipName.loadmovie) files to the projector file.

This post was last modified: 12-30-2007 04:24 PM by Nihal.

04-13-2007 04:03 AM
Find all posts by this user Quote this message in a reply
mathew
Moderator
*****


Posts: 38
Group: Moderators
Joined: Feb 2007
Status: Offline
Reputation: 1
Post: #7
RE: Fullscreen in Flash

Hey, Did I hear someone saying we cannot load movies into projectors??...
Pls chk out the attached file if you need a clarification. If you publish it as a HTML, it may take a lil time to load.
Dont tell me flash gave an "Unexpected file format" message. The file version is 8. contact me if you need an MX or 5 version.

.zip File  example_fullscreen_loadMovie.zip (Size: 858.16 KB / Downloads: 68)


Regards,
Mathew Cherian
http://www.heydaysolutions.com
04-13-2007 11:56 AM
Visit this user's website Find all posts by this user Quote this message in a reply
TonyRyan
Junior Member
**


Posts: 12
Group: Registered
Joined: Feb 2007
Status: Offline
Reputation: 0
Post: #8
RE: duplicate object

Yes Mathew.I need to duplicate something like...icons, create small vector graphics...etc while  moving the cursor


thx
TonyRyan

This post was last modified: 12-30-2007 04:25 PM by Nihal.

04-14-2007 10:14 AM
Find all posts by this user Quote this message in a reply
mathew
Moderator
*****


Posts: 38
Group: Moderators
Joined: Feb 2007
Status: Offline
Reputation: 1
Post: #9
RE: Fullscreen in Flash

Ryan, You can check out this attachment...put you graphics or icons instead of the butterflies..

file downloaded from http://www.batteryhead.com
again, the flash version is 8. you can get an older version from the above site.


.zip File  butterflies_trail.zip (Size: 12.89 KB / Downloads: 39)


Regards,
Mathew Cherian
http://www.heydaysolutions.com
04-14-2007 03:04 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Nihal
Super Moderator
******
Super Moderators

Posts: 60
Group: Super Moderators
Joined: Feb 2007
Status: Offline
Reputation: 0
Post: #10
Big Grin  RE: Fullscreen in Flash

davinci Wrote:
sathish hi,

nihal forgot one very important thing,
the fscommand("fullscreen", "true"); works only when you exporting your flash as a projector, EXE file.
you can find it on the publish screen.

one more thing that i find important that you know is that you can't loadmovie SWF (movieclipName.loadmovie) files to the projector file.


Hi davinci,
fscommand("fullscreen", "true"); does not only work for exe files,it also works for Flash Player (SWF) files. If you press Ctrl+enter in flash, you will not be able to view your movie in fullscreen, but if you open your SWF file which was created when you pressed ctrl+enter(If you have saved the file), your movie will be in fullscreen mode. Please check the attached swf file and let me know if you have any other doubts about the same.
Regards,
Nihal



Attached File(s)
.rar File  1.rar (Size: 3.55 KB / Downloads: 30)

This post was last modified: 01-20-2008 10:39 AM by Nihal.

04-17-2007 12:43 PM
Visit this user's website Find all posts by this user Quote this message in a reply
adbot
Staff Member
***
Posts: 0
Group: Staff
Status: Offline
Pages (2): « First [1] 2 Next > Last »
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: