thuansaritasa / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

yslow counts player.swf 2x times? #278

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. regular dynamic integration of a flash video player via swfobject

2. with firebug I see that the player is integrated in the object tag
(data="player.swf").

What Firebug sees:
------------------
<object height="100px" width="400px" type="application/x-shockwave-flash"
language="en" data="player.swf" id="myFlash" style="visibility: visible;">
<param name="wmode" value="transparent"/>
<param name="bgcolor" value="#1a1918"/>
<param name="allowfullscreen" value="true"/>
<param name="allowscriptaccess" value="sameDomain"/>
<param name="flashvars" value="
file=movie.mp4&amp;skin=skin.swf&amp;autostart=false&amp;stretching=uniform&amp;
image=image.jpg"/>
</object>

3. when I check the site with yslow, yslow thinks that the player needs to
be downloaded twice. Is this a bug of yslow or what?

What version of the product are you using?
newest version on googleapi

On what operating system?
windows

Original issue reported on code.google.com by poschi...@gmail.com on 8 Mar 2009 at 10:41

GoogleCodeExporter commented 9 years ago
RE: when I check the site with yslow, yslow thinks that the player needs to
be downloaded twice. Is this a bug of yslow or what?

Probably, yes. This is not a bug, please discuss this further in the discussion 
group
or on a yslow forum.

Original comment by bobbyvandersluis on 9 Mar 2009 at 9:29