User Tag List

Results 1 to 3 of 3

Thread: swf preparation

  1. #1
    No Products Registered

    Join Date
    Nov 2006
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    swf preparation

    Hi,
    I have a large project that I have already done once as a MMF2 app. It runs OK except that as I neared completion, some of the global strings began picking up text that wasnt theirs. I finally got it to run reliably,(x20) but when I converted it to a swf, not only did that problem happen again, but the <jump to next frame> buttons refused to work.
    Its a questionnaire, with 150 checkboxes, I used 35 global strings, and those strings call up various paras from ordinary strings and edit boxes, later in the app.
    Since it froze, I have been advised to construct this using an array, or arrays. My questions are:
    1/what must I do to ensure that it doesnt freeze again, (and waste another few weeks work.) I havent used arrays before, and I want to know what issues I have to watch out for in building a swf with them.
    2/Can I use five global arrays of about 15 items without crashing?
    3/ Is it better that I load all the data into the arrays at startup, or as the checkboxes are being checked. I could do it either way.
    4/ Any special properties of the arrays, or the swf build itself I need to be careful of?
    OK. thanks.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: swf preparation

    I do not see why you should use arrays, if it works in MMF. It should work in Flash.
    Can you send me your application? I will look at it, but only next week, as this wekk I am in England for the Bett show.

  3. #3
    No Products Registered

    Join Date
    Nov 2006
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: swf preparation

    OK, will do. thanx

Posting Permissions

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