Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
nizzy  
#1 Posted : Friday, November 11, 2011 5:53:54 AM(UTC)
nizzy

Rank: Newbie

Groups: Member
Joined: 7/7/2011(UTC)
Posts: 9

Thanks: 1 times
Hi aurigma team,

I've edit the appearance of the flash uploader. However, it's so little information/documentation about the classes and the properties used for the flash control. I have a few question:

1. i want to set the border to none. But i can only set the border of the panel, not the header or footer. How can i do this? this is the styles for the panel:

Code:

mx|Panel
{
	background-color: #f1f1f1;
	headerColors : #ffffff, #ffffff;
	border-style:none;
}

2.I cant seem to edit the size of the buttons. i've tried it several way, but doesnt work. Also with the text size, it's not set to the size i set on css:

Code:

mx|Button
{
	corner-radius: 5;
	width:300px;
	height:34px;
}
.addFilesButton
{
	border-color: #ae3c0b;
	highlight-alphas: 0.3, 0.0;
	fill-alphas: 1.0, 1.0, 1.0, 1.0;
	fill-colors: #d54f15, #d54f15, #db5217, #d54f15;
		
	font: 18px/20px normal arial;
	color: #ffffff;
	text-align:center; 
	text-shadow:1px 1px 2px #000;
	text-roll-over-color: #ffffff;
	disabled-color: #dbdad9;
	
	width: 300px;
	height: 34px; 
}

nizzy attached the following image(s):
uploader css.JPG
nizzy  
#2 Posted : Friday, November 11, 2011 6:13:37 AM(UTC)
nizzy

Rank: Newbie

Groups: Member
Joined: 7/7/2011(UTC)
Posts: 9

Thanks: 1 times
I Found it!

How to remove/edit the border of header n footer panel:

Code:

.uploadPaneBar
{
	background-alpha: 1.0;
	background-color: #ffffff;
	border-style: none;
}

.statusBar
{
	background-alpha: 1.0;
	background-color: #ffffff;
	border-style: none;
}

However, it took me some time to find it out. A detail documentation will be great. Or is there already a documentation about the customization of the flash uploader? sample file is not enough though.

I am able to set the size of the bottom button too, but not the addfile button. :(

Edited by user Friday, November 11, 2011 6:14:30 AM(UTC)  | Reason: Not specified

nizzy attached the following image(s):
uploader css_2.JPG
Dmitry.Obukhov  
#3 Posted : Sunday, November 13, 2011 8:32:08 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Jihan,

Unfortunately, it is not possible to change width/height of “Add more files…” button. Thanks for your report about more documented information of Flash Uploader styles.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.