View Single Post
10-24-2007, 06:53 AM
#10
Tracyl is offline Tracyl
Status: I'm new around here
Join date: Oct 2007
Location:
Expertise:
Software:
 
Posts: 13
iTrader: 0 / 0%
 

Tracyl is on a distinguished road

  Old

Hi Dan,
I made some changes that you suggested and now the flash doesn't work. I have this in the
<head>
<script type="text/javascript" src="swfobject1-5/swfobject.js"></script>
</head>

then this in the banner space (where I want the flash banner)
<div id="flashMovie"><img src="images/shaw.jpg" width="780" height="200" alt=""></div>

and then this just before the </body><script type="text/javascript">
var so = new SWFObject("banner_2.swf", "mymovie", "780", "201", "8", "#336699");
so.write("flashMovie");
</script>
I download that file and uploaded the js with my other files. There was more to that folder that I downloaded than just the js. Is there something I need to do with the other files in it. I don't know I guess I'm not understanding something.
Thanks