开发者

Error #2044: Unhandled StatusEvent:. level=error, code= -- No flash on page

开发者 https://www.devze.com 2023-01-21 04:33 出处:网络
I\'m receiving this error, however there is NO flash on the page.I\'ve used FireBug also to co开发者_如何转开发nfirm, but only receive this error in IE (IE 8 that I\'ve tested).

I'm receiving this error, however there is NO flash on the page. I've used FireBug also to co开发者_如何转开发nfirm, but only receive this error in IE (IE 8 that I've tested).

Is there something else that could cause this outside of flash?


Ok, the reason was due to having https instead of http in the DOCTYPE

Wrong:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">   

Correct:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">   
0

精彩评论

暂无评论...
验证码 换一张
取 消