hey guys,

thanks for the suggestions. Unfortunately it hasn't work. im not sure how do
do this wmode but it might have something to do with it. This is my Markup:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<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.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash
";
      }
    }
  }
}
</script>
<script src="Scripts/AC_RunActiveContent.js"
type="text/javascript"></script>
<style type="text/css" >

body {
margin:0;
}

#link {z-index:10000; width:500px;height:500px; position:absolute;
background-color:#FF00FF;}
</style>
</head>

<body onload="MM_CheckFlashVersion('8,0,0,0','Content on this page requires
a newer version of Adobe Flash Player. Do you want to download it now?');">
<a href="www.awesome.com"><div id="link">&nbsp;</div></a>
<div>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0
','width','300','height','235','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=EA_forWeb_300x250&autoPlay=true&autoRewind=true','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive'
); //end AC code
</script><noscript><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0";
width="300" height="235" id="FLVPlayer">
  <param name="movie" value="FLVPlayer_Progressive.swf" />
  <param name="salign" value="lt" />
  <param name="quality" value="high" />
  <param name="scale" value="noscale" />
  <param name="FlashVars"
value="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=EA_forWeb_300x250&autoPlay=true&autoRewind=true"
/>
  <embed src="FLVPlayer_Progressive.swf"
flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=EA_forWeb_300x250&autoPlay=true&autoRewind=true"
quality="high" scale="noscale" width="300" height="235" name="FLVPlayer"
salign="LT" type="application/x-shockwave-flash" pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
/>
</object></noscript>
</div>
</body>
</html>


On Sat, May 16, 2009 at 12:56 AM, Amanda Obringer
<[email protected]>wrote:

> make sure that you have the wmode set to opaque in your flash movie.
>
>
> On Thu, May 14, 2009 at 8:09 PM, Bob Redpath <[email protected]>wrote:
>
>> Use an  FLV player like:
>> http://www.longtailvideo.com/players/jw-flv-player/ and if you need to
>> place it with a div tag, use an css id and place it where you like.
>>
>> <div id="player">my movie alt here<a href="movie.wmv">Windows Media
>> File</a></div>
>> <div align="center">
>> <script type="text/javascript">
>> var so = new SWFObject('movie.swf','mpl','470','310','8');
>> so.addParam('allowscriptaccess','always');
>> so.addParam('allowfullscreen','true');
>> so.addVariable('width','400');
>> so.addVariable('height','310');
>> so.addVariable('file','movie.flv');
>> so.addVariable('image','movie.jpg');
>> so.addVariable('autostart','true');
>> so.write('player');
>> </script>
>> </div>
>>
>> Make sense?
>>
>> Bob
>>
>>
>> On Thu, May 14, 2009 at 6:12 PM, Rob <[email protected]> wrote:
>>
>>> Hey guys,
>>>
>>> Completely new to this.
>>>
>>> I need to put up a TVC online on one of my websites. I need to link this
>>> off to a site onclick. Unfortunately i have no idea on how to do this.
>>>
>>> Basically im importing the mov file into flash, exported it out (got a
>>> flv file) then imported the flv file into dreamweaver to get the play pause
>>> feature, now i need to make the movie click able.
>>>
>>> One thought i had was to position a div over the movie making the movie
>>> click-able. How ever despite me trying to position it absolute it still
>>> appears behind the movie.
>>>
>>> any help would be greatly appreciated
>>>
>>> The code looks a bit like this (inline styling just for testing purposes)
>>>
>>> <a href="www.awesome.com"><div style="z-index:10000;
>>> width:500px;height:500px; position:absolute;
>>> background-color:#FF00FF;">&nbsp;</div></a>
>>>
>>> then after that i have the JS for the movie. i dont put the movie in the
>>> Div.
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to