Hi
I'm building a chapter selector into my skin. See http://www.meedja.com/clients/webfact/mediaplayer/testpage.html
If you click on the chapter selection tap on the left side, you'll see the idea.
I'm happy to hardcode the chapter selectors into the skin across several frames and jump to the frame on pop-out based on what's playing.
However, I need the Actionscript code access the following properties from an MC inside the Player MC in the skin;
1. Get the clip name currently playing
2. Set the time/chapter marker of the currently playing video clip
To be clear, this chapter selector is an indemepdent MC inside the Player MC in the skin .swf.
I'm looking for something like the following ;
currentFlvTitle = (this.parent.parent as MovieClip).player.title;
(this.parent.parent as MovieClip).player.goto("chaptermarker2");
All help appreciated
Peter
Never mind, I built a plugin to do the job