i have made several apps that involve importing images from a server, but i am having 2 troubles 1 is how would i import from a google image search? i know how to get to google and how to search images or not, but not how to grab the search results and imort them?
also on a side not i can import from my server if the name is NewPic but i have a series of images that are named Pic0001 Pic002… so on and i hace code that should work like
mcl.loadClip(“http://www.bworby.com/3/NewPic.jpg”, “holder”+i); that works but
mcl.loadClip(“http://www.bworby.com/3/Pic0001.jpg”, “holder”+i); will never work, and they both exist not sure why the other wont show? makes me mad\
but
if anyone could help id be greatlly appreciated. thnaks sooooo much