Getting BLOB into Flash?
Getting BLOB into Flash?
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- nospacebar0
You need to create PHP middleware that will interpret the blob data, and have Flash request the file via the PHP script.
More details here:
http://www.devarticles.com/c/a/M…Flash will take in the binary of a graphic (ie: rename a jpeg with a .doc extension, and Flash will still realize it's a graphic), but it has no inherent way of accessing the database without middleware.