Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: PHP and Flash
From: Steve Couture
Date: Tue, 19 Sep 2000 16:02:15 +0100

>Just let the movie loop until the EOF marker is set and the continue with
your script....
>
> Till

Seem Interesting Till...

I havent figured this part of the work..

In my case, I will have 460 array to take form the dataBase... But I have
no idea on the length of those array...

Array1: P1,P2,P3,P4,P5,P6,P7,P8 .... ????? EOA
Array2: P1,P2.... ??? EOA
...
Array460 ...

I though the best way to do this, was to create a loop (in flash) that read
each array.. (loop 460 times).
But on this loop... I could create another loop that takes the variables on
the array until it read the end of array marker (EOA)..

Is this Data model correct.. Or is this too big for a Flash/PHP application?
Glen told me that sending too much data should be slow... Is this too much
data??
I think my array should have a maximum of 100 data... So a maximum of 46 000
data...

I think about another way to create my data model.. I though it could be
more efficient to sent my 460 array as string... I could recreate my data in
flash and the server will only have 460 string to send..

Array1 = "1,2,3,4,2,3,1,3,4,2,4,4,3,2,2"

On flash I will deconstruc those strings and create my arrays..

Is this solution better??

Thanks..

Steve

PS Excuse my english...


>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> NudeGuru.com is proud to sponsor the Flasher list
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> IT'S THE ART OF MONEY, HONEY!
> Tips and Advice from some of the most popular Flash
> artists + industry power-brokers on how to hold onto
> your rights, negotiate contracts and get full value
> for your work.http://www.nudeguru.com from Franke James
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: PHP and Flash, Steve Couture
  RE: FLASH: PHP and Flash, Till Steinmetz

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]