[eluser]Justin Patel[/eluser]
Hello friend I am trying to embed the flash player from html document but I am unable to do this...
please help me
try 1
Code:
<object width="550" height="400">
<param name="movie" value="http://localhost/test1.php">
<param name="FlashVars" value="id=8450&style=redtube">
<embed src="http://localhost/test1.php" width="550" height="400" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash">
</embed>
</object>
try 2
Code:
<object width="550" height="400">
<param name="movie" value="http://localhost/test.flv">
<embed src="http://localhost/test.flv" width="550" height="400" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash">
</embed>
</object>
What is wrong??
How can I do ?????
I have stuck for this from last 2 days
Code:
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/_XC2mqcMMGQ&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/_XC2mqcMMGQ&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
this one works good but
Code:
<object width="425" height="355"><param name="movie" value="http://localhost/test.flv"></param><param name="wmode" value="transparent"></param><embed src="http://localhost/test.flv" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
does not works
help me