360 video hotspots

Q&A about the latest versions
Post Reply
tomwidd
Posts: 7
Joined: Tue Sep 11, 2007 12:56 pm

Hi,
I'm looking at making a 360 video using the API. I would like to create hotspots either in Pano2VR or in Actionscript once I have pulled the Pano into Flash. I would also like to turn hotpsots on and off or change their size and postition depending on the timecode of the FLV.
Is it possible to do this or to moniter the timecode of the FLV. For example with a normal FLV in Flash I can create a listener then listen for a playheadUpdate -

Code: Select all

listenerObject.playheadUpdate = function(eventObject:Object):Void  {
	trace(eventObject.playheadTime);
};
myFLVPlayback.addEventListener("playheadUpdate", listenerObject);
Is there any examples using the API where I can trace the time of the FLV which has been injected into the Pano?

thanks
tom
Post Reply