Click to See Complete Forum and Search --> : CD Brochure


TiGGi
04-26-2006, 11:23 AM
Hey guys,
I AM making CD brochure/presentation and I need some advice.
I want it to autostart in full screen so any good scripts to do this?
Also what would be the best movie resolution to do this in?
What would be the best foramt to export move in; swf, exe..?
Another thing, I was thinking to make a startup screen where user can choose from few options, is it posible to make this kind of trasparent so it's not limited to square design???

schizo
04-27-2006, 07:52 PM
Since no one has responded, I can answer a few of your questions.

First off, I assume you're talking about Flash. It would definitely be best to publish it as an exe. In your first frame of the fla, add the action:

fscommand("fullscreen","true");

You will burn this file to the root of your CD. There should also be another file in the root called autorun.inf which contains the following text (icon is optional):

[autorun]
open=myflashfile.exe
icon=myicon.ico

I'd suggest a resolution of no larger than 1024x768 especially if you are going to be using this as a projector presentation. Hopefully this helps some.