A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: [php/flash] How do you get rid of the warning message?

  1. #1
    Impressive Click swcAndrew's Avatar
    Join Date
    Oct 2004
    Location
    USA
    Posts
    468

    [php/flash] How do you get rid of the warning message?

    Hey, does anyone know how to post variables to PHP file without getting a "Warning Flash Player trying to access interent" message? I have made a hit counter on my site but the method I use displays that message everytime it is played and I don't want that appearing on my site. Any help is appreciated. Thanks!
    Andrew Webster
    Impressive Click

  2. #2
    Yes we can tomsamson's Avatar
    Join Date
    Sep 2001
    Location
    Team Titan Secret Lair
    Posts
    4,666
    that´s not an issue of the flash player but instead of your firewall i´d say.
    you probably have windows xs sp2 installed,so,sorry,for you,best thing you can get is changing the options of that pseudo firewall.

  3. #3
    Script kiddie VENGEANCE MX's Avatar
    Join Date
    Jun 2004
    Location
    England
    Posts
    2,590
    Perhaps you could try using 'GET' instead of 'POST'? I dunno.
    http://www.birchlabs.co.uk/
    You know you want to.

  4. #4
    Yes we can tomsamson's Avatar
    Join Date
    Sep 2001
    Location
    Team Titan Secret Lair
    Posts
    4,666
    that´s not an issue of the flash player but instead of your firewall i´d say.
    you probably have windows xs sp2 installed,so,sorry,for you,best thing you can get is changing the options of that firewall.

  5. #5
    Impressive Click swcAndrew's Avatar
    Join Date
    Oct 2004
    Location
    USA
    Posts
    468
    Tom: Its not my firewall thats displaying the message because it only displays it when its not on the interent. When I am testing it in the player I don't see the message just my firewall pops up.

    Vengence: I am currently using "GET", so thats not the problem.

    I know there is a way to do it, because some highscore systems don't trigger the message, I just want to know some people who have created highscore systems and there methods for posting variables on the web.
    Andrew Webster
    Impressive Click

  6. #6
    When you know are. Son of Bryce's Avatar
    Join Date
    Aug 2002
    Location
    Los Angeles
    Posts
    838
    Is the PHP script on the same server as the flash file? The only warning message I can think of is when you try to access files on another server than the Flash movie. If that's the case, I guess switching the URL to a relative path instead of including HTTP would solve it.

  7. #7
    Member
    Join Date
    Feb 2005
    Location
    The Netherlands
    Posts
    41
    Yes, flash can only connect local, (or sub-url)

  8. #8
    Impressive Click swcAndrew's Avatar
    Join Date
    Oct 2004
    Location
    USA
    Posts
    468
    Son of Bryce: Your method seemed to work thank you.

    p.s. No, I am not using Nortan. I am using Zone Alarm.
    Andrew Webster
    Impressive Click

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center