|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<hotspot name="video"
url="videoplayer.swf"
videourl="video.flv"
ath="12"
atv="10"
scale="0.5"
rx="0" ry="0" rz="0"
distorted="true"
pausedonstart="false"
loop="true"
volume="0.7"
directionalsound="true"
range="120"
onclick="togglepause();"
/>
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<hotspot name="video"
url="videoplayer.swf"
videourl="video.flv"
ath="12" atv="10"
scale="0.5" rx="0" ry="0" rz="0"
distorted="true"
pausedonstart="false"
loop="true"
volume="0.7"
directionalsound="true"
range="120"
onclick="togglepause();"
/>
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<action name="playothervideo">
hotspot[video].playvideo(othervideo.flv);
</action>
<action name="stopbutton">
hotspot[video].stop();
</action>
<action name="playbutton">
hotspot[video].play();
</action>
<action name="pausebutton">
hotspot[video].togglepause();
</action>
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »nelk« (6. Juni 2009, 18:42)
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Job.1« (8. April 2013, 11:12)


Hi, in this case use the "width" and "height" parameters the change the size,I have a question. I'm playing with the example I'm using cats-short.flv. I'm trying to fit it in a wide screen tv. I am able to get the correct height but I cannot stretch it without increasing the height. In other words its always a square. How do I make it a rectangle? Im adjusting rx, ry, rz and it just seems to be tilting the video, also tried adjusting width and height but nothing. I guess I just dont understand these attribute completely. Can anyone enlighthen me? *smile*
Hi,Is it also possible to play a flv video in reverse with the videoplayer?


updateeveryframe
- default="true"
- only for performance optimizations!
- has only an effect when the video is played as distorted hotspot!
- when set to "false":
- the video frame will be only refreshed/updated when flash reports "there is a new frame"
- this reduces the cpu load but in situations where the flashplayer has much work to do, this can cause frame skipping (e.g. while moving in the pano)
- so use "false" with care!
no, thats not possible...Is it possible to loop specific range of video, for example the lenght of video is 10 seconds. When pano is loaded, I want the first 5 seconds of the video to be played loop (so the loop is from 1st to 5th seconds of the total video lengh). Then, after a short period of time I want the video to continue from 5th second and play until 10th second and also loop.
Is it possible?
it would be possible to use the %SWFPATH%, %HTMLPATH%, %FIRSTXML% or %CURRENTXML% placeholdersi also ran in the path issue with the relative urls - i think there is a workaround, see http://bugs.adobe.com/jira/browse/FP-1194
if that is a solution, is it possible to update the plugin?