A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: ListMovieClip: full dynamical actions?

Hybrid View

  1. #1
    Junior Member
    Join Date
    Dec 2000
    Posts
    22

    ListMovieClip: full dynamical actions?

    Hi,

    We're working on a project in which we want to achieve following:

    We have a Turbine template, in which we load a (dynamically pre-generated) .swf. Here, we have the Turbine Object ListMovieClip in which we dynamically load content items (called Categories) with the DataSet (database). We used the UI widgets sample.

    So far no problems. But now following:
    Clicking on a Category of the pulldown, will have to result in loading images in the <Image src> which are in the same .swf.

    The images are linked to the Categories in the database; each Category has several images to be shown.

    Now our question:
    How can we manage to have the corresponding Category-images to be loaded in the several <Image src> when this Category is chosen from the pulldown?

    Thanks

    PS. we are using ASP Flash turbine 5.0 and MM Flash 5
    Last edited by veedub; 12-12-2002 at 09:05 AM.

  2. #2
    Senior Member
    Join Date
    Nov 2000
    Posts
    827
    I believe that on that case you should separate the image display into a different template/ASP script, that is loaded through a loadMovie, when you click its category. Unless you have a small number of small images, including all the possible images should be prohibitive.
    You have an example of this at work on the "Africa Tours" sample, where a random image is loaded when a map hot-spot is clicked.

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