Difference between revisions of "Flowplayer: Contoh BBCode"

From OnnoWiki
Jump to navigation Jump to search
(New page: BBCode manager Title: Flow Player Tag name: flow replacement: HTML Code: <object id="flowplayer" width="525" height="350" data="http:/domain.com/videos/flowplayer/flowplayer-3.1.5.swf"...)
 
 
Line 23: Line 23:
  
 
just make sure you download the package from flowplayer.org to get the .js files and stuff.
 
just make sure you download the package from flowplayer.org to get the .js files and stuff.
 +
 +
 +
 +
==Pranala Menarik==
 +
 +
* [[Membuat Sendiri TV Internet]]
 +
* [[Flowplayer]]
 +
* [[Instalasi Lighttpd]]
 +
* [[Flowplayer: Contoh BBCode]]
 +
* [[Flowplayer: Download]]
 +
* [[Flowplayer: Instalasi]]
 +
* [[Flowplayer: streamer php]]
 +
* [[Flowplayer: Konfigurasi]]
 +
* [[Multimedia di Linux]]
 +
 +
[[Category: Linux]]
 +
[[Category: Multimedia]]

Latest revision as of 11:45, 7 April 2011

BBCode manager

Title: Flow Player Tag name: flow replacement: HTML Code:


<object id="flowplayer" width="525" height="350" data="http:/domain.com/videos/flowplayer/flowplayer-3.1.5.swf" type="application/x-shockwave-flash">
<param name="movie" value="http://domain.com/videos/flowplayer/flowplayer-3.1.5.swf" />  
<param name="allowfullscreen" value="true" />  
<param name="allowscriptaccess" value="always" /> 
<param name="quality" value="autohigh" />  
<param name="flashvars" value='config={"clip":{"autoPlay":false,"accelerated":true,"url":"{param}"}}' />  
</object>


Example: Code:

[flow]http://vod01.netdna.com/vod/demo.flowplayer/flowplayer-700.flv[/flow]


just make sure you download the package from flowplayer.org to get the .js files and stuff.


Pranala Menarik