Old 03-19-2009, 03:22 PM   #1 (permalink)
Junior Member
 
Join Date: Mar 2009
Posts: 6
Default Tooltip goes behind thumbnail

Hey there, having an issue, hope someone can help.

I modified the tooltip to have several lines of text by changing the text propert to multiline. The problem is that the extra text in the tooltip is showing up behind the thumbnail image and I can't figure out why.
spiral21x is offline   Reply With Quote
Old 03-19-2009, 04:05 PM   #2 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,981
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

Hello,
Multiline is not supported on the tooltip. It will work fine with only one line of text.
Adrian is offline   Reply With Quote
Old 03-19-2009, 04:22 PM   #3 (permalink)
Junior Member
 
Join Date: Mar 2009
Posts: 6
Default

But the multiline does work fine. It just shows up behind the thumb instead of in front. It would be the same as having single line but wanting to place it over the thumb instead of above it.
spiral21x is offline   Reply With Quote
Old 03-19-2009, 04:23 PM   #4 (permalink)
Junior Member
 
Join Date: Mar 2009
Posts: 6
Default

Even with 1 line of text, when i move the tip down it shows up behind the thumb instead of in front.
spiral21x is offline   Reply With Quote
Old 03-19-2009, 04:54 PM   #5 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,981
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

You should post a sample because the original file works fine.
Adrian is offline   Reply With Quote
Old 03-19-2009, 05:55 PM   #6 (permalink)
Junior Member
 
Join Date: Mar 2009
Posts: 6
Default

Ok here it is, example of both my multiline and single line going behind the thumb.
test

Here I downloaded a fresh carousel version and made no other changes except moved the tooltip down a bit, and you can see the text going behind the thumb.

http://mediawhiz.com/fslp/15274_cata...y/carousel.swf
spiral21x is offline   Reply With Quote
Old 03-19-2009, 08:17 PM   #7 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,981
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

That is because the image is always loaded on top. Open Thumbnail.as and after the following line (23):

Code:
Img = this.createEmptyMovieClip("_img_", this.getNextHighestDepth());
insert the following

Code:
Tip.swapDepths(this.getNextHighestDepth());
Save and republish the swf.
Adrian is offline   Reply With Quote
Old 03-19-2009, 08:38 PM   #8 (permalink)
Junior Member
 
Join Date: Mar 2009
Posts: 6
Default

yep that does it thanks for the help
spiral21x is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:11 PM.