|
|
#1 (permalink) |
|
Junior Member
Join Date: Sep 2008
Location: Pacific NW
Posts: 3
|
How can you remove the description in the cdata area? If I leave it blank, I still get the large gray area pop-up. I'm wanting to remove that pop-up all together.
Please let me know? Thanks, Larry |
|
|
|
|
|
#2 (permalink) |
|
OYXLUSFlash.com Staff Member
|
Hi,
Open Actions.as and remove this block of code: Code:
imageViewer_mc.onMouseOver = function() {
var dist:Number = 10;
DescrBox_mc.setData(arguments[2]);
DescrBox_mc._x = arguments[0]-dist;
DescrBox_mc._y = arguments[1]-DescrBox_mc.height+dist;
DescrBox_mc.show();
};
imageViewer_mc.onMouseOut = function() {
DescrBox_mc.hide();
};
|
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT. The time now is 07:07 AM.








Linear Mode
