Jump to content
xisto Community
Sign in to follow this  
jimmy89

Loading External Images In Flash 8

Recommended Posts

Hi,
I am trying to load an external image into a flash document using the following code.

onEnterFrame = function  () {this.createEmptyMovieClip("canvas_mc", 10);canvas_mc.loadMovie("https://www.google.com.au/intl/en_au/images/logo.gif;;	}

When I load the image, nothing happens. If I enter the wrong location for the image, I get errors saying cannot find file, but the image is there.

Thanks,
-jimmy

Share this post


Link to post
Share on other sites
External IMage loadLoading External Images In Flash 8

Hi 

I'm saidur from bangladesh, I thnk your written action script is wrong u hv to follow the following scripts:

 

this.CreateEmptyMovieClip("loder_mc",0);Loder_mc.OnEnterFrame=function(){ this.LoadMovie("Sunset.Jpg");} 

-reply by saidur rahman

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.