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
Post a Comment