get url on a movieclip

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aniket Khedkar
    New Member
    • Apr 2008
    • 1

    get url on a movieclip

    Hi,

    I have dynamically created movieclips using actionscript in flash.That is using my_mc.createEmp tyMovieClip("my _mc"+i,i); and i have to get link on movieclip which consists of images that r placed on this movie clip( "my_mc"+i,i ) ...there r 16 images and have to get 16 different link.1link for each image.
  • nomad
    Recognized Expert Contributor
    • Mar 2007
    • 664

    #2
    Originally posted by Aniket Khedkar
    Hi,

    I have dynamically created movieclips using actionscript in flash.That is using my_mc.createEmp tyMovieClip("my _mc"+i,i); and i have to get link on movieclip which consists of images that r placed on this movie clip( "my_mc"+i,i ) ...there r 16 images and have to get 16 different link.1link for each image.
    Not to sure is this will work or if this is what your looking for.
    What you could do is have each image as a link ie make the image into a button. Then place each image into a MoveClip

    nomad

    Comment

    Working...