User Tag List

Results 1 to 3 of 3

Thread: exchanging Variables between non-MMF2-SWF and MMF2

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Posts
    311
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    exchanging Variables between non-MMF2-SWF and MMF2

    Hello,

    i have a non-mmf2-swf and load a mmf2-swf in the first frame.
    Now i want to read a alterable value from the loaded swf.
    How is it possible?
    I tried LocalConnection from the Flash Player Object, but this does work only with separate swf's, not nested ones.
    I tried to understand the FlashHaxx-Object but was heavy confused (is there a good manual for this object?).
    Maybe is there a way to make a variable global?


  2. #2
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)

    Re: exchanging Variables between non-MMF2-SWF and MMF2

    Can you not just use the INI object? Will make all values writeable and readable from a single file then...
    Want to learn Clickteam Fusion 2.5?




  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Posts
    311
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: exchanging Variables between non-MMF2-SWF and MMF2

    Oh, thats a great idea!
    Maybe it will be difficult to read the ini, because the sol-file could only be visible by the creating swf and another problem is, the user has to allow local saved data, but i'll try it out.

    edit
    :mad: it seems to be impossible, because the mmf-swf can be loaded only to the _root of the other swf, not in a movieclip like _root.movieclip.loadMovie("mmf-swf") and all code is overwritten.
    Is there a way to load a mmf-swf into a movieclip of another nonmmf-swf and preserve the scripts of it?

Similar Threads

  1. Replies: 3
    Last Post: 7th January 2013, 12:35 PM
  2. Python Object - Get Python Variables from MMF2
    By DizzyDoo in forum Python Scripting
    Replies: 2
    Last Post: 26th December 2011, 01:57 PM
  3. SOLVED: MMf2 Standard to MMf2 Developer Error
    By iamjot in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 21st January 2011, 06:03 PM
  4. MMF2 - Global Variables
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 27th March 2010, 05:54 PM
  5. passage d'appli MMF2 anglais à MMF2 français
    By mig3 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 15th February 2008, 04:51 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
  •