Unlikely Teacher

1. Share Everything* [Programming Gotchas, Technology News, Insights on Living and Everything in Between]

Entries Tagged as 'navigateToURL'

Flex/Flash navigation link problems in Mac OS X

November 14th, 2008 · 1 Comment · Flex, Mac OS X

I’ve had one of the weirdest problems last week when a friend reported that our newly designed navigation menu created in Flex was not working on her MacBook.
Basically, I had a couple of moving Flex Canvas’s where I attached mouse click events.

private function homeClicked(evt:MouseEvent):void {
getURL('/');
}

private function updatesClicked(evt:MouseEvent):void {
getURL('/category/updates');
}

private function [...]

[Read more →]

Tags: ····