that previously coded with AC_Run Active Content.js to swfobject.js (v
2.0). So far everything looks great except for one file that has
multiple flash content. No matter what I do, only the first file
shows up. I want the first file to load immediately and the others
have button to press to play (and my javascript skills are [obviously]
rudimentary.
I can get the first flash file to work but cannot load the others, I have been told that the other files use swfobject 1.5 syntax which does not work with v 2.0. I have it running on a public test site:
http://www.claudiamo...swfobject2.html
The first flash file is using v2 on the page but the subsequent ones are using v1.5 because they will not work when I point to the swfobject v2 file. Obviously I need to get those last five flash files to work in v2.
Here is the code (the five are each a slight variant of this code):
<script type="text/javascript" src="../js/swfobject.js"></script>
<div id="player2">nothing here</div>
<script type="text/javascript">
var so = new SWFObject('embed/player.swf','mpl','320','260','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=../video/SouthBayChamps.flvℑ=video/SouthBayChamps.jpg');
so.write('player2');
</script>
what do I need to do to get them all to work in v2?
Thanks
Claudia

New Topic/Question
Reply



MultiQuote


|