<!--#if expr="<X-FC-URL-PARAMETER multimediafile EXISTS>" it's multimedia-->
<table width="100%" height="100%" cellpadding="0" cellspacing="0" summary=""><tr><td width="100%" height="100%">
<!--#if expr="@indexof(`<X-FC-URL-PARAMETER multimediafile>`, `.swf`)!=-1" if .swf, treated differently. Code below from youtube.com-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="<!--#if expr="<X-FC-URL-PARAMETER width EXISTS>"--><X-FC-URL-PARAMETER
width><!--#else--><X-FC-URL-PARAMETER defaultwidth><!--#endif -->" height="<!--#if
expr="<X-FC-URL-PARAMETER height EXISTS>"--><X-FC-URL-PARAMETER height><!--#else--><X-FC-URL-PARAMETER defaultheight><!--#endif -->">
<param name="movie" value="<X-FC-URL-PARAMETER multimediafile>" />
<param name="allowFullScreen" value="false"></param>
<param name="wmode" value="transparent"></param>
<embed src="<X-FC-URL-PARAMETER multimediafile>" type="application/x-shockwave-flash" allowfullscreen="false" wmode="transparent" width="<!--#if expr="<X-FC-URL-PARAMETER width EXISTS>"--><X-FC-URL-PARAMETER width><!--#else--><X-FC-URL-PARAMETER defaultwidth><!--#endif -->" height="<!--#if expr="<X-FC-URL-PARAMETER height EXISTS>"--><X-FC-URL-PARAMETER height><!--#else--><X-FC-URL-PARAMETER defaultheight><!--#endif -->">
</embed>
</object>
</td></tr></table>
<!--#else Other formats tab-->
<p>Use single panel for this format.</p>
<!--#endif-->
<!--#endif it's multimedia:end-->
|