Re: [Flashcoders] li color

2006-06-29 Thread Adrian Park
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

RE: [Flashcoders] li color

2006-06-29 Thread Merrill, Jason
- [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

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 -

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

RE: [Flashcoders] li color

2006-06-29 Thread Lewis, Chuck
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

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

[Flashcoders] li color

2006-06-26 Thread Merrill, Jason
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

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

RE: [Flashcoders] li color

2006-06-26 Thread Merrill, Jason
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

RE: [Flashcoders] li color

2006-06-26 Thread Lee McColl-Sylvester
. 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

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

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

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:

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

RE: [Flashcoders] li color

2006-06-26 Thread Merrill, Jason
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

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

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

RE: [Flashcoders] li color

2006-06-26 Thread Merrill, Jason
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

RE: [Flashcoders] li color

2006-06-26 Thread Merrill, Jason
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