|
|
Quellcode |
1 |
html5=1 |
|
|
Quellcode |
1 |
html5=true |
|
|
Quellcode |
1 2 3 4 5 6 |
<plugin name="youtube" devices="html5"
url="http://www.youtube.com/v/0kW2Vh3KeEs?html5=1"
align="center"
maskchildren="true"
onloaded="registercontentsize(640,390);"
/>
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 |
<layer name="youtubeiframe" devices="html5"
url="textfield.swf"
html="[iframe width='560' height='315' src='//www.youtube.com/embed/iQx28i6w0jc' frameborder='0' allowfullscreen][/iframe]"
width="560"
height="315"
padding="0"
align="center"
/>
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 |
<layer name="video_3" devices="html5"
url="plugins/textfield.swf"
html="[iframe src='http://player.vimeo.com/video/93491995' width='640' height='480' frameborder='0' webkitallowfullscreen mozallowfullscreen allowfullscreen][/iframe]"
width="640"
height="480"
padding="0"
align="center"
/>
|
|
|
Quellcode |
1 2 3 4 5 6 |
<layer name="video_3" devices="flash"
url="http://player.vimeo.com/video/93491995"
align="center"
maskchildren="true"
onloaded="registercontentsize(640,480);"
/>
|
It's not possible to include a whole website as Flash plugin!But it throws error: "ERROR: decoding failed - http://player.vimeo.com/video/93491995".
|
|
Quellcode |
1 2 3 4 5 6 |
<layer name="video_3" devices="flash"
url="http://vimeo.com/moogaloop.swf?clip_id=93491995"
align="center"
maskchildren="true"
onloaded="registercontentsize(640,480);"
/>
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 |
<layer name="youtubeiframe" devices="html5" url="plugins/textfield.swf" html="[iframe width='560' height='315' src='//www.youtube.com/embed/lmzrvtThVj4' frameborder='0' allowfullscreen][/iframe]" width="560" height="315 padding="0" align="center" /> |
|
|
Quellcode |
1 2 3 |
<script>
embedpano({swf:"tour.swf", xml:"tour.xml", target:"pano", html5:"prefer", passQueryParameters:true});
</script>
|
|
|
Quellcode |
1 |
onclick="removelayer(youtubeiframe);" |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<hotspot name="videospoticone_1" url="images/icone_video.png" style="draghotspot|tooltip" tooltip="Voir la Vidéo" ath="48.241" atv="-2.693" scale="1" zorder="-1" onclick="set(layer[videoyoutube1].visible, true);set(layer[youtubeclose1].visible, true)" /> <layer name="videoyoutube1" url="plugins/textfield.swf" html="[iframe width='560' height='315' src='http://www.youtube.com/embed/lmzrvtThVj4' frameborder='0' allowfullscreen][/iframe]" width="560" height="315" padding="0" align="center" visible="false" /> <plugin name="youtubeclose1" url="images/close.png" parent="layer[videoyoutube1]" style="draghotspot|tooltip" tooltip="Fermer" distorted="true" align="topright" x="-25" y="-25" zorder="8" visible="false" onclick="set(layer[videoyoutube1].visible, false);set(layer[youtubeclose1].visible, false)" /> |
|
|
Quellcode |
1 |
onclick="removelayer(youtubeiframe);" |
|
|
Quellcode |
1 |
onclick="addlayer(youtubeiframe);" |