PDA

View Full Version : How this site is created


jignet
09-03-2005, 05:04 PM
http://www.uberprints.com/studio/

there are lots of things I have seen on this site are very much advance (for me)

Mainly I want help on how they mange to create image from the flash and that is also dyanamic contents..


It will be greate if some can able to provide some tips on it.

thankx

Cota
09-03-2005, 05:17 PM
I once worked on a project like this and let me tell you, most of whats going on isnt that complicated, just tricky. As far the saving of flash to image, without actually signing up and saving a shirt, they are most likely using a server side PHP script to save it as an image, if they are doing that. AS far as saving the shirt designs, thats just a database that holds movieclips, images used, positions, colors, etc. Its just recompiled when you open a saved shirt.

jignet
09-03-2005, 05:30 PM
thankx Cota for a prompt reply.

can please suggest me serverside script for creating flash to image..

thankx again

Cota
09-03-2005, 05:55 PM
check this one out:
http://jerryscript.hostrocket.com/flash/draw/SWFDrawing2JPEG.html

jignet
09-03-2005, 06:21 PM
Thankx again its really looks good..

I will try it..

is there any chance we can do this on .net or asp

Cota
09-03-2005, 06:40 PM
I had built mine in ASP, but saving it as an image had to be done in ASP. I was working on an ActiveX component to save flash as a JPG, but I could never get it working. I never tried it with .NET, so it may be possible.