|
|
Subject:
Streaming flash video with syncronized flash animations
Category: Computers > Internet Asked by: rfox-ga List Price: $200.00 |
Posted:
31 Jul 2006 17:44 PDT
Expires: 30 Aug 2006 17:44 PDT Question ID: 751278 |
I'm looking for specific instructions on how to take streaming flash videos that have embedded cue points and get them to trigger flash animations. The videos has been encoded with Flix Pro 8. I am a proficent Flash developer but have yet to find any clear directions on how to do this. The video is coming from VitalStream. This requires Actionscript. This code works when there is only one video in the project. However it fails when multiple videos are used. stop(); var listenerObject:Object = new Object(); listenerObject.cuePoint = function(eventObject:Object):Void { trace("Elapsed time in seconds: " + Flvplayer.playheadTime); trace("Cue point name is: cuepoint1" + eventObject.info.name); trace("Cue point type is: ActionScript " + eventObject.info.type); gotoAndStop(eventObject.info.name); } Flvplayer.addEventListener("cuePoint", listenerObject); |
|
There is no answer at this time. |
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |