Seems like everyone but just a few can get the timebar to work...I'm one of the few.
The video works, but I can't get the timebar to appear using the following code, which follows the examples given...
|
Quellcode
|
1
|
<plugin name="vid1" visible="false" url.flash="../plugins/videoplayer.swf" url.html5="../plugins/videoplayer.js" videourl="../videos/test_video.mp4" posterurl="" align="center" x="0" y="0" pausedonstart="true" loop="false" width="600" height="prop" volume="1.0" preferredformat="" buffertime="0.1" ignoremetadata="false" onvideoready="do_time_bar(vid1,vid1);" onvideoplay="" onvideopaused="" onvideocomplete="plugin[vid1].stop(); set(plugin[vid1].visible, false); set(autorotate.enabled, true);" onerror="" keep="true" onclick="plugin[vid1].togglepause();" />
|
|
Quellcode
|
1
|
<action name="show_vid1">set(plugin[vid1].visible, true);plugin[vid1].play();set(autorotate.enabled, false);</action>
|
I tried changing many things. If I use the example of putting the timebar on the stage, it works, but I can't get it to attach to the video plugin.
I realize this is a beginner question, but I would appreciate any help you can offer.
Thanks.
UPDATE:
I do most of my testing using the krpano server. Timebar did not work using the server, but works when running the file locally.
Now my head is really spinning - this doesn't make sense to me. No error messages, so I don't know what to look for.