Thymeleaf flash(swf)issue -


<body>  <object type="application/x-shockwave-flash" data="file3.swf"  id="applicationid" style="margin:0 50px;width:auto;height:auto;">  <param name="movie" value="file3.swf" /> <param name="wmode" value="transparent" /> <!-- or opaque, etc. -->   <param name="flashvars" value="" />  <param name="quality" value="high" /> <param name="menu" value="false" />  </object>  </body> 

this thymeleaf page here file3.swf file want play . when run page flash not play..!

i dont know how show flash file in bowser, assume correctly done :p

have check firebug see how rendered ?


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -