Re: [Flashcoders] li color

2006-06-29 Thread Adrian Park

OK, this is bugging me now!

Chuck, you suggested using the following would work. Jason, you said it did.
I can't get it to work! The size and colour of the text between the li's
is affected but the bullets are still black. What am I missing?!

li {color: #9A9CA6;font-weight: 900;font-family: Arial;font-size:
16px;display: block}

I don't like being beaten by code!

Thanks in advance.
Adrian P

On 6/26/06, Merrill, Jason [EMAIL PROTECTED] wrote:


I use css in my Flash and changed the color of both UL and LI
colors
and it worked fine.

That worked, thanks!

Jason Merrill
Bank of America
Learning  Organization Effectiveness - Technology Solutions






-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Lewis, Chuck
Sent: Monday, June 26, 2006 11:38 AM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] li color

I use css in my Flash and changed the color of both UL and LI
colors
and it worked fine.

li {color: #9A9CA6;font-weight: 900;font-family: Arial;font-size:
16px;display: block}

-- Chuck

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-29 Thread Merrill, Jason
Are you sure the stylesheet is fully loaded and then being applied to
the Flash text?  The .css you posted looks right.  

Jason Merrill
Bank of America 
Learning  Organization Effectiveness - Technology Solutions 
 
 
 
 
 
-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Adrian Park
Sent: Thursday, June 29, 2006 5:31 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] li color

OK, this is bugging me now!

Chuck, you suggested using the following would work. Jason, you said
it did.
I can't get it to work! The size and colour of the text between the
li's
is affected but the bullets are still black. What am I missing?!

li {color: #9A9CA6;font-weight: 900;font-family: Arial;font-size:
16px;display: block}

I don't like being beaten by code!

Thanks in advance.
Adrian P

On 6/26/06, Merrill, Jason [EMAIL PROTECTED] wrote:

 I use css in my Flash and changed the color of both UL and LI
 colors
 and it worked fine.

 That worked, thanks!

 Jason Merrill
 Bank of America
 Learning  Organization Effectiveness - Technology Solutions






 -Original Message-
 From: [EMAIL PROTECTED]
[mailto:flashcoders-
 [EMAIL PROTECTED] On Behalf Of Lewis, Chuck
 Sent: Monday, June 26, 2006 11:38 AM
 To: Flashcoders mailing list
 Subject: RE: [Flashcoders] li color
 
 I use css in my Flash and changed the color of both UL and LI
 colors
 and it worked fine.
 
 li {color: #9A9CA6;font-weight: 900;font-family: Arial;font-size:
 16px;display: block}
 
 -- Chuck
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-29 Thread Merrill, Jason
The css is definitely loaded and the Flash text displays all of the
styling
other than the bullets remaining black.

Here's my test code so you can verify I'm not missing something.

OK I'll send you a working sample offlist.  

Jason Merrill
Bank of America 
Learning  Organization Effectiveness - Technology Solutions 
 
 
 
 
 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-29 Thread Merrill, Jason
Also, be sure you are testing the .swf in HTML a browser.  If you just
double-click the .swf file on your hard drive, the bullet does not get
colored (not sure why that is the case)

Jason Merrill
Bank of America 
Learning  Organization Effectiveness - Technology Solutions 
 
 
 
 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-29 Thread Lewis, Chuck
Jason/Adrian,

I am running a SWF and it displays the li text and bullet in the color
from the CSS.

Here is a sample:

function loadCSS() {
setupCSS = new TextField.StyleSheet();
setupCSS.onLoad = function(success) {
if (success) {
trace(CSS Loaded)
}
};
setupCSS.load(template.css);
}

function displayText(currentText) {
interfaceSWF.mainTxt.styleSheet = setupCSS;
interfaceSWF.mainTxt.html = true;
interfaceSWF.mainTxt.multiline = true;
interfaceSWF.mainTxt.selectable = false;
interfaceSWF.mainTxt.wordWrap = true;
interfaceSWF.mainTxt.htmlText = currentText;
}

CSS - li {color: #C1A9C3;font-weight: 900;font-family: Arial;font-size:
16px;display: block}

Not sure if placing the li inside the ul is causing the issue for
you.

-- Chuck

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Merrill,
Jason
Sent: Thursday, June 29, 2006 9:54 AM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] li color

Also, be sure you are testing the .swf in HTML a browser.  If you just
double-click the .swf file on your hard drive, the bullet does not get
colored (not sure why that is the case)

Jason Merrill
Bank of America 
Learning  Organization Effectiveness - Technology Solutions 
 
 
 
 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] li color

2006-06-29 Thread Adrian Park

Thanks Jason,

Your code enabled me to work out exactly what's going on - it only works for
Flash Player 8 or above! If you publish to 7 the bullets won't be coloured.

Perhaps it doesn't work when you run the swf off the desktop because the
standalone player didn't have this update rolled into it?

