Hey, on Flash MX 2004 having problems with loading external jpegs and stuff.
I got a tutorial from here and loading from a web address on it is okay,
but I can’t get my one to load from my hard drive because there is always an error with the path. I know it’ll ultimately be on line anyway but I want to know what I’m doing wrong.
Each of my buttons has this assigned
button6.onPress = function() {
my_mc.loadClip("[file:///c:/flash](file:///c:/flash) pictures/picture6.jpg", “container”);
};
and results in this error
Error opening URL “[file:///c:/flash](file:///c:/flash) pictures/picture6.jpg”
What’s the correct format for putting in a file path? This may be an immensely stupid question, but I’m new to this and totally confounded.