These forums are provided for community interactions only. For official support please submit a support ticket.
You are not logged in.
I've read all of the threads I can find regarding using Tool Tips as navigation (next, previous, pause), but I can't get them to work in my file.
Instead of a gallery of images in my XML file, I'm using .swf files. (I'm not sure if that is relevant to my issue or not.)
I have posted my file here:
http://leftshoemedia.com/gc/
I do not want any navigation to show EXCEPT when you mouse over the picture. I want previous, next and pause exactly as seen in this example:
http://rickyrestiano.com/blog/?p=4961
My instance of SSP on the stage has been given an instance name of: my_ssp
In the same frame as my instance of SSP, I have the following actions:
my_ssp.contentAreaAction = "Toggle Display Mode";
my_ssp.contentAreaInteractivity = "Action Area and Navigation";
my_ssp.toolAppearanceContentArea = "Visible";
my_ssp.toolAppearanceNav = "Visible";
My tool tips are still not visible. What am I missing? Any ideas would be appreciated.
Thanks,
E.
Offline
You need to turn on tool tips in your component inspector
Offline
My component inspector doesn't have anything about tool tips listed in it.
Did I install it incorrectly? Or do something wrong?
Offline
Oh, dear... I think I was using the wrong component...
I'll regroup and let you know if I'm still having issues. Thanks!
Offline
That was it -- I was using the wrong component. No wonder it wasn't working...
Thanks for your help!
Offline