How can I import external JPGs into Flash using FlashVars?

Recommended Answers

All 3 Replies

Member Avatar for GreenDay2001

Check out loadMovie

Make a movie clip. The image will be loaded inside thismovie clip, give it an instance name. and try loadmovie.

Your flash var will provide the name/link to the image right:

SO create a movie clip and give it an instance name. Say : mypic

mypic.loadMovie("url from flashvars");

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.