PDA

View Full Version : Is flash PHP "Threadsafe"


evan
10-28-2008, 09:23 PM
namely, can Flash execute multiple PHP scripts?
ie send URL?

Medyman
10-29-2008, 01:28 AM
Sure, it's really a matter of how you execute it via AS. There aren't any real limits on how many times you connect/send info to a PHP script (or multiple PHP scripts).