[Flashcoders] IE7 flash player bug

2007-04-16 Thread Caleb E. Brown
I am experiencing a bug in IE7 with a textfield and anchor tags. This doesn’t seem to be a problem with IE 6 and everything appears fine in firefox, safari, etc. When I set the textfield’s html text to something, give it a stylesheet, and call “autosize,” the rollover no longer works.

RE: [Flashcoders] IE7 flash player bug

2007-04-16 Thread Caleb E. Brown
- From: Caleb E. Brown [EMAIL PROTECTED] To: Flashcoders@chattyfig.figleaf.com Sent: Monday, April 16, 2007 6:46 PM Subject: [Flashcoders] IE7 flash player bug I am experiencing a bug in IE7 with a textfield and anchor tags. This doesnt seem to be a problem with IE 6 and everything appears fine

RE: [Flashcoders] IE7 flash player bug

2007-04-16 Thread Caleb E. Brown
(path); regards, Muzak - Original Message - From: Caleb E. Brown [EMAIL PROTECTED] To: Flashcoders@chattyfig.figleaf.com Sent: Monday, April 16, 2007 6:46 PM Subject: [Flashcoders] IE7 flash player bug I am experiencing a bug in IE7 with a textfield and anchor tags. This doesnt seem

RE: [Flashcoders] IE7 flash player bug

2007-04-16 Thread Caleb E. Brown
: Caleb E. Brown [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Monday, April 16, 2007 1:58 PM Subject: RE: [Flashcoders] IE7 flash player bug Changing it to the onLoad handler doesn't change it. Thanks though. -c -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Flashcoders] IE7 flash player bug

2007-04-16 Thread Caleb E. Brown
on your flash movie first and then the rollOver works just fine. implement the eolas fix and you should be fine. i have flash player 8,0,22,0 - Original Message - From: Caleb E. Brown [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Monday, April 16, 2007 2:46 PM Subject: RE

RE: [Flashcoders] Yahoo! Maps Flash API

2006-06-15 Thread Caleb E. Brown
I had this exact same problem until I downloaded some of the samples from the reference manual. After that I was able to import the widgets correctly. I did notice that the parameters for the component were different in the sample from the component that I dragged straight from my component

RE: [Flashcoders] LocalConnection issue between browsers

2006-05-24 Thread Caleb E. Brown
I usually pass in a unique identifier to the swfs and add that to the name of the connection. -caleb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Helmut Granda Sent: Wednesday, May 24, 2006 12:48 PM To: 'Flashcoders mailing list' Subject:

RE: [Flashcoders] Exporting embeded fonts on frame other than 1

2006-02-21 Thread Caleb E. Brown
You should build an external preloader that loads the main SWF and starts the preloading according to that. Usually if I try to build the preloader straight into my main SWF, it won't start the preloader until 30% or so. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Flashcoders] IE on Mac-flash disappears on js popup

2006-01-16 Thread Caleb E. Brown
I’m doing a simple javascript pop up in IE on a mac OSX, and when the new window is opened, all of the elements on the stage disappear. I'm using the stage class to keep the main movieclip centered in the background, and when I resize the window, the elements show up again. Has anyone seen

RE: [Flashcoders] IE on Mac-flash disappears on js popup

2006-01-16 Thread Caleb E. Brown
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Caleb E. Brown Sent: Monday, January 16, 2006 12:58 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] IE on Mac-flash disappears on js popup I’m doing a simple javascript pop up in IE on a mac OSX

RE: [Flashcoders] IE on mac documentation

2006-01-09 Thread Caleb E. Brown
of problems with mac ie and flash. All kinds of stuff would work with every browser except it. Very frustrating. On 1/6/06, John Dowdell [EMAIL PROTECTED] wrote: Caleb E. Brown wrote: I'm trying to find out if there are any known differences between the video/audio quality in the plugin

[Flashcoders] IE on mac documentation

2006-01-06 Thread Caleb E. Brown
Does anyone have any documentation for the flash plugin for IE on a mac or can they direct me to some? Thanks, Caleb -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.13/221 - Release Date: 1/4/2006

RE: [Flashcoders] IE on mac documentation

2006-01-06 Thread Caleb E. Brown
PROTECTED] On Behalf Of John Dowdell Sent: Friday, January 06, 2006 2:47 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] IE on mac documentation Caleb E. Brown wrote: Does anyone have any documentation for the flash plugin for IE on a mac or can they direct me to some? I'm not sure what

[Flashcoders] Error: plugin.SetWindow is not a function

2006-01-04 Thread Caleb E. Brown
I’m trying to do a simple fscommand on a mac and get the following javascript error in all mozilla browsers: Error: plugin.SetWindow is not a function Source File: javascript: function jsScriptObject(obj) { this.wrappedJSObject = obj; } jsScriptObject.prototype = { evaluate :