| 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) |
|
in Shoreditch
Join Date: Apr 2007
Location: London
Posts: 510
|
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) |
|
Registered User
Join Date: Jan 2007
Posts: 3
|
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? |
|
![]() |