Creating artwork online

This is a discussion on "Creating artwork online" within the Flash & Multimedia Forum section. This forum, and the thread "Creating artwork online are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 14th, 2007, 20:56
New Member
Join Date: Aug 2007
Location: RSA
Age: 61
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Creating artwork online

I have a client who sells eight-panel umbrellas and would like visitors to be able to design their own umbrellas online by allocating colours to any of the eight panels from supplied swatches.

Any ideas on how to do this on a web page anyone??

Martin
Reply With Quote

  #2 (permalink)  
Old Aug 14th, 2007, 20:57
1840dsgn's Avatar
SuperMember

SuperMember
Join Date: Jun 2007
Location: Canterbury
Age: 19
Posts: 719
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating artwork online

I imagine a flash application, or a java applet.

How you'd go about it...not a clue!
Reply With Quote
  #3 (permalink)  
Old Aug 14th, 2007, 21:07
New Member
Join Date: Aug 2007
Location: RSA
Age: 61
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating artwork online

The images only have to be simple line drawings but there are too many combinations to create individual samples (27 swatches). Home decor software adds paints/fabrics to household things but I have never seen this technique in real time online.
Reply With Quote
  #4 (permalink)  
Old Aug 14th, 2007, 21:14
1840dsgn's Avatar
SuperMember

SuperMember
Join Date: Jun 2007
Location: Canterbury
Age: 19
Posts: 719
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating artwork online

So you mean like a sort of paint application online where users can fill the drawings with the colours they want?
Reply With Quote
  #5 (permalink)  
Old Aug 15th, 2007, 05:14
New Member
Join Date: Aug 2007
Location: RSA
Age: 61
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating artwork online

Yes, quite simple.
The only thing that occurs at the moment is somehow to use the javascript/css background change routine but I am not even sure how I would implement that.
Reply With Quote
  #6 (permalink)  
Old Aug 15th, 2007, 10:10
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating artwork online

I think you'd be best doing this in flash. It would probably open up your options a bit. Post in the flash forum someone will be able to get you started over there, I don't think it's gonna be simple though.

Pete.
Reply With Quote
  #7 (permalink)  
Old Aug 15th, 2007, 10:50
1840dsgn's Avatar
SuperMember

SuperMember
Join Date: Jun 2007
Location: Canterbury
Age: 19
Posts: 719
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating artwork online

Yea flash seems the way to go, you could also look into doing it in java but you might be a bit restricted with what you can achieve.

Java is different to javascript by the way, just to make sure your aware of that.
Reply With Quote
  #8 (permalink)  
Old Aug 15th, 2007, 11:31
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating artwork online

Moving thread to Flash & Multimedia forum.
Reply With Quote
  #9 (permalink)  
Old Aug 15th, 2007, 17:56
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Creating artwork online

Indeed flash is a good way of making a visual representation of what you want.

Where it gets tricky will be sending that data to an email address to record the specs for the umbrella...it is definately doable - but will take some thinking and some decent understanding of flash/php.

So, to get you started in creating the user interface please check out this:

For the umbrella....

http://www.kirupa.com/developer/acti...t/dragdrop.htm

For sending it to an email...

Post again with any questions, combining the two of these will take some thinking...

http://www.kirupa.com/developer/acti..._php_email.htm

Cheers,

Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #10 (permalink)  
Old Aug 15th, 2007, 18:01
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating artwork online

At a guess you are allowing the user to colour each individual segment of the umbrella unless there is more to it. If this is the case could you not assign an id number to each segment and somehow log the colour, then pass the info to a db or an email script to process.

The data would be logged:
1 - red
2 - blue
3 - green
...

If you're allowing them to actually draw their own graphics or use their own photos then a similar system would be used but the implementation would be far more complex. Or so I guess.

Just some thoughts,

Pete.
Reply With Quote
  #11 (permalink)  
Old Aug 15th, 2007, 18:07
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Creating artwork online

Yep, it's just a matter of combining the two links above to work. You are on the right track Pete. Just assign each part of the Umbrella a name using Actionscript, and depending on what color is used on the specific part of the umbrella set that to the color name. (i.e. part1 = green)

Then send it on using some php or asp and voila!

Again, this is assuming the colors are all pre-determined.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #12 (permalink)  
Old Aug 15th, 2007, 18:34
New Member
Join Date: Aug 2007
Location: RSA
Age: 61
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating artwork online

Thanks for all the help folks.

Each panel can be allocated an id and coloured from a swatch. The finished picture does not need to be emailed at this point. A simple diagram with completed panels with associated swatch numbers could be faxed to the umbrella manufacturer, reassembled as a simple graphic, emailed to the customer to check it is correct and then manufactured.

I'm not a Flash expert and would appreciate a starting point resource?

Thanks again,

Martin
Reply With Quote
  #13 (permalink)  
Old Aug 15th, 2007, 19:47
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Creating artwork online

Check out the Resources For Learning Flash link at the top of the Flash forums, and the two links I gave you above are two tutorials to accomplish what you are wanting to do.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
Reply

Tags
design, graphic, online

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating fields that can be updated online. neash83 PHP Forum 1 Jun 7th, 2007 12:26
Problem creating page that can have fields updated online neash83 Web Page Design 2 Jun 7th, 2007 11:53
MI Online Analyst/Management Information/SEO/Online/Email/Folkestone Web JobBot Job Opportunities 0 Jan 10th, 2007 15:12
Creating a nav bar like this davva Web Page Design 22 Aug 30th, 2006 20:33
how would i go about creating this ? protein82 Graphics and 3D 4 May 9th, 2006 15:05


All times are GMT. The time now is 07:44.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43