How do I make an Autodesk Maya 3D file into a Flash Movie th - Printable Version +- Computer Graphics Bulletin Board (https://cg-bb.com) +-- Forum: 3d animation and design forums (https://cg-bb.com/forumdisplay.php?fid=3) +--- Forum: Autodesk Maya Forum (https://cg-bb.com/forumdisplay.php?fid=16) +--- Thread: How do I make an Autodesk Maya 3D file into a Flash Movie th (/showthread.php?tid=123) |
How do I make an Autodesk Maya 3D file into a Flash Movie th - Crum - 01-22-2011 I have a model made in Autodesk Maya 2008, a 3D modelling software. I want to put it in a website (possibly with Adobe Flash CS3) so that common users can see my model from all directions, e. g. , they can rotate, zoom in, out, etc, so they can see all parts of my model without having the Autodesk Maya software. Any help would be appreciated, Thank you. Re: How do I make an Autodesk Maya 3D file into a Flash Movi - Suber - 01-22-2011 There is no real way to do this. Instead, render separate frames of the camera doing a complete 360 rotation around the model. Make sure you output separate frames. Make a movie clip and map each frame to a keyframe in the movie clip, the insert this code: onClipEvent(enterFrame){ this. gotoAndStop( mouse. _x / number of frames you have in the clip); } then make a new keyframe in your main timeline, and insert this code into frame 2: gotoAndPlay(1); what's your website? send me a msg. Re: How do I make an Autodesk Maya 3D file into a Flash Movi - Toth - 01-22-2011 Export it as a video file and then use Zamzar to convert to a flash movie. |