Thanks for your help with this - I feel much better now I understand what is
going on!

Cheers, Adrian.

On 6/29/06, Merrill, Jason [EMAIL PROTECTED] wrote:


Also, be sure you are testing the .swf in HTML a browser.  If you just
double-click the .swf file on your hard drive, the bullet does not get
colored (not sure why that is the case)

Jason Merrill
Bank of America
Learning  Organization Effectiveness - Technology Solutions




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] li color

2006-06-26 Thread Adrian Park

Even using a stylesheet I have not been able to change the colour of bullets
in html text fields. The only way I've been able to do it is to embed the
font, nest the text field in a movie clip and tint it  - not nice!

Adrian P

On 6/26/06, Merrill, Jason [EMAIL PROTECTED] wrote:


Is there any way to change the color of the bullets made with li tags
in a Flash HTML text field to another color?  Seems the only thing I get
it black even with system fonts set to color.  Does it actually require
applying a stylesheet?

Jason Merrill
Bank of America
Learning  Organization Effectiveness - Technology Solutions





___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-26 Thread Merrill, Jason
Ick.  Ok - thanks.  I think I'll just tell the client it's a limitation
of Flash.  

Jason Merrill
Bank of America 
Learning  Organization Effectiveness - Technology Solutions 
 
 
 
 
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Adrian Park
Sent: Monday, June 26, 2006 11:23 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] li color

Even using a stylesheet I have not been able to change the colour of
bullets
in html text fields. The only way I've been able to do it is to embed
the
font, nest the text field in a movie clip and tint it  - not nice!

Adrian P

On 6/26/06, Merrill, Jason [EMAIL PROTECTED] wrote:

 Is there any way to change the color of the bullets made with li
tags
 in a Flash HTML text field to another color?  Seems the only thing I
get
 it black even with system fonts set to color.  Does it actually
require
 applying a stylesheet?

 Jason Merrill
 Bank of America
 Learning  Organization Effectiveness - Technology Solutions





 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-26 Thread Lee McColl-Sylvester
You can do this with CSS... You can even exchange the bullets for
images.  CSS is pure power if you know what you're doing.

Check this out.

www.jessett.com/web_sites/css/bullet_graphics.shtml

or more on topic

www.frontpagewebmaster.com/m-195255/tm.htm

be sure to read the whole thread.  Sometime you just have to tinker.

Lee




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adrian
Park
Sent: 26 June 2006 16:23
To: Flashcoders mailing list
Subject: Re: [Flashcoders] li color

Even using a stylesheet I have not been able to change the colour of
bullets
in html text fields. The only way I've been able to do it is to embed
the
font, nest the text field in a movie clip and tint it  - not nice!

Adrian P

On 6/26/06, Merrill, Jason [EMAIL PROTECTED] wrote:

 Is there any way to change the color of the bullets made with li
tags
 in a Flash HTML text field to another color?  Seems the only thing I
get
 it black even with system fonts set to color.  Does it actually
require
 applying a stylesheet?

 Jason Merrill
 Bank of America
 Learning  Organization Effectiveness - Technology Solutions





 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-26 Thread Lee McColl-Sylvester
Actually, just go here

www.sens.buffalo.edu/assistance/advwebpage/bullets.html

Lee



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adrian
Park
Sent: 26 June 2006 16:23
To: Flashcoders mailing list
Subject: Re: [Flashcoders] li color

Even using a stylesheet I have not been able to change the colour of
bullets
in html text fields. The only way I've been able to do it is to embed
the
font, nest the text field in a movie clip and tint it  - not nice!

Adrian P

On 6/26/06, Merrill, Jason [EMAIL PROTECTED] wrote:

 Is there any way to change the color of the bullets made with li
tags
 in a Flash HTML text field to another color?  Seems the only thing I
get
 it black even with system fonts set to color.  Does it actually
require
 applying a stylesheet?

 Jason Merrill
 Bank of America
 Learning  Organization Effectiveness - Technology Solutions





 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-26 Thread Lewis, Chuck
I use css in my Flash and changed the color of both UL and LI colors
and it worked fine.

li {color: #9A9CA6;font-weight: 900;font-family: Arial;font-size:
16px;display: block}

-- Chuck

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-26 Thread Lewis, Chuck
Sorry Jason,

I thought you were referring to the text.  Why not use ul and then use
an image as the bullet?

-- Chuck


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] li color

2006-06-26 Thread Michael Stuhr

Lee McColl-Sylvester schrieb:

You can do this with CSS... You can even exchange the bullets for
images.  CSS is pure power if you know what you're doing.

Check this out.

www.jessett.com/web_sites/css/bullet_graphics.shtml

or more on topic

www.frontpagewebmaster.com/m-195255/tm.htm

be sure to read the whole thread.  Sometime you just have to tinker.

Lee


go back sleeping :-)

micha
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-26 Thread Merrill, Jason
Thanks - yes, I knew about that with CSS, but didn't know if that would
work with Flash HTML textfields.  This method works inside the Flash
player?

Jason Merrill
Bank of America 
Learning  Organization Effectiveness - Technology Solutions 
 
 
 
 
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Lee McColl-Sylvester
Sent: Monday, June 26, 2006 11:44 AM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] li color

You can do this with CSS... You can even exchange the bullets for
images.  CSS is pure power if you know what you're doing.

Check this out.

www.jessett.com/web_sites/css/bullet_graphics.shtml

or more on topic

www.frontpagewebmaster.com/m-195255/tm.htm

be sure to read the whole thread.  Sometime you just have to tinker.

Lee




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adrian
Park
Sent: 26 June 2006 16:23
To: Flashcoders mailing list
Subject: Re: [Flashcoders] li color

Even using a stylesheet I have not been able to change the colour of
bullets
in html text fields. The only way I've been able to do it is to embed
the
font, nest the text field in a movie clip and tint it  - not nice!

Adrian P

On 6/26/06, Merrill, Jason [EMAIL PROTECTED] wrote:

 Is there any way to change the color of the bullets made with li
tags
 in a Flash HTML text field to another color?  Seems the only thing I
get
 it black even with system fonts set to color.  Does it actually
require
 applying a stylesheet?

 Jason Merrill
 Bank of America
 Learning  Organization Effectiveness - Technology Solutions





 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-26 Thread Lee McColl-Sylvester
Yeah yeah, I know :-P  Hey, I'm not the only one convicted of not
reading the whole email ;) 

Lee



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Stuhr
Sent: 26 June 2006 16:48
To: Flashcoders mailing list
Subject: Re: [Flashcoders] li color

Lee McColl-Sylvester schrieb:
 You can do this with CSS... You can even exchange the bullets for
 images.  CSS is pure power if you know what you're doing.
 
 Check this out.
 
 www.jessett.com/web_sites/css/bullet_graphics.shtml
 
 or more on topic
 
 www.frontpagewebmaster.com/m-195255/tm.htm
 
 be sure to read the whole thread.  Sometime you just have to tinker.
 
 Lee

go back sleeping :-)

micha
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-26 Thread Lee McColl-Sylvester
I dunno... Sorry, I'm guilty of not reading the whole post.

Lee




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Merrill,
Jason
Sent: 26 June 2006 16:51
To: Flashcoders mailing list
Subject: RE: [Flashcoders] li color

Thanks - yes, I knew about that with CSS, but didn't know if that would
work with Flash HTML textfields.  This method works inside the Flash
player?

Jason Merrill
Bank of America 
Learning  Organization Effectiveness - Technology Solutions 
 
 
 
 
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Lee McColl-Sylvester
Sent: Monday, June 26, 2006 11:44 AM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] li color

You can do this with CSS... You can even exchange the bullets for
images.  CSS is pure power if you know what you're doing.

Check this out.

www.jessett.com/web_sites/css/bullet_graphics.shtml

or more on topic

www.frontpagewebmaster.com/m-195255/tm.htm

be sure to read the whole thread.  Sometime you just have to tinker.

Lee




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adrian
Park
Sent: 26 June 2006 16:23
To: Flashcoders mailing list
Subject: Re: [Flashcoders] li color

Even using a stylesheet I have not been able to change the colour of
bullets
in html text fields. The only way I've been able to do it is to embed
the
font, nest the text field in a movie clip and tint it  - not nice!

Adrian P

On 6/26/06, Merrill, Jason [EMAIL PROTECTED] wrote:

 Is there any way to change the color of the bullets made with li
tags
 in a Flash HTML text field to another color?  Seems the only thing I
get
 it black even with system fonts set to color.  Does it actually
require
 applying a stylesheet?

 Jason Merrill
 Bank of America
 Learning  Organization Effectiveness - Technology Solutions





 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-26 Thread Merrill, Jason
Have an example of how that would work in Flash?

Jason Merrill
Bank of America 
Learning  Organization Effectiveness - Technology Solutions 
 
 
 
 
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Lewis, Chuck
Sent: Monday, June 26, 2006 11:47 AM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] li color

Sorry Jason,

I thought you were referring to the text.  Why not use ul and then
use
an image as the bullet?

-- Chuck


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] li color

2006-06-26 Thread Merrill, Jason
I use css in my Flash and changed the color of both UL and LI
colors
and it worked fine.

That worked, thanks!

Jason Merrill
Bank of America 
Learning  Organization Effectiveness - Technology Solutions 
 
 
 
 
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Lewis, Chuck
Sent: Monday, June 26, 2006 11:38 AM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] li color

I use css in my Flash and changed the color of both UL and LI
colors
and it worked fine.

li {color: #9A9CA6;font-weight: 900;font-family: Arial;font-size:
16px;display: block}

-- Chuck

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com