Wiring SWF buttons with actionsIn the Actions tab of the SWF Track Inspector, you can attach one or more actions to a SWF button. You can make it easier to identify buttons by defining a descriptive text string for each button, rather than having to rely on IDs. You define the text strings in the SWF file that describes each button. To define the text string for a button, insert a FSCommand with two arguments in the SWF file. For example: fscommand ("RootButtonScriptA", "RootButton_frame1") GoLive displays these two text strings as URL and Target in the Actions tab in the SWF Track Inspector as: URL: FSCommand:RootButtonScriptA Target:RootButton_frame1 To wire a SWF button with actions:
|