PDA

View Full Version : Actionscript help




D0ct0rteeth
Feb 10, 2005, 11:56 AM
I need to open a .mov file using a frame action. Not a button click.

Here is what I have, but it doesnt work. Any ideas?

GetURL("Video.Mov");

- Doc



Mr. Anderson
Feb 10, 2005, 12:03 PM
do you need to have the exact location of the movie file?

I've done this with .html files, but not .mov files - and where is the movie going? A separate window or in the current .swf?

D

scem0
Feb 10, 2005, 12:06 PM
I bet a relative url will be fine, because it is fine with HTML, and either way it is just opening a document.

But it seems as though that should work. I can't think of why it wouldn't, sorry.

scem0

D0ct0rteeth
Feb 10, 2005, 01:41 PM
Its a CD based app. Its opening the file in a completely dif application.

Feel Free To Play With (http://synergyprod.com/downloads/Scene_2-2_MOVIE.zip)

Im spinning my wheels. Completely lost.

- Doc