I think you need to change the url to a relative path.
instead of having flash try to open :
D:/cconline3.1/servidor/htdocs/website/app/webroot/data/albuns/77c550e6b3171fe7e28d97ef9cec52ca/view/DSC00009.JPG
change it to:
/data/albuns/77c550e6b3171fe7e28d97ef9cec52ca/view/DSC00009.JPG
assuming the flash app is in the webroot folder.

If you run the flash app through the webserver local paths wont work.

Regards,
Mikko Törmälä
My app, in my test enviroment (which runs at localhost:8080) used to load
images that were output by a php script. Now, I´m trying to load the image
directly from the file system. I´m giving a MovieClipLoader the following
url: D:/cconline3.1/servidor/htdocs/website/app/webroot/data/albuns/77c550e6b3171fe7e28d97ef9cec52ca/view/DSC00009.JPG,
and, even though the file exists, MovieClipLoader just doesn´t load it!
Weird! What could be happening? Its being played in Flash Player 8 and the
swf is version 7.

Thanks in advance,

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to