| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#2 (permalink) |
|
Registered User
Join Date: Apr 2008
Location: London, UK
Posts: 7
|
In respect to interactive globes, there are hardly any resources out there to get one pre-made. If you go to wwwdotadventurecompanydotcodotuk/worldwide-homedotaspx you'll see a globe we did bespoke for them. Each point on the map is done separately, with a path running from left to right, following a rounded path. Each one of the buttons is a duplicate symbol to keep filesize down, followed by a loadMovie command on each one of them to show the panel on the bottom right. The movement is defined through a nextFrame(); or prevFrame(); function. In regards to the Nike globe, this one is done in AS3 where you can somewhat generate a 3D engine to get this working, with an onDrag and onMouseMove to get the effects working. The movies etc are done in the same way as the AdCo one via a loadMovie function to play an embedded video. Could you give us a bit more info about what the globe is supposed to do for your project by any chance? |
|
|
|
#4 (permalink) |
|
incomputable
Join Date: Apr 2007
Location: Marylebone
Posts: 823
|
Poly9 FreeEarth: the lightest, most compatible 3D globe on the web This is a freei nteractive globe based on google earth. Its pretty easy to the hack together a bespoke version (which I'm doing at the moment) |
|
|
|
#5 (permalink) | |
|
Registered User
Join Date: Apr 2008
Location: London, UK
Posts: 7
|
Quote:
Nice idea indeed, however this isn't a pure-flash globe is it? I don't suppose they have the flash source code somewhere? |
|
|
|
|
#6 (permalink) |
|
your mom
Join Date: Jan 2007
Location: Arizona
Posts: 71
|
The globe needs to be interactive. The user needs to be able to move the globe around and see the it from different perspectives. It also will need to have points of interest on the globe, when they click on the point, it will show some text and one or two pictures in the box. Not really sure what I can do? |
|
|
|
#9 (permalink) |
|
Registered User
Join Date: Jun 2008
Posts: 1
|
3D globe
Have you considered using of the many pre-written 3D engines that now exist for Flash AS3? Such as Papervision 2.0 or Away3D. You'll be able to do all the globe stuff with one of these, but you'll have to know a fair bit about developing in Flash in your gonna go down this route. I've just completed an fully interactive 3D route map for a client which I would love to show you but can't yet since it's not live. wwwdotpapervision3ddotorg wwwdotaway3ddotcom Jimmy. |
|
|
|
#10 (permalink) |
|
incomputable
Join Date: Apr 2007
Location: Marylebone
Posts: 823
|
I remember this thread. The globe I did is actually live at the moment by the way. I made it for Skype. Follow Skype Nomad on the globe |
|
![]() |
|