|
|||
|
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 !
|
|
|||
|
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 |
|
|||
|
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 |
|
|||
|
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......
|