I assume what's happening here is that you're navigating to a new page and the swf with the rotating skyline is being reloaded and therefore starting over at the beginning again (resetting)? In that case you either need to use frames (talking about HTML here, not anything in Flash) and put it in a page which just loads the other pages into a frame on that page, in which case your skyline swf won't get reloaded. Otherwise (I'd use this option) you can pass the skyline's previous position to the new page's swf using a FlashVar and use that info to rotate the new skyline to the correct position! Yay!