Protéger son clip.
Pour protéger votre clip de toute importation, entrez le script :
onFrame (2)
{
// convertit l'url du swf en minuscules
monURL=this._url.toLowerCase();
// si çà ne contient pas mon domaine, boucle .
if (monURL.indexOf("mondomaine.fr") <0 ) prevFrameAndPlay();
}