A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: load array into flash 5 from mySQL database

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    2
    I'm trying to load an array of numbers into flash from a field in a mySQL table that contains that same array of numbers.

    How can I do this from within flash... php?

    Any help is much appreciated.


  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    266
    You need to load variables as numered sequence and then transform copy them into an array.

    Or you can load string like "34,67,89,34..."
    and transform it to array using split(",") function

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center