PDA

View Full Version : attachMovie and JPGs


YYZ11
04-10-2003, 02:58 PM
I have written code to dynamically load different jpgs, from my library, into a blank MC based on different button clicks.

Everything works in Preview mode. However, once I publish it to the web, the pictures do not show.

I have read every tutorial and forum thread I can find, but can't solve this problem. What can I be missing?

I have made sure the jpgs are non-progressive.

Do I need to do something with the linkage settings? (I've tried several different settings, but nothing helps).

Thanks,
YYZ

CyanBlue
04-10-2003, 10:44 PM
Howdy...

Usually that happens when the file path is not right... Try it with the absolute path starting http://yourdomain.com/image/whatever.jpg or so... ;)