Flash As Error

Discussion in 'Programming' started by codimes, Mar 5, 2009.

  1. #1
    when i compile my swf file with as3 on it i receive this error :

    the as code is :

    ill pay a programmer who can fix this.
     
    codimes, Mar 5, 2009 IP
  2. codimes

    codimes Guest

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    any flash programmer can fix this?
     
    codimes, Mar 7, 2009 IP
  3. anamul

    anamul Well-Known Member

    Messages:
    173
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Judging by the error message, it seems like flash is unable to locate your file or the file isn't where it supposed to be. Or it can't read from that file....as io error indicates.

    I have checked the code in my PC. When I throw in a dummy "imagetr.php" in the same directory(default) with the fla file
    with your code, it doesn't show that particular error message.

    Though I am getting some error message, they are all due to the dummy php file which is empty.

    So make sure the url address is correct.

    But I am sure you must have considered the possibility.
     
    anamul, Mar 8, 2009 IP
  4. wassim

    wassim Well-Known Member

    Messages:
    322
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    If the swf is in a domain other than that where the php script is, it will be unable to access the php script without proper crossdomain xml authorization, moreover check to see if the swf was published while having the access network only option (and not access local files).
     
    wassim, Mar 8, 2009 IP