Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: make flash read image from db |
From: | John Dowdell |
Date: | Thu, 2 Mar 2000 23:44:10 GMT |
At 3:33 AM 3/2/0, "every body know me" wrote:
> is there any way to make flash read from data base
Well, you can certainly read data from a database, if you're a good
scripter... "Load Variables" has the method people commonly use.
An image is something else though. Databases don't usually send pixels, but
instead commonly return a pointer to an existing web file.
So the question becomes "Can Flash dynamically relink to external image
files?" If so, then the answer is no. We can dynamically relink to external
SWFs (see movie levels), and Macromedia Generator 2.0 can create new SWFs
that use raw JPG or other image data, but the Flash client itself does not
dynamically relink to external image files like JPG or GIF.
This is part of the capabilities of the larger Shockwave Player, however...
you'd set the "fileName" property of an externally linked graphic to point
it to some other image, somewhere on the net. (Usually you'd first use the
"preloadNetThing" command to draw it down into the browser's cache, so it
can display instantly when you want it.)
jd
John Dowdell, Macromedia Tech Support, San Francisco CA US
Search technotes: http://www.macromedia.com/support/search/
Offlist email risks capture by the spam filters. I may not see your
email if it's not on the list. Private one-on-one email options are
available via Priority Access: http://www.macromedia.com/support/
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California
-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: make flash read image from db, Carlos Cardoso
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]