Hi Jens,
Thank you for your reply.
I tried your example and confirmed that the logger text was output to
Firebug 1.3.0 console properly.
Furthermore, I realized that the problem occurred when I opened a SWF
file directly by Firefox 3.0.5 on Win XP.
(When I opened ThunderBoltGumbo.swf, the problem occurred.)
So, I wrote the following HTML using swfobject.js to wrap my test SWF
file and opened the HTML by Firefox, the logger text was output to the
Firebug console.(i.e. The problem was solved.)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="en" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="js/swfobject.js" type="text/javascript"></script>
<script type="text/javascript">
var flashvars = {};
var params = {
menu: "false",
scale: "noScale"
};
swfobject.embedSWF("Test.swf", "altContent", "100%", "100%", "9.0.0",
"expressInstall.swf", flashvars, params);
</script>
<style>
html, body { height:100%; }
body { margin:0; }
</style>
</head>
<body>
<div id="altContent">
<h1>Test</h1>
<p>Alternative content</p>
<p><a href="
http://www.adobe.com/go/getflashplayer"><img
src="
http://www.adobe.com/images/shared/download_buttons/
get_flash_player.gif"
alt="Get Adobe Flash player" /></a></p>
</div>
</body>
</html>
It seems that some spec was changed in Firebug 1.3.0 from 1.2.1...
Anyway, this behavior is not actually a big problem for me because the
SWF file is usually wrapped by HTML.
Thank you again for your support.
On Jan 20, 9:07 pm, sectore <
sect...@gmail.com> wrote:
> Hi Takayoshi,
>
> just updated to Firebug 1.3.0. and ThunderBolt AS 3 runs on my machine
> (OSX 10.5.6, Firefox 3.0.5) without any problems.
>
> Please test your installed Firebug using this example:
http://www.websector.de/blog/2008/08/03/thunderbolt-as3-supports-flex...
>
> -Jens
> --
http://www.websector.de/blog/