Re: [Flashcoders] Flash stock ticker

2005-12-23 Thread GregoryN
Google returns dozens of these comps. Have you tried them? 1) google search for "Flash stock ticker" 2) http://aspalliance.com/articleViewer.aspx?aId=112&pId= or http://www.jasonmperry.com/portfolio/YahooQuoteTicker.aspx A step-by-step guide on how to create a Yahoo Stock Quote Ticker using ASP

RE: [Flashcoders] Flash stock ticker

2005-12-23 Thread Merrill, Jason
jandro Diaz >>Sent: Friday, December 23, 2005 11:48 AM >>To: Flashcoders mailing list >>Subject: Re: [Flashcoders] Flash stock ticker >> >>Thanks for your reply Jason, >> >>One of the concerns I had with doing the instances was that I was >>erroneously th

Re: [Flashcoders] Flash stock ticker

2005-12-23 Thread Alejandro Diaz
Unfortunately, this project can't be done on Flash 8, but I certainly would be using that if I could :) On 12/22/05, eric dolecki <[EMAIL PROTECTED]> wrote: > > .cacheAsBitmap might be your best friend here :) > > edolecki > > On 12/22/05, Merrill, Jason <[EMAIL PROTECTED]> wrote: > > > > >>In abs

Re: [Flashcoders] Flash stock ticker

2005-12-23 Thread Alejandro Diaz
Thanks for your reply Jason, One of the concerns I had with doing the instances was that I was erroneously thinking of a previous project, in which the size of each of those instances would be different, but for this specific project I can force the width of each stock data (all the info including

Re: [Flashcoders] Flash stock ticker

2005-12-22 Thread eric dolecki
.cacheAsBitmap might be your best friend here :) edolecki On 12/22/05, Merrill, Jason <[EMAIL PROTECTED]> wrote: > > >>In absence of that, any hints of tips anyone can offer would be of > great > >>help. The way I have done some somewhat similar projects involved > creating a > >>large movie clip

RE: [Flashcoders] Flash stock ticker

2005-12-22 Thread Merrill, Jason
>>In absence of that, any hints of tips anyone can offer would be of great >>help. The way I have done some somewhat similar projects involved creating a >>large movie clip from the loaded data, and then calculating the width of >>that movie clip to use in its looping animation (using 2 instances t

[Flashcoders] Flash stock ticker

2005-12-22 Thread Alejandro Diaz
Greetings everyone, I will potentially be asked in the coming months to create a dynamic flash-powered stock ticker, being fed data from a MySQL database. I already have done some flash remoting before which is likely what I will do on this project, but my question concerns more the animation aspe