Load JPG into a movie

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Load JPG into a movie

    on (release) {
    loadMovie("../Images/image1.jpg", "axl");

    I'm trying to load an external JPG into my flash movie.
    I've put the script above on a button.

    AXL is the target....

    This won't work in Flash MX 2004!

    Why?


    ReidarAxl webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Load Movie help...
      I am pulling double duty with this question as it serves two purposes. I am developing a total flash controlled ad system for myself, but also need...
    2. Newbie: load a movie in a movie
      Hi, This may be very easy but I'm gettinge more and more confused, and I don't get it by myself, so could please somebody give me a hand.: I...
    3. using load movie to load to another movie
      This seems like it should be easy...but I can't figure it out - my action scripting skills are pretty basic I have a movie(created in MX) that...
    4. How can I load movie contents into another movie?
      How can I create the following functionality? container1.loadMovie("img1.jpg") container2 = container1; Basically, my problem is that I'm...
    5. load the movie help!
      I would like to use two different SWF inside 1 HTML page. One SWF will be the main content area and the other swf will be the navigation. How can I...
  3. #2

    Default Re: Load JPG into a movie

    is "axl" on the root? if yes didi you try _root.axl?


    CesareRocchi webforumsuser@macromedia.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139