Microsoft
Software
Hardware
Network
Question : Is there an action script to take me to the end of a swf rather than close it?
Hi Experts,
We've created a new playback control swf for Adobe Captivate 3 using Flash 8.
We would like to have a button that takes the user to the end of the swf it is playing.
At the moment we can only work out how to either forward them by a slide (using the BtnClick("forward") command) or exit the swf (using the BtnClick("exit") command). By repeated clickingg the forward button they can 'skim' through the swf - but what we realy need is an action that takes them to the end but does not exit the file.
I thought it would be something like:
BtnClick("end") or BtnClick("last")
Any suggestions would be gratefully received.
Many thanks,
Sam
Answer : Is there an action script to take me to the end of a swf rather than close it?
Unfortunately I don't have Captivate so I can't test this.
Try using
function onClicked()
{
gotoAndStop(_parent.totalF
rames);
}
or
function onClicked()
{
_parent.gotoAndStop(totalF
rames);
}
Random Solutions
Update the first record from a returned set of records
Network Drive Login Script
using /etc/hosts instead of mx records from DNS
Need References on How to Use Norton Ghost 12.0.
how do I catch a server status code 503 on a .NET page utilizing AJAX timers ?
Best Way To Install Office 2003 Install Point into SBS 2003 Client Applications
Event ID: 2436, Event Source: Windows SharePoint Services 3 Search
Exchange log files deleted
Missing Operator performing multiple inner joins
Bash - Shell Scripting Menu Help - Text Menu --> Visual Menu