smarty {literal} tag
Posted: Sat Sep 22, 2007 3:38 am
Hey I am trying to use the latest version of FlowPlayer and having a little difficulty. Latest version uses "{" "}" characters. The confuse Smarty. So I am trying to use the smarty {literal} tag. And apparently, IE hates it.
Thoughts?
Here's the specific code:
Thoughts?
Here's the specific code:
Code: Select all
{literal}
<object width="530" height="418" data="http://strumpette.com/av/app/FlowPlayerBlack.swf" type="application/x-shockwave-flash">
<param value="sameDomain" name="allowScriptAccess" />
<param value="http://strumpette.com/av/app/FlowPlayerBlack.swf" name="movie" />
<param value="high" name="quality" />
<param value="noScale" name="scale" />
<param value="transparent" name="wmode" />
<param value="config={videoFile:'http://strumpette.com/av/media/PR_vlogging.flv', loop: false, splashImageFile: '/av/app/preview.jpg', initialScale: 'fit', showFullScreenButton: false, showMenu: false, autoBuffering: true, autoPlay: false}" name="flashvars" />
</object>
{/literal}