Advertisement
Guest User

Smarty_flowplayer

a guest
Apr 11th, 2012
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.54 KB | None | 0 0
  1. <div id="player">
  2.     {literal}
  3.     <object id="flowplayer" width="520" height="330"
  4.        data="http://releases.flowplayer.org/swf/flowplayer-3.2.9.swf"
  5.        type="application/x-shockwave-flash">
  6.  
  7.         <!-- Load External Config -->
  8.          <param name="flashvars"
  9.            value="config=https://s3.amazonaws.com/b_add/config-embed.js" />
  10.  
  11.  
  12.         <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.9.swf" />
  13.         <param name="allowfullscreen" value="true" />
  14.  
  15.     </object>
  16.     {/literal}
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement