Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > Projectors and CDs

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-13-2002, 07:23 AM   #1
CyanBlue
Super Moderator
 
CyanBlue's Avatar
 
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,878
Default [Q] How to disble resizing flash player???

Hi...

I have a stand-alone movie which I want to play it only within the Flash Player... I used fscommand("allowscale", "false") so that the user won't be able to resize the movie itself... The problem is that even with this fscommand, the user still can resize the Flash Player itself... and if I do that, I can see all the movie clips that I have put out of the stage area... Is there any way I could have the Flash Player not to resize???
Thank you in advance...

Jason
CyanBlue is offline   Reply With Quote
Old 03-13-2002, 08:06 AM   #2
farafiro
Addicted To FLASH
 
farafiro's Avatar
 
Join Date: Dec 2001
Location: EGYPT
Posts: 12,439
Send a message via MSN to farafiro Send a message via Yahoo to farafiro
Default

Quote:
Is there any way I could have the Flash Player not to resize
No, but this wiil do the job:


fscommand ("fullscreen", false); // this for what u want
fscommand ("allowscale", false);
fscommand ("showmenu", false); // this prevents the right click menu, so the user can't zoom in and out
__________________
â€* GOD Is Near â€*
Questions Don't PM for Questions . Thanks
An eye for an eye, make the whole world blind
_____________________________________________GHANDI
farafiro is offline   Reply With Quote
Old 03-13-2002, 08:31 AM   #3
CyanBlue
Super Moderator
 
CyanBlue's Avatar
 
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,878
Default

Thanks, farafiro...

I already have those three fscommands in my scripts and that doesn't exactly do how I want the projector to be in terms of resizing the window...

Thank you and have a nice day!!!

Jason
CyanBlue is offline   Reply With Quote
Old 03-13-2002, 11:58 AM   #4
Billy T
Oops I did it again
 
Billy T's Avatar
 
Join Date: Oct 2001
Location: Melbourne
Posts: 8,578
Default

in the top layer put a massive square the same colour as your background (5 times the size of the stage or something...)

then change the view of that layer to outline mode and cut a whole in it directly over the stage

this will then show whats on the stage and cover everything else..

its a stupid thing in flash that I hope is fixed in the new version

cheers
__________________
Billy
Online Galleries
Free Flash Video Tutorials
Photo Website Template

Don't email or PM me questions...
Billy T is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Stand Alone Flash Player?? Huh? Projectors and CDs 4 06-11-2008 10:24 AM
Help with flash player 6 gdeleon101 ActionScript 1.0 (and below) 8 03-09-2005 07:12 AM
Need actionscript for Flash 6 Player Steve Martin ActionScript 1.0 (and below) 3 07-10-2002 06:40 AM
Flash Experts...pls help in detecting flash player keithu2s ActionScript 1.0 (and below) 3 06-22-2002 01:34 PM
Flash Player in IE on Mac Problem GDubb ActionScript 1.0 (and below) 0 04-04-2002 05:48 PM


All times are GMT. The time now is 05:43 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.