Skip to main content
Participant
March 31, 2009
Question

Preloader for UILoader

  • March 31, 2009
  • 2 replies
  • 951 views
Hey guys, I am developing a photo gallery using the UILoader to load external (larger resolution) images after the thumbnail is clicked on. It appears everything is working when I test the movie, except I receive this error:

Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.

Again the loader shows, and the picture loads when it is done, I'm just not sure about that error message. The action script for the thumbnail buttons is attached. My UILoader has the instance name "ldr". Any help would be greatly appreciated.

Also, is there a more efficient way to perform this task? I used the UILoader for ease in the beginning but now that I want to preload the images it loads, would it be easier to just use the regular loader class? Any help and/or suggestions on a better way to go about doing this would be greatly appreciated.

Thanks,
Brian
This topic has been closed for replies.

2 replies

Ice09manAuthor
Participant
April 3, 2009
Problem solved there was some actionscript in another frame I was unaware of that was causing the problem.
Ice09manAuthor
Participant
April 1, 2009
Just to clarify I know the error is claiming the URL doesn't exist, meaning the picture isn't there. However, as I said, when I preview the .swf the picture loads fine so the picture is present at that location. Thats why I don't understand why the error is saying that path doesn't exist.