jimmy89 0 Report post Posted September 17, 2007 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
iGuest 3 Report post Posted November 3, 2009 External IMage loadLoading External Images In Flash 8Hi 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
HannahI 0 Report post Posted November 4, 2009 (edited) Why don't you just download the image, then put it in the flash project directly from flash? Edited November 4, 2009 by HannahI (see edit history) Share this post Link to post Share on other sites
Killawat 0 Report post Posted October 20, 2011 Use this file > load external. Share this post Link to post Share on other sites