I need help figuring out how to define a SWFObject in a page. Currently I have my SWFObject in a page but it makes a space along with it and that throws off the placement of the images in the rest of the HTML page. A gentlman on the Forum suggest I made a few changes to my code and I did but he also said that I would define the size and of my SWFObject in the
<div id="flashcontent"> </div>
Section of my code. I'm very new to coding and Java in any form so if some one hase some examples on how to do this I would be very greatfull for any assitance. The size I'm looing for is the exact same size of the currnet embeded flash movie:
wide = 533 high = 541
SWFObject code currnetly in the file:
<div id="flashcontent"> </div> <script type="text/javascript"> var so = new SWFObject("b_flash.swf", "mymovie", "533", "541", "8", "#FFFFFF"); so.write("flashcontent"); </script>
3)I removed the </th> tags
I've updated these resource files to assist you in looking over the changes I've made to the code. The first one is the link to the site as is so you can look over what I'm dealing with