RE: [Flashcoders] color

2006-06-29 Thread Lewis, Chuck
Jason/Adrian, I am running a SWF and it displays the 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 L

RE: [Flashcoders] color

2006-06-26 Thread Lewis, Chuck
Sorry Jason, I thought you were referring to the text. Why not use 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/li

RE: [Flashcoders] color

2006-06-26 Thread Lewis, Chuck
I use css in my Flash and changed the color of both and 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 optio

[Flashcoders] AICC Quiz

2006-06-01 Thread Lewis, Chuck
Has anyone ever used the Quiz (AICC) template and pulled in the users name from the LMS and display it in the quiz itself? I can see from the debug text it is pulling the data, but I am lost at how to get into my movie. -- Chuck ___ Flashcoders@chatty

RE: [Flashcoders] what's the best tutorial for the bitmapdata API

2006-05-26 Thread Lewis, Chuck
Paul, Great reviews on the book. I just ordered it myself. -- Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul BH Sent: Friday, May 26, 2006 12:38 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] what's the best tutorial for the bitm

RE: [Flashcoders] Disable all buttons

2006-05-26 Thread Lewis, Chuck
for (var o in this) { if (typeof (this[o]) == "button"){ this[o].enabled=false } } -- Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Éric Thibault Sent: Friday, May 26, 2006 10:38 AM To: Flashcoders mailing list Subj

RE: [Flashcoders] WAV to SWF Audio

2006-05-24 Thread Lewis, Chuck
. Lewis, Chuck wrote: > I have over a thousand audio (WAV) files that I need to convert each to > SWF. > > Does anyone have an idea to streamline the conversion??? > > -- Chuck > > > ___ > Flashcoders@chattyfig.figleaf.com > To

[Flashcoders] WAV to SWF Audio

2006-05-24 Thread Lewis, Chuck
I have over a thousand audio (WAV) files that I need to convert each to SWF. Does anyone have an idea to streamline the conversion??? -- Chuck ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chat

RE: [Flashcoders] How to disable button if MC is loaded

2006-05-23 Thread Lewis, Chuck
Set a true/false flag or test if the about.swf is visible "this._parent._parent._parent" wooo -- Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Watkins Sent: Tuesday, May 23, 2006 11:54 AM To: flashcoders@chattyfig.figleaf.com Subject: [Fla

RE: [Flashcoders] attaching onMouseDown to dynamic movieClips

2006-05-10 Thread Lewis, Chuck
Try this: // this[mcName].onRelease = function() { trace("Release = "+this); } // this[mcName].onPress = function() { trace("Press = "+this); } -- Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of edwin Sent: Wednesday, May 10, 2006 5:

RE: [Flashcoders] HTML Entity Code

2006-05-02 Thread Lewis, Chuck
:[EMAIL PROTECTED] On Behalf Of Jon Bradley Sent: Tuesday, May 02, 2006 10:37 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] HTML Entity Code On May 2, 2006, at 10:03 AM, Lewis, Chuck wrote: > On my systems, (XP and XP Pro) both ₂ and ₂ display as > subscript 2, but on other t

[Flashcoders] HTML Entity Code

2006-05-02 Thread Lewis, Chuck
Newbie poster, not Flash newbie Using FLASH 8. Product will be both web and CD based product. I am sure this may have been discussed before, but not sure how to find the info. We are using the entity codes for subscript numbers. The text is HTML formatted XML. On my systems, (XP a