Groups | Blog | Home
all groups > flash actionscript > august 2007 >

flash actionscript : Firefox problem loading external images?



Rabel
8/1/2007 10:22:37 PM
I am having trouble loading images that are called in from a text file but this
works fine in IE I am not sure what is going on. But the text from the text
file is loaded in so it is loading the text file ok. This is how it is called

Frame 1
tarea = new LoadVars();
tarea.onLoad = function(success) {
if (success) {
}else{
}
};
tarea.load("chapterfiles/filecontrol.txt");

Frame 4

bgchapterimg.bgimg.loadMovie(tarea.bgimg)
or in a movieclip
loadMovie(_root.tarea.mainimg1,"emptymc")

so neither works - and in the text file like this

&bgimg=chapterfiles/bg.jpg&

And like I said everything works fine in IE anybody have any ideas whats going
on.

Thanks,
Randy

Rabel
9/10/2007 3:44:04 PM
AddThis Social Bookmark Button