Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using a form (scrollPane) to design banners

Status
Not open for further replies.

SPrelewicz

Programmer
Jul 16, 2001
124
US
I have looked everywhere for help on this but can't find what I need.

I am creating a flash application to design signs for a co. I will have about 7 clip art images to choose. The user will click one to add to the design panel. then they add some text and choose a color for text and the clip art. I then need to save this design (either send it through email or save in an db, haven't decided.) The problem is, currently I am using a scroll pane. I have it so the user can pick a picture and have it show in the scroll pane, and they can also drag and drop it, via a setScrollContent() call. However, when I add something else, text or another picture, it clears what was there and adds only the new content.

I want it so a user can add any number of clip arts and text and arrange them (drag and drop), then submit it. Are there components for this? Can anyone give me some idea what to do to get this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top