Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
rezzkilla #1
BLOB display in flash
First, please do not post about using a file system for images rather than
storing them in mysql as I know how to do this and I want to store the images
in a database. If you can explain more of the security of a file system then I
will listen as that is the only issue I'm having with the file system. However,
all I want to know is how to take an image in a blob field in a mysql database
and display it in a flash movieclip. I can use php to echo the image straight
to a browser no problem. I've read I may have to create a temporary image on
the server and display that, but there is little documentation, actually none,
aside from using a file system on how to handle images in mysql and display
them in flash. Please advise as I can't believe it's this difficult to display
an image in flash from a mysql database.
rezzkilla Guest
-
flash won't display
when i click on my flash i get a red x it was working till i cleaned out my tempory internet pages and i also cleaned out the cookies thing i have... -
Display PHP variables in Flash
Hi, PLEASE, can anyone help me with what seems relatively simple, but which seems to be causing me an absolute nightmare! All i wiish to do is... -
Flash 4 won't display 6
Forgive my ignorance. I received some static files created in M.Flash 6 to display on my intranet which has Flash Player 4 installed. Most of the... -
How to Display A Stored TIF Blob field in SQL Server
Does anybody know how to display a TIF blob field in SQL Server? :confused; -
Flash progressive download - BLOB - ColdFusion
So I've built this content managed "multimedia library" in ColdFusion that stores it's files as BLOBs in an Oracle DB. I've got the UL/DL sorted... -
Gorka Ludlow #2
Re: BLOB display in flash
You simply need to load the image into a loader component, loader components
can dynamically display imagexs using the contentPath and load property/method.
Just direct the contentPath property to the php that writes the image into the
page.
Cheers,
Gorka
[url]www.AquiGorka.com[/url]
Gorka Ludlow Guest
-
rezzkilla #3
Re: BLOB display in flash
Thanks for the reply. It answered my question, but left me wondering how to
load multiple images. Do i have to call the same php file and string a
different variable for multiple instances of the component? Such as:
loader1.contentPath = "pics.php?&picid="+picnumber+"";
loader2.contentPath = "pics.php?&picid="+picnumber2+"";
It seems like hell for the php file on the server with all the request. Is
there a way to get all the pictures I need with one call to one php file?
Please advise.
rezzkilla Guest
-
Gorka Ludlow #4
Re: BLOB display in flash
I have never tried it before, but you could write all the images to the php
(&var1=a&&var2=b&&var3=...&) and read them inone single loadvars (or xml) and
then store them in an array for further use.
Cheers,
Gorka
[url]www.AquiGorka.com[/url]
Gorka Ludlow Guest
-
rezzkilla #5
Re: BLOB display in flash
Thanks again for the reply. I'm going to mark your first reply as the answer as you've given me enough to mess around with.
rezzkilla Guest



Reply With Quote

