This is a message.

Alternative embed methods

Using the object tag with the commercial player

standalone demo

The commercial version of Flowplayer can be embedded on the page using all alternate embedding methods. You can see the OBJECT tag in action here:

HTML

<div class="player">
<object id="flowplayer" width="480" height="324" bgcolor="#000000"
data="http://releases.flowplayer.org/swf/flowplayer.commercial-3.2.11.swf"
type="application/x-shockwave-flash">
 
<!-- movie param is required for IE -->
<param name="movie"
value="http://releases.flowplayer.org/swf/flowplayer.commercial-3.2.11.swf" />
 
<!-- set to true if you want your users to be able to enter fullscreen mode -->
<param name="allowfullscreen" value="true" />
 
<!-- Flowplayer configuration -->
<param name="flashvars" value='config={
"key":"#$7162d2d730cf607ac6d",
"clip":"http://pseudo01.hddn.com/vod/demo.flowplayervod/bbb-800.mp4",
"logo":{"url":"/media/img/player/acme.png","fullscreenOnly":false}}' />
 
</object>
</div>

HTML

Different Domain

You can also embed your commercial player on a different domain than the one your product key is assigned to. This link opens up a player that is playing on blacktrash.org, but the player is loaded from flowplayer.org.

The OBJECT tag configuration is similar to the previous example with the exception that the player is loaded from an absolute URL (from flowplayer.org).