Go Back   OXYLUS Flash Board > Support > June Gallery

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-11-2008, 06:03 AM
Junior Member
 
Join Date: Sep 2008
Posts: 4
Default Remove the title and description overlay?

Hello, I'm loving this gallery script! Great work! The only thing I'm stumped on is how to turnoff the overlay mask with the photo title and description (appears when hovering over the photo), as well as the photo title info bubble (appears when you hover over thumbnails at bottom). I thought it would have been an option in the xml file. I imagine it is something I have to change within the JuneGallery.flp file, but I am not sure what I need to do.

Thanks for your help!
Reply With Quote
  #2 (permalink)  
Old 09-16-2008, 07:08 PM
Junior Member
 
Join Date: Sep 2008
Posts: 4
Default

This really seems like it should be simple enough. I don't want features added...I'd like to turn off a couple features. Anyone out there that could point me in the right direction?
Reply With Quote
  #3 (permalink)  
Old 09-20-2008, 07:34 PM
Super Moderator
 
Join Date: May 2008
Posts: 656
Send a message via Skype™ to Adrian
Default

Hello,
To "remove" the description open source\oxylus\JuneGallery\ImageViewer.as and go to line 295 and remove the whole private function onMouseMove() {... function.

For the tooltip that appears on the thumbnails, open source\oxylus\FSlider\Thumbnail.as and remove the following lines:

Code:
44. _root.Tooltip_mc.hide();
and
Code:
39. _root.Tooltip_mc.show(...);
Now open source/main.fla and republish the swf.
Reply With Quote
  #4 (permalink)  
Old 10-24-2008, 05:07 AM
Junior Member
 
Join Date: Sep 2008
Posts: 4
Default

This worked, thank you very much!
Reply With Quote
Reply

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


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.