Change image to flash file

hi,

how to change an image file in html to flash (swf) file?

.[AS]… src = something.gif[/AS]

when i change the extension to .swf, it won’t load the swf

Don’t really understand where you want to load the file from (out of an url send by html file or just load an image in flash?), but if you just want to load an gif image in flash (well it works with jpegs) use:
this.loadMovie(“url.gif”);

hope it helps,

i downloaded a php script file…
when i preview on html, it has a picture somewhere in the table

the script has this line … src=image.gif

the source of the image in html must be from that line rite?, when i want to change it to image.swf ( so that the empty space replace by flash animation instead of gif image), i cannot see the flash file in html.