User Tag List

Results 1 to 4 of 4

Thread: Get object bug?

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Get object bug?

    I v made a map editor, it loads inis with getobject from a server. And it works great while testing in mmf2, and when the swf file is on the same server as the ini file, but when i tried to put the swf file on another server it didnt worked anymore. The get object doesnt recieve anything if the ini is not on the same server.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Get object bug?

    Not a bug, it's a restriction of Flash Player's sandbox. If you want to pull data from another domain, you'll need to upload a cross domain policy XML file to the root of the domain, like this one:

    http://clickteam.info/crossdomain.xml

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Get object bug?

    Do you mean upload that xml file on the server the ini is?
    or where the flash is?

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Get object bug?

    The INI. And it has to be the root of the domain.

Posting Permissions

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