Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    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

    http://www.johncliffordtaylor.com/test_2/

    Second is the source files if those will be helpful in looking over my code in more detail and see what I'm dong wrong or I need to add

    http://www.johncliffordtaylor.com/test_2.rar

    This compressed folder is unzipped with WinRaR

    Thx u and have a very nice day

    John
    • CommentAuthorAran
    • CommentTimeJan 19th 2008
     
    John

    I replied in your original post.