Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    ww.wp.xz.cn Admin

    The problem is the link to your javascript is incorrect:

    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>

    That’s a relative link. I suspect you want to use this instead:
    <script src="http://www.mr2sellhomes.com/wp-content/themes/sunsetidea-10/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>

    Thread Starter Roary Tubbs

    (@roary86)

    LOL! Thanks, the last place I would have looked but should have been the first. Thanks works great.
    http://www.mr2sellhomes.com/

    Hey, I am trying to do the same thing, but my header just disappears when I try to add that line of code, can you all help me? Where exactly do I add the script, in the .css file, or the header file or what? Thanks for any help!

    jason

    Jason,

    Java Script tags should be set inbetween the HEAD tags like this

    <HEAD>

    <script src=”http://www.mr2sellhomes.com/wp-content/themes/sunsetidea-10/Scripts/AC_RunActiveContent.js&#8221; type=”text/javascript”></script>

    </HEAD>

    try downloading the same file indicated in the link and paste it changing your path… that should make it.

    Reason for your header disappering is that wordpress automatically suppress what it considers wrong. It used to make me the same when I used to scramble the sidebar customization… So, try changing it… Good Luck

    Could you tell me how you used the JS Code to embed the flash?
    I just need a small step by step, just to use on my layout please.

    Thank you

    me too..

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Inserting Flash’ is closed to new replies.