Old 10-12-2008, 05:09 PM   #1 (permalink)
Junior Member
 
Join Date: Sep 2008
Location: Pacific NW
Posts: 3
Default Removing Image Description (text)

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
bluesdancer is offline   Reply With Quote
Old 10-28-2008, 11:44 PM   #2 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,969
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

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();
};
Open the main .fla and republish the swf to see the results.
Adrian is offline   Reply With Quote
Old 03-04-2009, 08:31 PM   #3 (permalink)
Junior Member
 
Join Date: Mar 2009
Posts: 9
Default

Hi, I donīt have the action.as file.

How Can I do it?

Thanks
Fernando
soasti is offline   Reply With Quote
Old 03-04-2009, 08:54 PM   #4 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,969
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

If you bought this gallery, you should have that file inside the source folder.
Adrian is offline   Reply With Quote
Old 03-04-2009, 09:17 PM   #5 (permalink)
Junior Member
 
Join Date: Mar 2009
Posts: 9
Default

Hi, send you a image of my project.

Thanks
Attached Images
File Type: jpg as.jpg (39.0 KB, 3 views)
soasti is offline   Reply With Quote
Old 03-05-2009, 10:59 AM   #6 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,969
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

Here we are talking about Multilevel Photo Gallery v2. Yours is Tab Gallery/Flv Portfolio v2
Adrian 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 07:07 AM.