Go Back   Flashtory Support Forum > Flash Files Support > Flash Galleries > Amphasia Horizontal Resizable Gallery

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-17-2010, 06:44 PM
Junior Member
 
Join Date: Feb 2010
Posts: 5
Default Disable Info Dropdown?

Hi, I am working with your Horizontal Resizable Gallery and I would like to disable the Info drop down. I would also like to remove any copy or icons that sit at the top of the image.

Thanks, JD
Reply With Quote
  #2 (permalink)  
Old 02-18-2010, 02:51 PM
Flashtory Staff
 
Join Date: Feb 2009
Posts: 239
Default

Hi this is very easy to do.

open holder.as
find public function holder() {

find

info = trueHolder["info"]; info._y = -35;
bgInfo = info["bg"];
bgNormal = bgInfo["normal"];
bgOver = bgInfo["over"]; bgOver._alpha = 0;

add

info._visible = false;

after you added this line the code should look like in the attached image

Cheers !
Attached Images
File Type: jpg ScreenShot079.jpg (49.9 KB, 5 views)
Reply With Quote
  #3 (permalink)  
Old 02-19-2010, 01:19 AM
Junior Member
 
Join Date: Feb 2010
Posts: 5
Default Disable Info

Hi, Thank you for the quick response. I added that line to the .as file as instructed and there was no change. Then I was going over it with my coder and we actually couldn't get anything to change by editing that file. We commented stuff out trying to break it and nothing happened. Did we need to do something else beyond add that line and save?

Thanks, JD
Reply With Quote
  #4 (permalink)  
Old 02-21-2010, 09:44 PM
Flashtory Staff
 
Join Date: Feb 2009
Posts: 239
Default

Hi, after you make the mods in that file, save it and the please publish the .fla ( open it with flash, go to file and publish to generate a new swf file )
Reply With Quote
  #5 (permalink)  
Old 02-23-2010, 03:09 AM
Junior Member
 
Join Date: Feb 2010
Posts: 5
Default

That rules! Thanks.
Reply With Quote
  #6 (permalink)  
Old 02-23-2010, 04:27 AM
Junior Member
 
Join Date: Feb 2010
Posts: 5
Default

hm, ok, sorry to bug, but I have one more question. How do I make it have a white background?

Thanks!
Reply With Quote
  #7 (permalink)  
Old 02-23-2010, 07:54 AM
Junior Member
 
Join Date: Feb 2010
Posts: 5
Default Thumbnail title

Sorry, actually three more questions:

1. How do you put the Flash part on a white background?
2. How do you change the thumb title's formatting (color, font)?
3. Can I disable the thumb title all together?

Thanks, JD
Reply With Quote
  #8 (permalink)  
Old 03-01-2010, 10:59 AM
Flashtory Staff
 
Join Date: Feb 2009
Posts: 239
Default

Hi JD:

1 . you can change the graphics from the library or make the actual flash stage from flash white or... you can specify the white color when you are embedding this into html

2. this can be done inside the library items, just find the text-field and edit it.

3. this can be done by going to image2.as and deleting all lines that say tooltip......

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

Forum Jump

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
based on a modified theme of CompleteGFX