header
ask question
Click here to ask Question Now Its free No registration required. Flash, Flex, Flash Media Server, ActionScript,Adobe Air. Most questions receive a response in an hour.
amar
Points:210
Posts:11

3/11/2010 3:46:32 AM

Title: Video Cue points


hi,

I am doing a project and i need to send video cuepoint time.
how can we get flv video cuepoints in php.

plz help me.

thnx



1
Larson
Points: 0
Posts:0
3/11/2010 6:29:04 AM



you can read video cuepoints in flex and send it to php using httpservice.
In videoDisplay component there is a event cuePoint this gets fired on cuepoints

add a litener like this





private function onCuePoint(evt:CuePointEvent):void {
		trace(evt.cuePointName);
		trace( evt.cuePointTime);
		trace(evt.cuePointType);
	}

<mx:VideoDisplay cuePoint="onCuePoint(event)"  id="vidDisplay" x="301" y="277" width="100" height="100"  />



2
amar
Points: 210
Posts:11
3/11/2010 7:57:11 AM



but same thing i want to do in Flash/php....

3
Kevin
Points: 0
Posts:0
3/11/2010 8:01:00 AM



try this link, the post is about reading and writing cuepoints with flv.

http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/

the project code for above link is in google code at this link

http://code.google.com/p/php-flvinfo/

I hope it helps you


Post your Reply
Name  

Email

Type your Reply or Answer

Are you human? What is 0+4 



Members Login

Email  
Password
Forgot Password





This website focus on: Flash | Flex | FMS | RED5 | WOWZA | Flash Media Server | Adobe AIR | ActionScript,Flash Solutions | Flash Question | Flash Answers | Flash Developers | Flash Problem, Flash Help, Flash bugs, Flash workaround | Flash Blog | Flex Question Answers | Flash Forum | Flex Development | Actionscript development | Flash development | Adobe AIR development
Copyright © 2008 AskMeFlash.com. All rights reserved. Privacy Policy | Terms & Conditions