| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jan 2007
Location: Arizona
Posts: 18
|
idea from client.. need help.
This client sells shirts and other stuff, one of which are stickers. He wants something that will allow his customers to customize there own stickers from different options ( color, size, etc.). He also wants a live preview of what the customer is doing, so they can see it before ordering it. I have no idea where to go from here, any suggestions would be grateful. Thanks in advance. |
|
|
|
|
|
#2 (permalink) |
|
//||//||//||//||//||//||/
Join Date: Apr 2007
Location: Currently UK
Posts: 326
|
simple way you could use forms, e.g.: color: (•) red ( ) green ( ) blue etc, more interactive way you could do it in flash, and your possibilities would be endless Americans don't understand sarcasm.
|
|
|
|
#3 (permalink) |
|
Will work for Marmite
Join Date: May 2007
Location: Sapporo, Japan
Posts: 574
|
The obvious choice would be Flash. If Flash isn't your thing, but you're a handy programmer, look into GD (widely used dynamic image creation library) which would also produce the results you want; although you'd probably only want to use it to generate the final image. Not being an expert on Flash myself, I'm not sure whether it has the capability to export an image file. The advantage of using GD would be that technically as long as the design isn't too complex, you could use the same code to generate an image which would be used to print the sticker itself. |
|
|
|
#6 (permalink) |
|
Invincisible
|
If your using standard images and changing certain things of them then i would suggest flash, it wouldnt be to hard, but changing the images(text/background)of the stickers and changing there color i wouldnt be to confident about. But I am not the greatest flash programmer. Maybe you could have a lil side bar with tiny thumbnails on the side(with different instance names to the main screen one) once u click it, it removes the current MovieClip from the stage and imports the other one onto the stage with the same instance name, but different linkage names. then you could just have RGB toggle buttons to change the colors etc. Im not sure whether that would work, but i currently have a project like that in my multimedia class similar to that.(random falling objects that i can change between and change colors) some one tell me whether its doable coz i dont want to waiste my time, though i think i have it working pretty well in my head. Last edited by brendan hart : 03-06-2007 at 19:49. |
|
![]() |