[Flashcoders] dynamically tween gradient

2006-12-15 Thread Scott Brantley
I'm building a website. The background for each of the sections of the site is a different colored linear gradient. Does anyone have any ideas on how to build a class, prototype or series of functions that will dynamically change the background gradient from one colored gradient to another over a

RE: [Flashcoders] Alpha fade problem

2006-06-01 Thread Scott Brantley
You could use the alphaTo property of the tween class. It's much easier. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Watkins Sent: Thursday, June 01, 2006 9:58 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Alpha fade problem

[Flashcoders] problems with dynamic text field autosize property

2006-05-26 Thread Scott Brantley
Hi Everyone, I'm having a problem with the dynamic text field autosize property. The problem I'm having is that I'm not catching the correct height of the textfield directly after the textfield is filled with text. In other words, I create a dynamic textfield and give it a set width and then I

RE: [Flashcoders] problems with dynamic text field autosize property

2006-05-26 Thread Scott Brantley
, May 26, 2006 4:15 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] problems with dynamic text field autosize property Hi Scott, I think it's one of those wait a frame type deals, either that or try question.textHeight. Dunc On 5/26/06, Scott Brantley [EMAIL PROTECTED] wrote: Hi

[Flashcoders] SeekBarHandle ???

2006-05-24 Thread Scott Brantley
Does anyone know how to reference the SeekBarHandle? My problem is that I'm trying to toggle its visibility on and off and I have no way of knowing what its instance name is. ___ Flashcoders@chattyfig.figleaf.com To change your subscription

RE: [Flashcoders] SeekBarHandle ??? -- still problems

2006-05-24 Thread Scott Brantley
this: function traceClip(mc:MovieClip){ trace(mc._name+': '+mc); for(var i in mc){ if(mc[i] instanceof MovieClip) arguments.callee(mc[i]); } } M. On 5/24/06, Scott Brantley [EMAIL PROTECTED] wrote: Does anyone know how to reference the SeekBarHandle? My problem is that I'm trying to toggle its

RE: [Flashcoders] SeekBarHandle ??? -- still problems

2006-05-24 Thread Scott Brantley
I just sent it to your gmail account Scott Brantley Multi-media Designer/Programmer Hammond Communications Group -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of elibol Sent: Wednesday, May 24, 2006 2:30 PM To: Flashcoders mailing list Subject: Re

RE: [Flashcoders] \t in html - how to use tabStops

2006-05-17 Thread Scott Brantley
Anybody got any answers? Please! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Brantley Sent: Wednesday, May 17, 2006 11:41 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] \t in html - how to use tabStops Hey everyone, I'm

RE: [Flashcoders] \t in html - how to use tabStops

2006-05-17 Thread Scott Brantley
To answer my own question: http://chattyfig.figleaf.com/pipermail/flashcoders/2003-February/063062. html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Brantley Sent: Wednesday, May 17, 2006 1:02 PM To: Flashcoders mailing list Subject: RE

[Flashcoders] fscommand question

2006-05-17 Thread Scott Brantley
Hey everyone, I'm building an Interactive CD-ROM. In the PC version I'm using the fscommand to run a .bat file that opens Microsoft Word and Word then opens the correct .DOC. How can I do this for the MAC version? Do I have to use applescript? Does anyone have any advice or answers? Thanks

[Flashcoders] How to make a MAC - PC hybrid CD-ROM

2006-05-16 Thread Scott Brantley
Hey everyone, I have built a CD-ROM deliverable PC (flash) application. The client now wants to make it a hybrid application that will run on both PC and MAC. Currently I'm using an AUTORUN.ini file to auto launch the app.exe. How would I do this for the MAC projector (.hqx) file? Is there

RE: [Flashcoders] How to make a MAC - PC hybrid CD-ROM

2006-05-16 Thread Scott Brantley
Here is me answering my own question. http://www.were-here.com/content/templates/articles.asp?articleid=140zo neid=7 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Brantley Sent: Tuesday, May 16, 2006 2:54 PM To: flashcoders

RE: [Flashcoders] Tools to create flv with screen recording codec

2006-04-19 Thread Scott Brantley
Camtasia Studio works pretty well. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee McColl-Sylvester Sent: Wednesday, April 19, 2006 10:04 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] Tools to create flv with screen recording codec

RE: [Flashcoders] FLV frame capture

2006-04-18 Thread Scott Brantley
On Mac (apple + shift 3) on PC (print screen). Then bring the pic into photoshop and crop and so forth. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Robert Sent: Tuesday, April 18, 2006 2:50 PM To: flashcoders@chattyfig.figleaf.com Subject:

[Flashcoders] problems with unc paths in flash 8

2006-04-17 Thread Scott Brantley
Hey Everyone, Does anyone have any idea how to get around Flash's new securities when playing an flv over a UNC? It works just fine in Flash 7. So the problem has to be with the new securities. Thanks ___ Flashcoders@chattyfig.figleaf.com To change

RE: [Flashcoders] problems with unc paths in flash 8

2006-04-17 Thread Scott Brantley
Dowdell Sent: Monday, April 17, 2006 4:02 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] problems with unc paths in flash 8 Scott Brantley wrote: Does anyone have any idea how to get around Flash's new securities when playing an flv over a UNC? It works just fine in Flash 7. So

RE: [Flashcoders] problems with unc paths in flash 8

2006-04-17 Thread Scott Brantley
list Subject: Re: [Flashcoders] problems with unc paths in flash 8 Scott Brantley wrote: That is exactly what I'm referring to -- Universal Naming Convention So, is the question something about accessing local files while in a browser, something along those lines? If so, then have you checked