Click to See Complete Forum and Search --> : Linking from flash object


young77478
01-12-2009, 01:07 PM
I have a flash object created by a graphics designer. I want to enable a hyperlink when a mouse rolls over the flash. Another thread indicated that adding <object onclick="window.location='indexNew.htm';return false;"> would work. My mouse cursor icon changes to the finger over part of the flash object but nothing happens when I click. Is there another way?

Eye for Video
01-15-2009, 07:41 PM
I'm pretty sure that the
..return false;">
cancels the "onclick", try true.
Or have the original designer put a
getURL
action on the .swf, as an invisible button or on the entire .swf
EfV