Buying $60 To Anyone who Can Solve this Flash/Javascript Problem with Firefox

Discussion in 'Programming' started by grafx77, Aug 15, 2009.

  1. #1
    CALLING ALL PROFESSIONAL PHP, ACTIONSCRIPT, JAVASCRIPT CODERS!

    There is a banner on my website that currently displays an error on many WP blogs within Firefox alone. The banner works fine with IE! I need this banner to work within FF as well.

    The flash banner currently contains some actionscript and javascript. The code will be handed over to all coders who think they may have a fix.

    Step up to the plate and let me know if you got what it takes to resolve this issue. You can see the issue occur on techytronics.com. Notice the "undefined" window that pops up within FF.

    Thank you!
     
    grafx77, Aug 15, 2009 IP
  2. arunn

    arunn Active Member

    Messages:
    347
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    The error you are facing is ActionScript Security sandbox violation if i am seeing things right.. Try this fix

    Find this code
    embed src="http://hitechtimes.net/main.swf" quality="high" play="true" loop="false" allowscriptaccess="always" type="application/x-shockwave-flash" align="left" height="125" width="125">
    
    Code (markup):
    Replace with this
    
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="../download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="125" height="125" align="left">
            <param name="movie" value="http://hitechtimes.net/main.swf">
            <param name="quality" value="high">
            <param name="play" value="true">
            <param name="loop" value="false">
           <param name="allowScriptAccess" value="always">
           <param name="allowNetworking" value="all">
            <embed src="http://hitechtimes.net/main.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="125" height="125" quality="high" play="true" loop="false" allowScriptAccess="always" allowNetworking="all" >
            </embed></object>
    
    Code (markup):
    Update me if you still face the issue

    Alternatively you can save the main.swf inside your filesystem and link it.
     
    Last edited: Aug 15, 2009
    arunn, Aug 15, 2009 IP
  3. grafx77

    grafx77 Well-Known Member

    Messages:
    810
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    140
    As Seller:
    100% - 0
    As Buyer:
    100% - 4
    #3
    Thanks for the suggestion arun.....still didn't work though. :(
     
    grafx77, Aug 15, 2009 IP
  4. john.peter

    john.peter Well-Known Member

    Messages:
    307
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    138
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Hi,

    I don't see any errors on this page.
    I am using ff 3.5 and flash player version 10.
    Still you can pm your files and let me know.

    Thanks
    - John
     
    john.peter, Aug 15, 2009 IP
  5. Auryx

    Auryx Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    I am currently running Firefox 3.5 and i can confirm that i don't find any problems with it. If you can send me your files i could look for a solution as well as trying to reproduce the bug..

    Thanks,
     
    Auryx, Aug 16, 2009 IP
  6. grafx77

    grafx77 Well-Known Member

    Messages:
    810
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    140
    As Seller:
    100% - 0
    As Buyer:
    100% - 4
    #6
    Thats because a programmer ended up changing things within the theme of the WP blog, but didn't change the banner itself. If you want to see the error, go to http://cutiegadget.com

    Need the adjustments to be made on the banner scripting itself.
     
    grafx77, Aug 16, 2009 IP
  7. meganet

    meganet Peon

    Messages:
    126
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    meganet, Aug 16, 2009 IP
  8. grafx77

    grafx77 Well-Known Member

    Messages:
    810
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    140
    As Seller:
    100% - 0
    As Buyer:
    100% - 4
    #8
    UPDATE:

    Still looking for a professional, highly educated coder to take on this project. It looks like the scripting inside the banner may have to be converted to AJAX banner.

    IF YOU HAVE PHP, JAVASCRIPT AND AJAX EXPERIENCE, PLEASE GET AHOLD OF ME.

    Right now, reward for completing project is $125. The banner must work properly in IE and FF. ONLY coders with much experience should apply.
     
    grafx77, Aug 18, 2009 IP