hi presente i 3 link in basso
view flash.swf sentinell file in action while loads a Player 8 compatible file
view what's up when user player version is less than specified
download anyIEActiveX package with JavaScript, SWFs and above tests
c'è la parolina download scarichi esempio e nella pagina html c'è il codice per caricare l'swf
codice:
<div>
<object type="application/x-shockwave-flash" data="flash.swf?v=8&swf=8.swf" width="500" height="300">
<param name="movie" value="flash.swf?v=8&swf=8.swf" />
Requires Flash Player</p>
</object>
</div>
vedi questa parte data="flash.swf?v=8&swf=8.swf"
flash.swf è il loader ovvero un swf che caricherà su se stesso sostituendosi con il tuo
che nel'esempio si chiama 8.swf
Tutto qui
in più nell'html prima della chiusura dell' head devi inserire
codice:
<script type="text/javascript" src="anyIEActiveX.js"></script>