Initial commit - Typo3 11.5.41
This commit is contained in:
15
fileadmin/templates/ext/news/Templates/ViewHelpers/Flv.html
Normal file
15
fileadmin/templates/ext/news/Templates/ViewHelpers/Flv.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<a href="{url}" style="display:block;width:{width}px;height:{height}px;" id="{uniqueDivId}"></a>
|
||||
<script type="text/javascript">
|
||||
flowplayer("{uniqueDivId}", "typo3conf/ext/news/Resources/Public/JavaScript/Contrib/flowplayer-3.2.16.swf", <![CDATA[{
|
||||
clip:{
|
||||
autoPlay:false,
|
||||
autoBuffering:true
|
||||
},
|
||||
plugins:{
|
||||
controls:{
|
||||
volume:true
|
||||
}
|
||||
}
|
||||
});
|
||||
]]>
|
||||
</script>
|
||||
Reference in New Issue
Block a user