Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

show the video with autoplay with Macromedia


abonnenc

Recommended Posts

Hello,

 

I added a video on my main page, but it shows all black with a play button in the middle. I would like to know how to show the video without playing that the user need to click on the play button too see the video or with autoplay of the video.

 

Here is the code in index.php :

 

<script type="text/javascript">

function MM_CheckFlashVersion(reqVerStr,msg){

with(navigator){

var isIE = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);

var isWin = (appVersion.toLowerCase().indexOf("win") != -1);

if (!isIE || !isWin){

var flashVer = -1;

if (plugins && plugins.length > 0){

var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";

desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;

if (desc == "") flashVer = -1;

else{

var descArr = desc.split(" ");

var tempArrMajor = descArr[2].split(".");

var verMajor = tempArrMajor[0];

var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");

var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;

flashVer = parseFloat(verMajor + "." + verMinor);

}

}

// WebTV has Flash Player 4 or lower -- too low for video

else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;

 

var verArr = reqVerStr.split(",");

var reqVer = parseFloat(verArr[0] + "." + verArr[2]);

 

if (flashVer < reqVer){

if (confirm(msg))

window.location = "http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";

}

}

}

}

</script>

<td align="center">

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300" id="FLVPlayer">

<param name="movie" value ="flvplayer.swf?file=AVSEQ01.flv&autoStart=true"/>

<param name="salign" value="lt" />

<param name="quality" value="high" />

<param name="scale" value="noscale" />

<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=clear_style3&streamName=m25pack&autoPlay=true&autoRewind=true" />

<embed src="flvplayer.swf?file=AVSEQ01.flv&autoStart=true" flashvars="&MM_ComponentVersion=1&skinName=clear_style3&streamName=m25pack&autoPlay=true&autoRewind=true"

width="400" height="300" quality="high" name="FLVPlayer" salign="LT" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>

</object></td>

</tr>

 

Thanks for your help

 

Carina

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...