PDA

View Full Version : Placing Hot spot on top of Flash Object


Veighle
01-26-2007, 11:31 AM
Alrighty, I am having a problem placing a hot spot on top of a flash movie ( it is on the splash page, placed on top of the background...one loop and it stops) to use the naimated text as a page jump. Tried "arranging" and have been searching everywhere to see if this is even possible. I already have a text box on the same page and it actually shows through, but when you go to grab it, it is definitely 'behind' the flash object. What is up with that? :huh

longedge
01-26-2007, 12:07 PM
You won't be able to place a hot spot over any flash object. If it's your own flash file the easiest way is to work within flash and put a button or whatever into it and then send an fsCommand which AMS will detect which you can act upon.

Worm
01-26-2007, 12:53 PM
If you set the FLASH object's Enabled property to false, the Hotspot will work even though it is underneath the Flash Object.

longedge
01-26-2007, 01:07 PM
Tried it and yes it works...:yes
Nice one Worm (thinks... now why didn't I know that)