PDA

View Full Version : open new flash window


ma501th
03-05-2008, 01:41 PM
is there anyway that you can open a new window within flash.

for example i am running the .swf file and in the movie i press a button. once pressed a new window will appear which will display the contents of a different frame from the same flash file.

is it possible if so can anyone help me with the coding?

cheers

atomic
03-05-2008, 01:54 PM
You can attach a movie clip(s) from the Library and have it display the info...
Or you could have one mc (with a few different content frames) off-stage, and when some button is pressed, the mc is directed to the proper content frame (within itself), and then moved on stage... A lot of templates are coded in that manner...