473,382 Members | 1,373 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

1003: Invalid Seek, seekToNavCuePoint() problem.

113 100+
Hi,

I've have added cue points to an flv with a listener so that when the cue point is reached the cue point name is traced. My problem is when i try to use the seekToNavCuePoint() function on the flv movie to seek to a cue point, the invalid seek error occurs.
My project is for use offline and on a cd, I read somewhere that a streaming server is necessary for seekToNavCuePoint() command to work properly is this true?

Thanks,

Chromis
Nov 3 '08 #1
4 7015
joedeene
583 512MB
Hello there,

Check out these two resources: http://livedocs.adobe.com/flash/8/ma...html#wp3773857, and http://livedocs.adobe.com/flash/8/ma...=00003603.html from livedocs.adobe.com.

The first resource says that there are 3 different cue points:
1.) A navigation cue point
2.) An event cue point
3.) An AcionScript cue point

Let me know if this helps.

joedeene
Nov 3 '08 #2
chromis
113 100+
Hi Joedeene,

Thanks for your reply. I have read all three of these doc pages and more already, the only thing which stands out is that the the seekToNavCuePoint() function is apparently designed for the navigation cuepoints which are embedded in the flv when it is encoded. So actionscript cuepoints might night not be available to this function, I can't find anything definite to back this up tho. Also it seems a bit silly as there is no visible means to seek to the cuepoints created by actionscript.

I might just make an array of cue points and use that to seek to specific times rather than trying to use this function. But if you have any other ideas i'd be happy to hear them.

Thanks for your help,

Chromis
Nov 4 '08 #3
chromis
113 100+
I didn't notice the first time i read it but this is the solution:

digitil said on Sep 19, 2006 at 12:36 PM :

If you want to seek to an Actionscript cue point you an do this by directly seeking to the cue point object's time property:

// add cuepoint:
Vid1.addASCuePoint(8, "cue8");
//set playback head:
Vid1.seek(Vid1.findCuePoint("cue8")["time"]);

Ref
Nov 4 '08 #4
joedeene
583 512MB
No problem, I'm glad to be of assistance. If you have any more problems you may encounter, let us know and we will help you.

joedeene
Nov 4 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Pernell Williams | last post by:
Hi all: I am new to Python, and this is my first post (and it won't be my last!), so HELLO EVERYONE!! I am attempting to use "xreadlines", an outer loop and an inner loop in conjunction with...
28
by: Brian | last post by:
Hi I want to create a layer that 100% wide, 200 px high and stays at the bottom of the screen, even when the page is scrolled, how do I do this? I have seen it on websites but can't find any...
1
by: Frank Siegmann | last post by:
Hallo, i permanently get the error 1003 "aspnet_wp.exe was recycled because it was suspected to be in a dead logged state ....". Any hints how a can solve this problem . Frank Siegmann
59
by: Rico | last post by:
Hello, I have an application that I'm converting to Access 2003 and SQL Server 2005 Express. The application uses extensive use of DAO and the SEEK method on indexes. I'm having an issue when...
4
by: ataanis | last post by:
I just realized the SEEK method has the same problem, from what I understand, it sets the file pointer to the beginning of the file, and can't be changed!!! I need a way to set the streamreader to...
27
by: Deephay | last post by:
Greetings all, I have a program that used the realloc() function to change the allocated size of a buffer, the program works with some arguments, but with some other arguments, it will show me...
3
by: Jonnh | last post by:
help with use the methods recordset and seek in access because en excel with function database, i know but en access i need seek to table or form, thanks
2
by: mhearne808[insert-at-sign-here]gmail[insert-dot-he | last post by:
I'm having a problem with the File object's seek() method. Specifically, I cannot use it to seek to a location in a binary file that is greater than 2^31 (2147483648). This seems unnecessarily...
4
by: JonathanRead2000 | last post by:
Hi, One of our live london trading database instance ,crashed with the following message ..and there was a huge loss to the organization . ORA-7445 ] FROM CREATE...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.