dynamic images in Flash

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default dynamic images in Flash

    I am currently working on a project that requires images to be loaded into
    Flash, I would really like to know of a way that I can load the images
    dynamically and if I could even call on a text file which contained the images
    URL to be loaded that would be fantastic... the problem is, I'm more of a
    designer than a developer... does anyone have any suggestions?

    eexea Guest

  2. Similar Questions and Discussions

    1. Extension: Dynamic Images/Advance Random Images
      Hi there, I have downloaded 2 extensions: Dynamic Images or/and Advanced Random Images (kaosweaver.com); it seems both are the same and I have...
    2. dynamic images
      Is it possible to dynamically pull images into a Flash sequence from a word doc for instance?
    3. Help with Dynamic Images
      Could someone please tell me (in layman's language please) if it is possible to apply effects to placeholder images in a dynamic Flash movie (such...
    4. Replacing text images with dynamic flash
      Hi All, I'm looking for a way to replace the text header .gifs on my site with dynamic flash. I know how to create an .swf of a specific height...
    5. Dynamic images..?
      Hi all, I'm trying to run the Crystal Report samples on Visual Studio .Net. Does anyone know how to deal with this?...
  3. #2

    Default Re: dynamic images in Flash

    It's easy to load images into Flash, just check out the movieclip api. You
    can use XML to pass dynamic information to Flash.


    eexea wrote:
    > I am currently working on a project that requires images to be loaded
    > into Flash, I would really like to know of a way that I can load the
    > images dynamically and if I could even call on a text file which
    > contained the images URL to be loaded that would be fantastic... the
    > problem is, I'm more of a designer than a developer... does anyone
    > have any suggestions?

    rob::digitalburn Guest

  4. #3

    Default Re: dynamic images in Flash

    You can simply load some txt file with LoadVars class, get the URL's
    and then load them into Flash. It's very easy to do. You can even use
    XML or databases with the url's and other information to display
    dinamicly with Flash.
    If you can't do that, you can hire me :P I'm quite inexpensive,
    hehehe

    []s

    --
    ~~ ~
    diego nunes
    web engineer
    ~ ~~


    Diego Nunes 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