-
1. Re: How to add flash action
Captiv8r Feb 22, 2010 5:42 AM (in response to pzwhz)Hi there
From what you posted it would seem that perhaps you simply wish for a URL to load when the project ends, no?
If that's the behavior you want, there is no need to use Flash to do it as this function has been built into Captivate itself. Click Edit > Preferences > Project > Start and End. Configure the Project end option so that Open URL or File is selected, then enter the URL you wish to visit.
Cheers... Rick
Helpful and Handy Links
Captivate Wish Form/Bug Reporting Form
-
2. Re: How to add flash action
pzwhz Feb 22, 2010 5:14 PM (in response to Captiv8r)I have a Flash Player,if i have the code ,it will close the movie.
stop ();
getURL("FSCommand:window","closeResult close");or
stop ();
fscommand("window", "closeResult close");but,if i type the code to end of the movie by open url of file.I find the captivate code is:
function endMovieFunction(slide)
{
var _loc1 = "fscommand(\"window\", \"closeResult close\");";
getURL(_loc1, "_self");
} // End of the functionfunction endMovieFunction(slide)
{
var _loc1 = "\"FSCommand:window\",\"closeResult close\"";
getURL(_loc1, "_self");
} // End of the functionfunction endMovieFunction(slide)
{
var _loc1 = "FSCommand:window,closeResult close";
getURL(_loc1, "_self");
} // End of the functionso my flashplayer is not close the movie.



