Not signed in (Sign In)

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

    • CommentAuthorHanzi
    • CommentTimeFeb 1st 2008 edited
     
    Hi

    I used SWFobject 2 to embed my swf and it works great on firefox but in IE it still
    blocks the swf movie from loading and I have to go an change the permssion to let IE display my swf.
    Am I doing something wrong? can you pls help me I'm having a realy hard time with this?
    I updated my IE and my flash player (by uninstalling it with adobes software and re installing it) and still nothing works.
    THIS IS THE CODE FOR MY PAGE
    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta content="wedding, invitations, wedding invitations, gifts, cards, thank you gifts, unique, wedding menus, table seating plans, place cards" name="keywords"/>
    <meta content="Occasions is a Pretoria based company that can help with all your wedding needs. We have hundreds of designs from Wedding Invitations, Menu's, Thank You Cards, Table Number designs and many more to choose from. If you like you can even make your own by choosing from our products available."/>
    <script language="javascript" src="swfobject.js"></script>
    <script type="text/javascript">
    swfobject.registerObject("FlashContent", "6.0.0", "expressInstall.swf");
    </script>
    <script language="javascript" src="AC_RunActiveContent.js"></script>
    <title>Occasions</title>
    <style type="text/css">
    <!--
    body {
    margin-left: 100px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: opx;
    background-color:#0F0F0F;
    background-image:url(backgorund2.png);
    background-repeat:repeat-x;
    border-bottom-color:#0F0F0F;
    }
    -->
    </style>
    </head>

    <body>
    <table width="900" cellspacing="120" cellpadding="60" border="0" align="center">
    <tbody>
    <tr>
    <td>
    <div>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="480" height="530" id="FlashContent">
    <param name="movie" value="gallery.swf">
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="gallery.swf" width="480" height="530">
    <!--<![endif]-->

    Get Adobe Flash player
    </a>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </div>
    </td>
    </tr>
    </tbody>
    </table>
    </body>
    </html>
    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    • CommentAuthorAran
    • CommentTimeFeb 3rd 2008
     
    So are you viewing the file locally, or from a web server?

    If you are just getting a warning on the potential dangers of activeX content while looking at it on your own machine, then it is just a local security setting for IE you are seeing.

    You are also using both Adobe's <script language="javascript" src="AC_RunActiveContent.js"></script> as well as swfobject. I would suggest you decide on which you are actually using on your page and delete the other.

    Cheers,
    Aran