Actually, for me it doesn't work fine once I click on it. The problem persists when clicked on (I have a site I'm working on that is embedded with js where I'm having the problem as well. I just didn't want that to be part of the equation when looking into this bug).
It is not the eola issue, but it does seem to be specific to my computer and possibly Vista (I checked it out on some other computers running Vista and IE7), so I'm going to stop caring since I use firefox for personal browsing anyways. At any rate, the problem's not fixed, but I don't need to fix it anymore. Thanks -c -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Ganz Sent: Monday, April 16, 2007 2:52 PM To: [email protected] Subject: Re: [Flashcoders] IE7 flash player bug what i see is a result of the eolas patent. in IE7, i have to click 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: <[email protected]> Sent: Monday, April 16, 2007 2:46 PM Subject: RE: [Flashcoders] IE7 flash player bug Hi matthew, Thanks for helping me look into this. I tried uninstalling and installing as that article suggests but to no avail. Can you tell me, do you see the bug here http://sandboxwin.blenderbox.com/flashplayerbug/ with your version of the flash player in IE7? Thanks for your help. -c -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Ganz Sent: Monday, April 16, 2007 2:19 PM To: [email protected] Subject: Re: [Flashcoders] IE7 flash player bug i ran into an issue last week and someone pointed me in this direction: http://blog.deconcept.com/2006/12/08/corrupt-flash-player-install-after-ie-7-upgrade/ though my symptoms weren't what was mentioned in the blog (i was having problems with the eolas fix), the uninstall/reinstall of the flash player did the trick. hth, matt. ----- Original Message ----- From: "Caleb E. Brown" <[EMAIL PROTECTED]> To: <[email protected]> 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 PROTECTED] On Behalf Of Muzak Sent: Monday, April 16, 2007 1:23 PM To: [email protected] Subject: Re: [Flashcoders] IE7 flash player bug What happens if you take .autoSize out of the onLoad handler? Don't have IE7, so haven't tried it. import mx.utils.Delegate; import TextField.StyleSheet; var path:String = "test.css"; var tf:TextField; var format:StyleSheet = new TextField.StyleSheet(); function formatLoadHandler(loaded:Boolean):Void { if (loaded) { this.tf.styleSheet = format; this.tf.htmlText = "<a href=\"http://www.adobe.com\">adobe</a>"; } else { this.tf.text = "Error loading CSS file!"; } } this.tf.autoSize = "left"; this.tf.html = true; this.format.onLoad = Delegate.create(this, this.formatLoadHandler); this.format.load(path); regards, Muzak ----- Original Message ----- From: "Caleb E. Brown" <[EMAIL PROTECTED]> To: <[email protected]> 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 in firefox, safari, etc. When I set the textfields html text to something, give it a stylesheet, and call autosize, the rollover no longer works. You can see an example Ive set up here HYPERLINK "http://sandboxwin.blenderbox.com/flashplayerbug/"http://sandboxwin.blenderbox.com/flashplayerbug/ Has anyone seen this before? Is it a bug? Have you fixed this before? Any thoughts? Thanks, Caleb _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.4.0/762 - Release Date: 4/15/2007 4:22 PM -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.4.0/762 - Release Date: 4/15/2007 4:22 PM _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.4.0/762 - Release Date: 4/15/2007 4:22 PM -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.4.0/762 - Release Date: 4/15/2007 4:22 PM _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.4.0/762 - Release Date: 4/15/2007 4:22 PM -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.4.0/762 - Release Date: 4/15/2007 4:22 PM _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

