Old 25-06-2009, 07:57   #1 (permalink)
Mandy Moo
Allow me to judge
 
Mandy Moo's Avatar
 
Join Date: Feb 2007
Location: UK
Posts: 936
Hide outside of stage area

I have a Flash file which contain lots of mini movies on the stage (i.e each mini movie that has it's own fresh timeline and only take up 1 cell of the timeline on the main stage... if this makes sense)

Anyway... the file size is 1024 x 780. It will be played on a 42in plasma. When I test the movie on the plasma I have to select view>full screen to make the movie fill the screen. However on the left and right hand side of the movie, flash player and Quicktime shows about 2in of area which is outside of the work area. It shows areas which is on my pasteboard but off the main stage.

Is there anyway I can make it show only the stage when viewed at full screen?

Help!
  Reply With Quote
Old 25-06-2009, 08:10   #2 (permalink)
KingCraig
designer
 
KingCraig's Avatar
 
Join Date: Feb 2008
Posts: 2,068
You could set everything in your pasteboard to invisible

instanceName._visible = false;
(i think)

Or resize the stage to the correct aspect ratio, which is probably 16:9 for a 42inch plasma.
__________________
  Reply With Quote
Old 26-06-2009, 13:41   #3 (permalink)
solarisedesign
Where's my snow?
 
solarisedesign's Avatar
 
Join Date: Aug 2008
Location: Edinburgh, UK
Posts: 803
Send a message via MSN to solarisedesign
A quick'n'easy solution might be to store your clipboard stuff to the left or above the stage - when viewing in a larger monitor, Flash expands to the right and down
  Reply With Quote
Old 29-07-2009, 17:15   #4 (permalink)
white//heat
Registered User
 
Join Date: Jul 2009
Posts: 2
I work in AS3 so not sure if this is applicable, but you should be able to just mask the stage like any other display object.

var mask:Sprite = new Sprite();
mask.graphics.beginFill(0x000000);
mask.drawRect(0,0,1024, 780);
mask.endFill();
addChild(mask);
stage.mask = mask;

If you can't set a mask to the stage(never tried it), you could just add everything to a containing sprite and mask that.
  Reply With Quote
Old 29-07-2009, 18:23   #5 (permalink)
KingCraig
designer
 
KingCraig's Avatar
 
Join Date: Feb 2008
Posts: 2,068
Stick a mask over it.
You can get a script to make it play full screen too. Saves you going to view > full screen each time it's loaded.
__________________
  Reply With Quote
Old 04-08-2009, 10:06   #6 (permalink)
ReachMedia
Registered User
 
Join Date: Aug 2009
Posts: 11
papervision
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive
Web Hosting by Heart Internet, vBulletin © 2000-2009 Jelsoft Enterprises Limited.
Search Engine Optimization by vBSEO 3.0.0 RC8
Web Hosting by Heart Internet