flash video player on web page
Posted: Sun Aug 03, 2008 2:48 pm
I made a swf animation file with a player , like on youtube and I want to add it to my site , but when I add it with the following code , the are where the player should be turns white while the whole swf file downloads , I expected it to load at first the buttons and then progressivly load the movie (just like on youtube). Is there a solution ??
I add the following
<object classid="clsid:D697CDE7E-AE6D-11cf-96B8-458453540000"
codebase="http://active.macromedia.com/flash4/cab ... on=4,0,0,0"
id="animation name" width="468" height="60">
<param name="movie" value="animationname.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed name="animationname" src="animationname.swf" quality="high" bgcolor="#FFFFFF"
width="468" height="60"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/dow ... kwaveFlash">
</embed>
</object>
I add the following
<object classid="clsid:D697CDE7E-AE6D-11cf-96B8-458453540000"
codebase="http://active.macromedia.com/flash4/cab ... on=4,0,0,0"
id="animation name" width="468" height="60">
<param name="movie" value="animationname.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed name="animationname" src="animationname.swf" quality="high" bgcolor="#FFFFFF"
width="468" height="60"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/dow ... kwaveFlash">
</embed>
</object>
