+ Reply to Thread
Results 1 to 2 of 2

Thread: page won't load - could it be cos of flash?
      
   

  1. #1
    anjee is offline Sergeant
    Join Date
    Apr 2009
    Location
    Gold Coast, Australia
    Posts
    20

    Default page won't load - could it be cos of flash?

    Hi to all,

    I haven't had any issues at all with pages loading up until now when I added a new page with some flash code in it.

    Maybe I haven't done it correctly? but the page just won't load and it's the only thing I can think of.

    www.thesoulroom.com - it's the 'Meditation' page from the sidebar menu.

    I basically just loaded the code below into a flash box; put it in the 'inside tag' section. Is there anything else I should have done? Sorry - don't know coding!
    Thanks so much!


    <script type='text/javascript'><!--//<![CDATA[

    document.write("<IMG SRC='"+('https:'?'https://www.centerpointe.com/affiliates/scripts/sb.php?aid=371222&bid=6dcf7f0c':'http://www.centerpointe.com/affiliates/scripts/sb.php?aid=371222&bid=6dcf7f0c')+"' WIDTH='1' HEIGHT='1' BORDER='0'>");

    var m3_u = (location.protocol=='https:'?'https://www.centerpointe.com/admin/openads/www/delivery/ajs.php':'http://www.centerpointe.com/admin/openads/www/delivery/ajs.php');
    var m3_r = Math.floor(Math.random()*99999999999);
    if (!document.MAX_used) document.MAX_used = ',';
    document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
    document.write ("?zoneid=5");
    document.write ('&amp;cb=' + m3_r);
    if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
    document.write ("&amp;loc=" + escape(window.location));
    document.write ("&amp;aid=371222");
    if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
    if (document.context) document.write ("&context=" + escape(document.context));
    if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
    document.write ("'><\/scr"+"ipt>");
    //]]>--></script>
    <noscript>
    <IMG SRC="http://www.centerpointe.com/affiliates/scripts/sb.php?aid=371222&bid=6dcf7f0c" WIDTH="1" HEIGHT="1" BORDER="0">
    <a href='http://www.centerpointe.com/admin/openads/www/delivery/ck.php?n=abe749b1&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'>
    <img src='http://www.centerpointe.com/admin/openads/www/delivery/avw.php?zoneid=5&cb=INSERT_RANDOM_NUMBER_HERE&n=ab e749b1' border='0' alt='' /></a>
    </noscript>

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,719

    Default Re: page won't load - could it be cos of flash?

    You have a gap in the code at the begining where the spaces need removing.
    <script type='text/javascript'><!--//<![CDATA[

    Also at the end of the script remove the last chevron so that it looks like this. //]]>--></script & not //]]>--></script>

    Might help.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49