StreetViewManager: Communicate with Flash and Google Maps Street View
I released a library called StreetViewManager to operate Google Maps Street view from Flash with ExternalInterface.
You can display Street View by the following code:
var sview:StreetViewManager =new StreetViewManager();
sview.load(35.659461, 139.700512);
In this case, Shibuya, Tokyo, Japan.
"goFront" method is to move forward.
sview.goFront();
Sample app is here.
Showcase
Street View x Wii Barance Board x Wii Remote x Adobe AIR from uranodai on Vimeo.
This is the virtual walkthrough app that uses the Wii Balance Board and the Wii Remote.