Jump to content
Search Community

VideoLoader - accessing cuepoint

Chrysto test
Moderator Tag

Recommended Posts

Hi;

 

How I load video with VideoLoader. I want some thing to happen on different cuepoints, how I ca get more information about the cuepoint that is accesed?

 

 

private function loadVideo():void{
		var vidLoader:VideoLoader = new VideoLoader("out_1.flv", {container:vc});
		vidLoader.addEventListener( VideoLoader.VIDEO_CUE_POINT, function(event:Event):void{
			trace("cuepoint");
		});
		vidLoader.load();
	}

 

The trace gives me output when the video loads the cuepoint, but I have no idea which is the cuepoint. I can't import fl.video package (every single bite is vital for this project) and I need to load over 100 videos , sharing all over different cuepoints. Any suggestions?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...