Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.mov file to pop up in quicktime seperate of movie 1

Status
Not open for further replies.

TexanBetty

Technical User
Jul 18, 2001
43
0
0
US
I am creating a flash movie. imagine that. In my movie, I have a button that the user pushes and then I want the .mov file to pop up in quick time and the movie to play in quicktime. (the movie is too big to import into flash itself) This is the problem that I am having... in the action script of the button I have this:

on (release) {
fscommand ("exec", "launcher.bat");
}


and then my launcher.bat is in the same folder as the movie. The launcher.bat says this:

START jeff/Jeff.mov

where jeff is the folder and Jeff.mov is my movie inside the jeff folder. When I first made this it worked fine. For some reason it all of the sudden doesn't work. What am I doing wrong?? [morning]
 
Your .bat files have to be in a subfolder "fscommand".

Regards,

oldman3.gif
 
ok.

so in my fscommand folder I will put my .bat files and my avi files into my fscommand folder....

thanks for your patience and help! TexanBetty

[rockband]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top