Jeff S
07-24-2008, 02:30 PM
I have a little "movie player" application written in AS3 that works great. Ignoring the graphics and design (or lack thereof) for now, everything functions great, the way youd expect. The problem that I'm having is that I want the entire thing to be played in FULLSCREEN mode. In other words I want the SWF stretched to fit the entire monitor, I even want the FLV's stretched too. I can't seem how to figure this out in AS3, as I'm still a bit of a newbie with it. Every time I try a different approach for fullscreen I break the application. Can someone help me figure out how to make it go fullscreen and stay that way? If anyone has any ideas that would be greatly appreciated!!! Thanks in advance!
Here's the link to my files: http://www.soundvideoimpressions.com/files.zip
If that doesnt work send me a private message and Ill get them to you. Thanks again!
Jeff S
07-25-2008, 10:26 AM
Ok so Im finding a few bugs here and there and ultimately my testing is leading me to the conclusion that I can program parts of this thing, but I cant get everything to all function properly together. Here's what Im trying to do: I have 40 videos, each with a corresponding thumbnail JPG. I want a menu so the user can select 1 of the 40 videos. When one is selected, the menu will disappear and the corresponding thumbail JPG will fade up, hold for a few seconds, then fade away. At that point the corresponding video will begin to play. When its finished, go back to the main menu and await input. Also on the main menu there should be a Play All button so you can play all 40 videos in a continuous loop over and over. When looping, each video will be preceded by its corresponding JPG fading up, holding, and fading out. In other words when I click on Play All, this is what I get: video1 JPG fade, video 1 JPG hold, video 1 JPG fade out, video 1 plays, video2 JPG fade, video 2 JPG hold, video 2 JPG fade out, video 2 plays, etc. Pressing the escape key (or any key that works) would exit the loop and go back to the main menu. This entire thing needs to be fullscreen the entire time.
I'm having troubles getting all those components to function properly together, can anyone offer some approached or advice or help on how to make all that happen?