A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: loading an external on opening a movie clip symbol

  1. #1
    Junior Member
    Join Date
    Nov 2009
    Posts
    3

    loading an external image on opening a movie clip symbol

    Hi,

    I'm trying to get an external image in a movie clip symbol when the movie is opened and I'm having no joy.

    I can get it to work with a mouse over event...


    on (rollOver) {
    rootObject.activeMouse = true;
    mcImage.loadMovie( "image1.jpg" );
    }

    However, I need it to load without pressing / rolling over anything.

    Any help would be greatly appreciated.

    Thanks
    Last edited by shallowal; 11-05-2009 at 07:13 AM. Reason: Title was missing word 'image'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center