Can you make a 3d rotating logo with illustrator to put on a website?

Hello! I need to make a rotating 3d logo for a website. Sort of like flash without flash. I tried gif builder but it didn't offer a rototing image. The logo is prettty much 3d already just need someway of getting it to rotate on a webpage. Any suggestions greatly appreciated!!!

As has already been mentioned, making the ubiquitous spinning extruded logo is considerably less tedious in other (and much cheaper) programs, like Xara 3D or Xara Designer. The lighting & shading is also better, because its output is raster.
But let's face it; spinning icons stopped being exciting about 15 years ago. It's about as stimulating these days as a slide transition in Powerpoint. There is no "wow" factor anymore. So one has to ask, what is worth the bother of doing it in Illustrator?
Three things:
First, if scaleability on the web page is required, the output frames need to be vector. (But don't go crazy with it. Instant-gratification features that try to do the illustrator's work for him [like 3D Effect] usually generate absurdly complicated constructs with far too many objects for practical vector animation.)
Second, practically speaking, Illustrator's value in this regard is limited to what must be frame-by-frame animations. For example, this simple animation is vector, and it's arguably more intersting than yet another logo spinning on its axis. But it's inadvisable for this animation to be built as frame-by-frame. There's nothing about it that requires frame-by-frame. It's just two vector paths that change over time in scale and rotation. Rotation and scale be scripted in Flash. The result is smoother and more supple animation, more efficient file size, and the real power of Flash, which is interactvity.
Example
Third, if you're going to justify the tedium of Illustrator, look for things that actually require Illustrator. For example, there's certainly nothing special about Blends. But one of the most important differentiating aspects of Blends in AI is that you can blend between live effects (and not just 3D Effect). The next example below exploits the peculiar nature of a Warp Effect's remaining oriented to the page as the object to which it is applied rotates. The example will be rasterized upon output, but the live vector Envelope and its blending expedites its creation. (The animation is on page 11 of the PDF. Allow the yellow alert to enable embedded media. Click in the middle of the page to start the SWF) :
Example.
Another Example.
Jay,
I don't know which of the above-described steps you are having trouble with. If it's the concept of using top-level Layers and removing the unwanted extra at the end of the loop, see this example:
Example
PDF
JET

