#====================================================================== # shell.sc - JM Sarlat (Septembre 2006) # Recette pour palier le défaut de streaming des animations flash avec # IE (<= 6) lorsque ceux-ci sont incorporés dans l'élément de # xhtml. Voir : # http://www.alistapart.com/articles/flashsatay/ #====================================================================== .flash name=shell.swf bbox=595x422 background=white version=6 .frame 1 .action: # Chargement de l'animation donnée comme valeur du paramètre # path (shell.swf?path=monanimation.swf) _root.loadMovie(_root.path,0); .end .end