View Single Post
  #2 (permalink)  
Old Sep 5th, 2007, 15:23
Sgaspar11 Sgaspar11 is offline
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image loader problem!

You'll want it to look more like this....granted you are using AS2..
Code: Select all
on(release){
myloader.loadMovie=("image1.swf");
}
Reply With Quote