To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


A Flash Developer Resource Site

Go Back   Flash Kit Community Forums > Flash Help > Online Video

Reply
 
Thread Tools Search this Thread Display Modes
Old 10-27-2006, 01:08 PM   #1
Talmore
Junior Member
 
Join Date: Apr 2003
Location: Baton Rouge LA
Posts: 4
going to a cuepoint from a list

Hello world,

I'm trying to goto a cue point that was added at runtime in actionscript.
I'm using the seekToNavCuePoint() command but no luck.

does this command only work when the cuepoints are added when encoded?

What we have is a vidoe of a speaker. Off cam is a power point slide show. We have the time codes for each slide. but we want to be able to click a slide name from the list and have it go to that cue point in the video
some of the code:

// Create listener object.
var listListener:Object = new Object();
listListener.change = function(evt_obj:Object) {
//
//trace(evt_obj.target.value);
//trace(evt_obj.target.selectedItem.data);
cuepointname = evt_obj.target.selectedItem.data;
trace("cuepoint "+ cuepointname);
// GO TO FLV Cue Point
//_root.my_flvPb.seekToNavCuePoint(evt_obj.target.se lectedItem.data);
_root.my_flvPb.seekToNavCuePoint(cuepointname);

//this.my_flvPb.seekToNextNavCuePoint();

// imgload.contentPath = "images/" + + ".jpg";
}
// Add listener.
mylist.addEventListener("change", listListener);



stop();

thanks

Talmore
Talmore is offline   Reply With Quote
Reply

Go Back   Flash Kit Community Forums > Flash Help > Online Video

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:49 PM.


internet.commerce
Be a Commerce Partner
 »  »  »  »  »  »  »
 »  »  »  »  »  »
 

    

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.