
February 25th, 2010, 09:48 AM
|
|
Registered User
|
|
Join Date: Feb 2010
Posts: 12
Time spent in forums: 3 h 9 m 11 sec
Reputation Power: 0
|
|
How solve it
I have a fla file with a menu and flv video in it. The buttons for the menu are created with an xml file. I want to use the buttons to go to navigation cue points in my flv instead of a url, but I do not know how to do this or if it is possible. Here is an example of one of my buttons:
Code:
<button title="Programs" url="#" target="_blank" toggleSubMenu="1">
|