RE: [Flashcoders] Re: [OT] Improve my design skills

2007-08-19 Thread Mike Guerrero
I used the term Creative Developer. :) Mikeg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mario Gonzalez Sent: Sunday, August 19, 2007 12:02 AM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Re: [OT] Improve my design skills

[Flashcoders] Firefox, CSS overflow=scroll, flash buttons bug

2006-04-21 Thread Mike Guerrero
So I am having a weird problem. I have a fullscreen flash displayed in on html page using flashobject from this example: http://blog.deconcept.com/flashobject/fullpage.html I wanted to have scrollbars appear in case it didn't fit the browser window. So I changed my css as follow.

RE: [Flashcoders] New wrinkle in IE activation issue...

2006-04-19 Thread Mike Guerrero
Ok, I have not come across anything weird with IE after I installed the security patch. Everything works as it should. Am I using the wrong version of IE? Did the patch not work? IE Ver: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Flashcoders] seemless video in flash

2006-04-19 Thread Mike Guerrero
Is the AVI file compressed already? What data rate are you compressing the video at? What codec are you using to compress the video into flv (squeeze or on2)? Are you embedding the flv into a swf or are you loading it from the cd directly into the application when called? -Original

[Flashcoders] Load 40% of target with MovieClipLoader Class

2006-04-07 Thread Mike Guerrero
Question: How can I load only 40% of a target movieclip using the MovieClipLoader class? I have used several times to load swfs, but on a recent project the target swfs are over 4MB. So, instead of waiting for all of it to load, want it to start playing at around 40%. I am using onLoadInit. I

RE: [Flashcoders] Load 40% of target with MovieClipLoader Class

2006-04-07 Thread Mike Guerrero
, April 07, 2006 7:22 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Load 40% of target with MovieClipLoader Class Use onLoadProgress ... wait for whatever percent you want, then play On Apr 7, 2006, at 8:10 PM, Mike Guerrero wrote: Question: How can I load only 40% of a target

RE: [Flashcoders] Help with building a spider diagram

2006-04-03 Thread Mike Guerrero
B-Line has some charting components and I believe they have a spider plot one, or something similar http://www.blinex.com/ MikeG -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Boyd (MMCR) Sent: Monday, April 03, 2006 8:19 AM To: 'Flashcoders

[Flashcoders] Single User Whiteboard component

2006-04-02 Thread Mike Guerrero
Just wondering if any knows where I can find a whiteboard component that can be use by one person? Should I try to work with the one from Flash Media server. I don't use flash media server enough to justify getting it. I hate to create one from scratch. Thanks, MikeG -Original Message-