User Tag List

Results 1 to 7 of 7

Thread: Get object works in EXE, not in SWF

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)
    cfullerNY's Avatar
    Join Date
    Oct 2011
    Posts
    363
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Get object works in EXE, not in SWF

    Pretty simple problem. I have the events set up in my MFA. If I run as a windows EXE, the Get completes and the score is submitted via PHP to an SQL database. If I run as a windows EXE, the Get object will attempt to work, but will never complete.

    Is there something I'm missing or is this extension no longer functional via SWF?

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)
    Still working for me.

    Is your PHP on the same server as your SWF?
    If not you do need a cross domain xml file - http://www.adobe.com/devnet/articles...file_spec.html

  3. #3
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator ProPatch Maker

    Join Date
    Jul 2006
    Location
    Athens, GA
    Posts
    152
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am have the same problem. The swf file worked for about a year and then when I recently tested it... it did not work. I tried the program in mmf2 and it worked getting feedback from the php file and entering data in the mysql database. Both the swf and the php files are on the same server.

    Is there something I can do? It is for an online testing program ported in flash.

    Thanks

  4. #4
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by crugh View Post
    I am have the same problem. The swf file worked for about a year and then when I recently tested it... it did not work.
    Same here. The SWF is on my server and it tries to reach another website, without success. I can tell that my code is okay because my app works like expected with the PC and iOS runtimes. So there's certainly a problem with Get object in the Flash runtime. Unicode again?

  5. #5
    Clickteam Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Simon's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    2,735
    Mentioned
    65 Post(s)
    Tagged
    3 Thread(s)
    It might be worth trying a crossdomain.xml policy file, even if you are on the same server. There are certain situations with hosting setups where even the same domain can cause an issue here.

  6. #6
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator ProPatch Maker

    Join Date
    Jul 2006
    Location
    Athens, GA
    Posts
    152
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Simon View Post
    It might be worth trying a crossdomain.xml policy file, even if you are on the same server. There are certain situations with hosting setups where even the same domain can cause an issue here.
    I have searched for a some info and came up with:
    <?xml version="1.0"?>
    <cross-domain-policy>
    <allow-access-from domain="www.mysite.com" />
    <allow-access-from domain="mysite.com" />
    </cross-domain-policy>

    Do I put the crossdomain.xml file with this code in the same folder as the swf on the server?

    Thanks

  7. #7
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator ProPatch Maker

    Join Date
    Jul 2006
    Location
    Athens, GA
    Posts
    152
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fixed. I put the crossdomain.xml with the code in the root directory and the get object worked.

    Thanks!!

Similar Threads

  1. Same duplicated object works different by order
    By Matriax in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 29th January 2013, 07:26 AM
  2. [BUG] Location Object doesn't works
    By Ls2 in forum Android Export Module Version 2.0
    Replies: 4
    Last Post: 11th September 2011, 04:06 PM
  3. scrolling only works when object number is low
    By dray in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 25th December 2008, 06:29 PM
  4. MiniMap Object Works
    By dragonguy in forum File Archive
    Replies: 21
    Last Post: 2nd May 2008, 04:24 PM

Posting Permissions

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