Hi all,

It seems to me Firebug's HTML source is different from the real
source. This is probably the reason my Javascript to Flash code stoped
working? Here is my html code

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=10,0,0,0"
width="215" height="318" id="flpet" align="middle">
        <param name="allowScriptAccess" value="always" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="flpet.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#ffffff" />
    <embed src="flpet.swf" quality="high" wmode="transparent"
bgcolor="#ffffff" width="215" height="318" name="flpet" align="middle"
allowScriptAccess="always"
    allowFullScreen="false" type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer"; />
        </object>

Here is what I saw in FB's html tag
<object id="flpet" align="middle" width="215" height="318"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=10,0,0,0" classid="clsid:d27cdb6e-
ae6d-11cf-96b8-444553540000">
<param value="false" name="allowFullScreen">
<param value="flpet.swf" name="movie">
<param value="high" name="quality">
<param value="transparent" name="wmode">
<param value="#ffffff" name="bgcolor">
<embed id="flashfirebug_1331775905410" align="middle" width="215"
height="318" pluginspage="http://www.adobe.com/go/getflashplayer";
type="application/x-shockwave-flash" allowfullscreen="true"
allowscriptaccess="always" name="flpet" bgcolor="#ffffff"
wmode="transparent" quality="high" src="flpet.swf">
<param value="always" name="allowScriptAccess">
<param name="allowFullScreen" value="true">
</object>

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to