Hi folks,
I have the following code in a flash application
loadMovie("original_files/default_image.jpg", "default_img");
It's a background image, AFAI can tell.
Now, notice how the path is for a local file. How does this impact when i have the flash application compiled to a swf file and embedded into an web page? That swf will look locally, right? (which none of the clients will have this file). So i would have to make this a URI (eg. http://mywebsite.com/images/flashBackground.png"). But if that's the case, how would the flash application find this file, when i'm trying to debug the flash app?
Yes, i've (more or less) never used flash :(
cheers :)