Results 1 to 5 of 5

Thread: Trouble with flash
      
   

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

    Question Trouble with flash

    I'm having serious trouble with flash. I've entered code in a flash box and it was appearing on my site, and now all of a sudden it's not - I'm using google chrome.

    Through internet explorer the page that the flash box is on just won't come up at all.

    Should I just give up on it totally. Why is it so difficult - I thought it was just a matter of copying and pasting code into the box.

    Any help would be much appreciated; getting a little frustrated with the whole thing.

    Thks!

  2. #2
    Tom Finley's Avatar
    Tom Finley is offline Brigadier General
    Join Date
    Mar 2008
    Location
    Kauai, HI
    Posts
    1,299

    Default Re: Trouble with flash

    I take it you are adding html code in the flash box via the BV flash icon by right clicking and choosing "HTML..."?

    But if the page won't come up at all, then that's more likely the problem. What's your link?
    CLAMcentral.com Children's Ministry resources
    CLAMcentral's Projects Blog
    CLAMbakeonline.com Family Fun

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

    Default Re: Trouble with flash

    Hi Tom,

    the page is www.thesoulroom.com/meditation.html

    the code is below - pretty sure I've added it like you said; selecting the flash icon, right clicking on the box and adding in HTML. Im stumped as to why it was appearing and then all of a sudden isn't.. I have previously posted an issue and someone said I had a space at the top which I got rid of and they said it may help to also take out the last > in this line: //]]>--></script>
    But that didn't make any difference but taking out the space did. Any help would be grand! ta!


    CODE:
    <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>

  4. #4
    Tom Finley's Avatar
    Tom Finley is offline Brigadier General
    Join Date
    Mar 2008
    Location
    Kauai, HI
    Posts
    1,299

    Default Re: Trouble with flash

    Well, the page does come up on IE7, so that's not the problem. But you're right--there's no flash there. I can see it fine of FireFox. Unhappily, I'm not skilled enough to answer this one, but someone will come along who is.

    However, since you altered the code, possibly something was messed up along the line. I have found that whenever I download code off the internet, it's a good idea to import it into Notepad. Then I copy and paste the Notepad version into my html box. I guess it strips format codes that aren't helpful. Maybe you can find the orignal code and try that.
    CLAMcentral.com Children's Ministry resources
    CLAMcentral's Projects Blog
    CLAMbakeonline.com Family Fun

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

    Default Re: Trouble with flash

    ok thks for that Tom, I'll try the notepad thing! :)

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