|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi.
I've got a flash movie and need to display an image within it. This photograph should be a JPEG that is retrieved dynamically (at play time) from a specific URL. So I was thinking I could do something as such... Within the HTML object/embed call, place something like... <param name="photo" value="http://www.abcdef.com/logo.jpg"> And then have the flash animation read this parameter, retrieve the image from that URL and display it. Can this be done? And if so, how would this be? Please help. Thanks, Ralph ![]() |
|
#2
|
||||
|
||||
|
Before Flash MX you couldn't do it (AFAIK). With Flash MX you would use:
loadMovie("image.jpg", target); It can be in the main timeline or a clip. Your target is either a _level or a target movie clip. Hope this helps, wdn2k |
|
#3
|
|||
|
|||
|
in Flash 5 you could have your server side convert the jpg to a swf file in which case it could be imported dynamically.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Importing Images On-the-Fly |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|