Google Answers Logo
View Question
 
Q: Streaming flash video with syncronized flash animations ( No Answer,   0 Comments )
Question  
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);
Answer  
There is no answer at this time.

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

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 Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy