Re: [Flashcoders] Flash Player 8.5 - Illegal Operation caused by ?

2006-01-03 Thread ryanm

Firefox 1.0.6 also reports many syntax errors:

Source Code:
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

   This is just Firefox being particular about the html being what it says 
it is. You need to remove these doctype tags from the top of the page, 
because it will never be HTML 4.0 with an embed tag inside of an object tag. 
If you remove the doctype declaration Firefox won't call it an error 
anymore.


ryanm 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Player 8.5 - Illegal Operation caused by ?

2006-01-03 Thread Michael Stuhr

ryanm schrieb:

Firefox 1.0.6 also reports many syntax errors:

Source Code:
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

This is just Firefox being particular about the html being what it says 
it is. You need to remove these doctype tags from the top of the page, 
because it will never be HTML 4.0 with an embed tag inside of an object tag. 
If you remove the doctype declaration Firefox won't call it an error 
anymore.




you should better use UFO [1] or a similar solution for injecting you embed 
code.

[1] http://www.bobbyvandersluis.com/ufo/

micha
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Player 8.5 - Illegal Operation caused by ?

2006-01-03 Thread eric dolecki
Ok - I am working on fixing up those errors - but that still doesn't tell me
what is bombing the 8.5 player yet. Perhaps after a rev that might go away
or something.

edolecki

On 1/3/06, Michael Stuhr [EMAIL PROTECTED] wrote:

 ryanm schrieb:
  Firefox 1.0.6 also reports many syntax errors:
 
  Source Code:
  !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
 
  This is just Firefox being particular about the html being what it
 says
  it is. You need to remove these doctype tags from the top of the page,
  because it will never be HTML 4.0 with an embed tag inside of an object
 tag.
  If you remove the doctype declaration Firefox won't call it an error
  anymore.
 

 you should better use UFO [1] or a similar solution for injecting you
 embed code.

 [1] http://www.bobbyvandersluis.com/ufo/

 micha
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Player 8.5 - Illegal Operation caused by ?

2006-01-03 Thread Michael Stuhr

eric dolecki schrieb:

Ok - I am working on fixing up those errors - but that still doesn't tell me
what is bombing the 8.5 player yet. Perhaps after a rev that might go away
or something.

err, sure it is not. just wanted to point out that there is a solution for the 
markup you may want to use.


doesn't really help on bugfixing the player problem i guess ;-)

micha
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Flash Player 8.5 - Illegal Operation caused by ?

2006-01-02 Thread Derek Vadneau
Firefox 1.0.6 also reports many syntax errors:

Error: syntax error
Source File: 
http://www.ericd.net/new_css/sections/aspcomments/aspcomments.asp?blogid=113621728008762265count=1
Line: 1
Source Code:
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

Error: syntax error
Source File: 
http://www.ericd.net/new_css/sections/aspcomments/aspcomments.asp?blogid=113597757803253823count=1
Line: 1
Source Code:
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

.. etc.


Derek Vadneau


-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Adrian 
Lynch
Sent: Monday, January 02, 2006 12:06 PM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] Flash Player 8.5 - Illegal Operation caused by 
?


Not sure about the Flash, but that page is full of JS errors on IE6.

Ade


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Player 8.5 - Illegal Operation caused by ?

2006-01-02 Thread eric dolecki
Not quite sure what those errors are yet, but I am more concerned with Flash
barfing.

edolecki

On 1/2/06, Derek Vadneau [EMAIL PROTECTED] wrote:

 Firefox 1.0.6 also reports many syntax errors:

 Error: syntax error
 Source File:

 http://www.ericd.net/new_css/sections/aspcomments/aspcomments.asp?blogid=113621728008762265count=1
 Line: 1
 Source Code:
 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

 Error: syntax error
 Source File:

 http://www.ericd.net/new_css/sections/aspcomments/aspcomments.asp?blogid=113597757803253823count=1
 Line: 1
 Source Code:
 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

 .. etc.


 Derek Vadneau


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Adrian
 Lynch
 Sent: Monday, January 02, 2006 12:06 PM
 To: Flashcoders mailing list
 Subject: RE: [Flashcoders] Flash Player 8.5 - Illegal Operation caused by
 ?


 Not sure about the Flash, but that page is full of JS errors on IE6.

 Ade


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders