Thanks for the helpful info...The site I am working on will actually be
a movie...shot green screen and then edited with aftereffects. Do you
know if after effects can export a swf file that can be controled
through flash the same way as you explain below?


Richard Bachman
Assistant Art Director | 316.828.6279 | www.kochcreativegroup.com





-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Merrill,
Jason
Sent: Tuesday,June 20,2006 10:00 AM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] help

A 3-D rotation like that is done with a 3-D app like Maya or Studio Max.
Or possibly Swift 3D, but you're going to run into some modeling and
rendering limitations with Swift 3D (though to be fair, you can do some
neat stuff with it). Then the animation is exported from the 3-D app as
.swf file or bitmap sequence and then controlled as a timeline in Flash
with gotoAndStop(theframenumber) based on what they do with the mouse.
The Flash part is really simple actually. Notice it's not "real" 3-D -
you can only rotate it on one plane.  To add another plane of rotation,
would require another animation sequence.  Like scrubbing through a
movie - same concept.  To rotate dynamically in any direction in 3D just
isn't possible in Flash. Some people have written some dynamic 3-D
rendering engines in Flash, but it's very complicated and nothing that
can handle textures and lighting like you see in that sequence.  Mostly
they are limited to very simple vector shapes.  Do do real 3-D on the
web, look to Director.  However, if you just want to do what this site
does, an animated sequence of the rotation is all you need. 

Jason Merrill
Bank of America
Learning Technology Solutions
 
 
 
 
 
 

>>-----Original Message-----
>>From: [EMAIL PROTECTED] [mailto:flashcoders- 
>>[EMAIL PROTECTED] On Behalf Of Bachman, Richard
>>Sent: Tuesday, June 20, 2006 10:46 AM
>>To: Flashcoders mailing list
>>Subject: RE: [Flashcoders] help
>>
>>Thanks for the reply Ron...
>>
>>Right now I'm just trying to recreate the "3-D Camera" rotation after 
>>you select a different phone to explore. Is this done is some video 
>>software or can it be done with flash?
>>
>>Any ideas would be very helpful. Thanks.
>>
>>Richard Bachman
>>Assistant Art Director | 316.828.6279 | www.kochcreativegroup.com
>>
>>
>>
>>
>>
>>-----Original Message-----
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] On Behalf Of Ron 
>>Wheeler
>>Sent: Tuesday,June 20,2006 9:28 AM
>>To: Flashcoders mailing list
>>Subject: Re: [Flashcoders] help
>>
>>
>>
>>Bachman, Richard wrote:
>>> I need help with creating a site somewhat like this
>>>
one....http://www.samsung.com/se/current/campaign/slim/site/index.htm
>>>
>>> I'm trying to figure out the coding involved in this site. Thanks!
>>>
>>>
>>There could be quite a bit.
>>I did not try the game but the phone exploration part has a fair
amount
>>of action in it.
>>
>>There are probably many ways to do this. It is not too complex to
handle
>>as a set of timeline animations but might be easier with some 
>>Actionscript framework to orchestrate the animations.
>>
>>What are you trying to do? What Flash or Actionscript technologies are

>>you most comfortable with?
>>Have you got a design of what you want your application to do? Once
you
>>know all of the states that your user can get into and what they can
see
>>and do in each state, you will have a better guess about how much code

>>you will need.
>>
>>Ron
>>
>>> Rich
>>> _______________________________________________
>>> Flashcoders@chattyfig.figleaf.com
>>> To change your subscription options or search the archive:
>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>
>>> Brought to you by Fig Leaf Software
>>> Premier Authorized Adobe Consulting and Training 
>>> http://www.figleaf.com http://training.figleaf.com
>>>
>>>
>>>
>>>
>>_______________________________________________
>>Flashcoders@chattyfig.figleaf.com
>>To change your subscription options or search the archive:
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>Brought to you by Fig Leaf Software
>>Premier Authorized Adobe Consulting and Training 
>>http://www.figleaf.com http://training.figleaf.com
>>
>>
>>_______________________________________________
>>Flashcoders@chattyfig.figleaf.com
>>To change your subscription options or search the archive:
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>Brought to you by Fig Leaf Software
>>Premier Authorized Adobe Consulting and Training 
>>http://www.figleaf.com http://training.figleaf.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to