API - "moveTo" call not working

Q&A about the latest versions
Post Reply
deech
Posts: 2
Joined: Tue Dec 30, 2008 8:34 pm

I am creating my panoramas with the flash 8 export (because of other items that I need that are built in flash 8 ) and then loading them into a my own flash movie using the AS2 code given on the wiki. I have no problem loading the pano or making other API calls like "setPan", but when I try to use the "moveTo" API call I am not getting a response from the pano. It is very important for me to get this call to work. Any help would be very much appreciated. Thanks in advance.
User avatar
thomas
Chief Gnome
Posts: 2613
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

moveTo only works with Flash 9. You program this by yourself with a series of setPan calls.
MfG, Thomas
deech
Posts: 2
Joined: Tue Dec 30, 2008 8:34 pm

Thanks for the help Thomas. I did not realize that it only worked in flash 9.

If anyone has the code written to programmatically create the "moveTo" call it would be great if they could share it. I am not sure exactly how to do this.
Post Reply