# Loading an image from an external source

**URL:** https://forum.kirupa.com/t/loading-an-image-from-an-external-source/144478
**Category:** Uncategorized
**Created:** [April 14, 2005, 5:09pm UTC](https://forum.kirupa.com/t/loading-an-image-from-an-external-source/144478 "2005-04-14T17:09:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Exedus](https://avatars.discourse-cdn.com/v4/letter/e/b19c9b/32.png) [@Exedus](https://forum.kirupa.com/u/Exedus)
#### Post date: [April 14, 2005, 5:09pm UTC](https://forum.kirupa.com/t/loading-an-image-from-an-external-source/144478/1 "2005-04-14T17:09:39Z")

</div>

I’m trying to load an image from an external URL into an empty movieclip on a button rollover

```auto
_root.logo.loadMovie("http://cardeldev.aumenta.net/gondolaplaza/images/logo_blackbearlodge.jpg");

```

Now I’ve got this working with another image I’m using but this one doesn’t seem to work. I know the image URL is correct. Any idea’s?
