hi everyone!!! i am new here. I m stuck at one place and i really need somebody’s help to get out of there. please…
This is what i want to do :-
- Go to hexapartners.net/Application
- Click on “Upload own graphics”
- A new window will open, upload ur image in that.
- Click on “Icon” on hexapartners page and select “Uploaded” category from combo box.
- You will see ur uploaded image in the scrollpane and when u click on that it will be loaded on the right side
For static images i have done as follows :-
-
Convert image to button and add on press event in it.
-
In on press event, i added loadMovie(url,mc) so image gets added to movieclip.
-
Then i converted this button to movieclip as i wanted to add it to a scrollpane.
-
After that i used attachMovie() to add this movieclip to scrollpane.
For static images this works well but the problem is i dont know how to do it for dynamic images (images uploaded by users).
Thank you for any help.
Regards