I am the creator of this post. In my search to solve the problem i
submitted, i tried as follow:
<script type="text/javascript" src="../../../scripts/swfobject.js"></
script>
<script type="text/javascript" src="../../../scripts/registerSWF.js"></
script>
The goal was to skip the obstrusive Javascript and in place call an
external .js file into which i register the appropriate swf.
I thought it was working as i was able to SEE the swf, same as when i
was registering it directly.
To test, i removed those 2 lines and was expecting NOT to see the swf,
as swfobject.js and registerSWF.js werent called at all.
To my absolute dismay, the swf is still visible and functional! So i
think it might be the way i embed the Flash. Can someone take a look
at that?
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="512" height="289" id="V01">
<param name="movie" value="../../flash/V01.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="../../flash/
V01.swf" width="512" height="289">
<!--<![endif]-->
<p class="altText10">Cette page contient du contenu vidéo
nécessitant d'activer Javascript et Abobe Flash Player. Si vous
désirez ne pas activer ces fonctions, nous vous offrons des images
provenant des vidéos originaux.</p>
<img src="../../../imagesVideoAlt/512x288/V-01.jpg"
alt="Vidéo montrant le travail des biologistes dans les milieux
humides." width="512" height="258"/>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
Thanks!
--
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en.