kullandığım kod :
<script type="text/javascript">
AC_RunFlashContent('id','flash1','width','224','height','308','quality','high','autoplay','true','loop','true','wmode','window','codebase','https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab','pluginspage','https://www.macromedia.com/go/getflashplayer','src','https://www.xxxxxxxxx.com/image/banner/demo.swf');
</script>
<object width=224 height=308 classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
<param name=movie value="https://www.xxxxxxxx.com/image/banner/demo.swf">
<param name=quality value="high">
<param name=loop value="true">
<param name=wmode value="window">
<param name=autoplay value="true">
<embed src="https://www.xxxxxxx.com/image/banner/demo.swf" width=224 height=308 quality="high" TYPE="application/x-shockwave-flash" wmode="window" loop="true" autoplay="true" pluginspage="https://www.macromedia.com/go/getflashplayer"></embed>
</object>