Link to home
Start Free TrialLog in
Avatar of James_Avery
James_Avery

asked on

How to trigger an AC2 event using FLV instance timecode.

I have a flash doc with some instances of FLVs. These FLVs are already encoded and do not contain cue point info.

I need to be able to trigger an AC2 function like: ' this.gotoAndPlay(2); ' when it gets to a certain point on the timecode in my flv instance.

For example, when it get to 15 seconds into my video, run ' instanceName.gotoAndPlay(2); '.
ASKER CERTIFIED SOLUTION
Avatar of Randy Poole
Randy Poole
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of James_Avery
James_Avery

ASKER

Thank you so much.. so lets say I want doMyFunc(); to run at 0:15 in the video.  How would I code that? It appears as if your code is based off of a 1-100 range, but my videos are all different lengths.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
How about if I have multiple cuepoints I need on 1 flv clip?