Similar Messages

  • Can you make a HTTP GET request with JSC form element?

    It seems the form element in JSC make a HTTP POST request by default, but is it possible to make a HTTP GET request by the form element in JSC?
    (It is worth to mention here that HTTP GET request has its distinctive advantages like you can embed the parameters in a URL and bookmark it)
    Thank you very much.

    Jim,
    I am doing the sameway as you suggested to MISS_DUKE
    But have you face any problems in doing so? In otherwords its the page rendering correctly?
    On requesting the same page multiple times, Every time I get the page that was rendered for the first time.
    To see the correct results, I need to close the browser and check it .
    see my previous queries here
    http://swforum.sun.com/jive/thread.jspa?threadID=54379&messageID=208223#208223
    http://swforum.sun.com/jive/thread.jspa?threadID=56440&messageID=214302#214302
    http://swforum.sun.com/jive/thread.jspa?threadID=56676&messageID=214987#214987
    http://swforum.sun.com/jive/thread.jspa?threadID=56390&messageID=214139#214139
    And I am still expecting the answer from experts. But nobody turn arround
    Thanks,
    Sudhakar

  • Where can you make a comment about the new 7.1 software update?  I was dissapointed that the photos of friends that normally pop up when they make a call are no longer appearing.  Just a tiny little circle with their picture in it appears.

    Where can you make a comment about the new 7.1 software update?  I was dissapointed that the photos of friends that normally pop up when they make a call to me are no longer appearing.  Just a tiny little circle with their picture in it appears.

    Here:
    http://www.apple.com/feedback/iphone.html

  • Can you make Siri say your name each time she says "What can I help you with?"

    Can you make Siri say your name each time she says "What can I help you with?" I have done the "call me (my name) and linked her to my contacts but she rarely uses my name unless I ask "who am I?"  Can she say "What can I help you with (my name)"

    So is the only reason for her to know your name to have her know you contacts info?
    Does she ever greet you with your name?

  • HI APPLE, CAN YOU MAKE NEXT IPHONE WITH SAPPHIRE GLASS AND WATERPROOF? WILL BE BEST PHONE ON THE WORLD !!!

    HI APPLE, CAN YOU MAKE NEXT IPHONE WITH SAPPHIRE GLASS AND WATERPROOF? WILL BE BEST PHONE ON THE WORLD !!!

    You're not addressing Apple here. Submit your feedback directly to Apple using the appropriate link on the Feedback page:
    http://www.apple.com/feedback

  • How can i make a coppy both side with my hp 6500a plus all in one?

    how can i make a both sides coppy with my hp 6500A plus all-in-one?

    For windows:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02773085&cc=us&dlc=en&lc=en&product=4083977&tmp...
    For MAC:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01935823&cc=us&dlc=en&lc=en&product=4083977&tmp...
    Although I am working on behalf of HP, I am speaking for myself and not for HP.
    Love Kudos! If you feel my post has helped you please click the White Kudos! Star just below my name : )
    If you feel my answer has fixed your problem please click 'Mark As Solution' and make it easier for others to find help quickly : )
    Happy Troubleshooting : )

  • How can I make more than one account with chat on clubwpt?

    I can't make more than one account with chat on clubwpt? i know several players that has made as many as 20 accounts with chat.I can make accounts but clubwpt will not give me chat,they must have my IP address ,because their response is " you r allowed one account with chat only." But as I have said several players have several accounts with chat. Can anyone help me? Are there any programs or plugins that can do this?Any help at all will be greatly appreciate.

    Open another iCloud account for the other user.

  • How can you make one button preform different actions in Xcode?

    How can you make one button "preform a click" and "orderfront"? Is that possible? Because what I am doing is making a welcome window to my application for Mac OS X 10.6, and I have two buttons in that window, one says "Connect" which connects a a WebView to a url and the other button opens up the main window. So how can I a make a button do multiple things at once??

    Ah - If you are just using bindings between various objects from Interface Builder, you can reduce your application code a bit (sometimes quite a bit), but there is only so far you can go. Typically variables and routines are defined in your application that Interface Builder hooks into, so that your application code (usually Objective-C, but can be others) can use these variables and routines to determine what is happening in the user interface.
    I'm not sure how up-to-date the project code is (or what programming code you are familiar with), but you can take a look at Apple's Cocoa Application Tutorial to see what is (usually) involved in creating an application.

  • How can I make a query by date with several TDMS files?

    Hi,
    I have a project that can write and read TDMS files everyday (a file for each day with date and time). There, I can import those files to excel (I choose a file and load it). But, I have a question: How can I make a query by date with those TDMS files? I'd like make a time stamp for start date and stop date, where I could compare the TDMS file dates and sum the values that are in the channels where these files are similar. For example, I save a file with "02/01/2013" name, in other day "03/01/2013", in other day "04/01/2013"... so, i'd like put in time stamp for start date "02/01/2013" file and to stop date "04/01/2013" file, than, sum all values that range with my TDMS files existing. How can I make that? 
    Thanks all,
    Val 

    Hello Val_Auto.
    You're Brazilian, no? Me too. = ^ - ^ =
    I converted VI to version of your LabVIEW (8.5). Is attached in this reply.
    This VI search all your TDMS in a range of dates and join them in a single TDMS. I hope this is what you wanted.
    Query TDMS is the main VI. The TDMS VI Search changes the date format that out from calendar control (which is DD / MM / YYYY) to DD-MM-YYYY. This is because you can't name files using "/". I chose "-" but, if necessary, you should change to keep the same format of your TDMS files.
    If you have any doubt as to its operation or how to make changes to adapt VI for your application, keep at your disposal.
    Thank you for your contact; I hope have helped you and succeed in your application.
    Wesley Rocha
    Application Engineer
    National Instruments Brazil
    Visite a nossa comunidade em PORTUGUÊS!!!
    Attachments:
    Query TDMS.vi ‏62 KB
    tdms search.vi ‏24 KB

  • Can you control Lion on your desktop with an iPhone?

    Can you control Lion on your desktop with an iPhone?  I do not want to buy a wireless trackpad.  Who needs all those batteries?  Hoepfully the iPhone can control it in the meantime, and then they need to make wired trackpads. 

    fliplip1 wrote:
    hhmmm. possibility, buT why? It's there in black and white, it just takes a few more mins to read it.
    I guess there are multiple ways in which people interpret the same sentence. Not everything is obvious to everyone.
    If confused, people generally ask in the forums.

  • Can you make captions for a slideshow?

    can you make captions for a slideshow? otherwise how can i rename the photo so that i can select view titles in the slideshow and use it as a caption?

    Jim lo:
    Welcome to the Apple Discussions. You can't make captions with iPhoto. You can edit the title of a photo by selecting it and then going to the Info window at the bottom of the Source pane, the "i" button, clicking on the title field and enter what text you'd like.
    If you plan on using the slideshow in iDVD then those titles will not show as they will be lost in the "overscan" area that is common to all movies played on TV. You can create the slideshow in iMovie and have lots of control over titles and subtitles and greater control of the audio track, cut, fade in/out, etc.
    Do you Twango?

  • HT201303 how can i make my photo be entered with a password

    how can i make my photo be entered with a password

    Photo?  You cannot separately password protect a photo.
    You can password protect your iPhone at Settings > General > Touch ID & Passcode

  • Can you make IOS 7 for the iPod 4th Generation please?

    Can you make iOS 7 for the IPod 4th generation because to be honest it's not fair to us iPod 4th Generation users that the iPod 5 and the IPhone users get to have it but we don't

    All the iOS devices compatible (iPhone 4 and later, iPad 2 and later, and 5G iPod touch) with iOS 7 have at least 512 MB of memory. The 4G only has 256 MB

  • Can you make a drop down menu in muse

    can you make a drop down menu in muse

    Yes, you can create main menu and sub menu items , with default menu the sub pages will auto create sub menu items (you should select all pages from menu type option).
    These videos will help you :
    https://www.youtube.com/watch?v=hncVlzYuuvQ
    https://www.youtube.com/watch?v=kziCEqQpF9s
    Thanks,
    Sanjit

  • Can you make a collage in iphoto

    can you make a collage in iphoto?

    http://www.macupdate.com/find/mac/collage
    I've used Posterino with good results.
    Regards
    TD

Maybe you are looking for