Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

wormed

macrumors member
Original poster
Jul 9, 2004
35
0
I'm having some issues with projector.

I have an fscommand in the projector file that maximizes the window to full screen but when my external swfs load into the projector file the window resizes back to normal view. How do I keep these swfs in full screen mode?

also, When in full screen mode it is showing all objects off the stage which I don't want to happen. Id it most efficient to mask the stage so these items don't show?

also, I sent the executable file as well as the two external swfs to a windows computer. The executable file runs the first part of the movie but it doesn't load the external swfs.

Maybe it would solve all my problems if I could make these three files into one executable. But how do I do that?
 
wormed said:
I'm having some issues with projector.
also, When in full screen mode it is showing all objects off the stage which I don't want to happen. Id it most efficient to mask the stage so these items don't show?

attach them dynamically then. you would use this code:

_root.attachMovie("myMC", "myMC", _root.getNextHighestDepth(), {_x:whatEverX, _y:whatEverY})


make sure that the MC you do this to is set the mc to "Export for Action Script", by right CTRL clicking on the mc in the library and selecting 'Linkage...'
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.