I have used an swf (flash) file to do video on our website before. I'm trying again and it works fine in dreamweaver and when I check it in internet explorer. Once I upload it no video. I've been trying different combinations of things for 3 days. I'm desperate for some help.
Denise

Recommended Answers

All 11 Replies

Can you post your code or direct me to the site so I can take a look?

...here is the code.
I have video in dreamweaver
BUT I lost the control panel (play, pause) somewhere between flash and dreamweaver. The swf for the skin is in the file with the video but I don't see it in dreamweaver's code.
Help!

I am 9 hours time difference from you, so I'm not timely on my responses.

also url: http://www.imm.edu/trailers_fldr/collegevideo.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[URL]http://www.w3.org/TR/html4/loose.dtd[/URL]">
<html>
<head>
<title>college recruit video</title>
<meta name="GENERATOR" content="Freeway Pro 4.0.4">
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<style type="text/css">
<!-- 
body { margin-left:0px; margin-right:0px; margin-top:0px; background-color:#76797c; background-image:url(Resources/bg_gray.gif) }
p:first-child { margin-top:0px }
table { empty-cells:hide }
._sp { font-size:1px; visibility:hidden }
._lp { margin-bottom:0px }
.pixel1 { font-size:1px }
.style14 { text-align:right }
.style15 {
 color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
 color: #FFFFFF;
 text-decoration: none;
}
a:visited {
 color: #33FFFF;
 text-decoration: none;
}
a:hover {
 color: #FFFF00;
 text-decoration: underline;
}
a:active {
 text-decoration: none;
}
.style16 {
 color: #FFFFFF;
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
-->
</style>
<script type="text/javascript"><!--
var fwIsNetscape = navigator.appName == 'Netscape';

fwLoad = new Object;
function FWLoad(image)
{
 if (!document.images)
  return null;
 if (!fwLoad[image])
 {
  fwLoad[image]=new Image;
  fwLoad[image].src=image;
 }
 return fwLoad[image].src;
}

fwRestore = new Object;
function FWRestore(msg,chain) 
{
 if (document.images) 
  for (var i in fwRestore)
  {
   var r = fwRestore[i];
   if (r && (!chain || r.chain==chain) && r.msg==msg)
   {
    r.src = FWLoad(r.old);
    fwRestore[i]=null;
   }
  }
}

function FWLSwap(name,msg,newImg,layer,chain,trigger) 
{
 var r = fwRestore[name];
 if (document.images && (!r || r.msg < msg)) 
 {
  var uselayers = fwIsNetscape && document.layers && layer != '';
  var hld;
  if (uselayers)
   hld = document.layers[layer].document;
  else
   hld = (document.all) ? document.all : document;
  var im = hld[name];
  if (!im.old) im.old = im.src;
  im.msg = msg;
  im.chain = chain;
  im.trigger = trigger;
  if (newImg) im.src = FWLoad(newImg);
  fwRestore[name] = im;
 }
}

function FWCallHit(func,targNum,msg)
{
 if(func)
  for (var i in func)
   func[i](targNum,msg);
}
function FW_Hit(frameset,chain,targNum,msg)
{
 if (frameset && frameset.length)
  for (var i=0 ; i <frameset.length ; i++)
  {
   FW_Hit(frameset[i].frames,chain,targNum,msg);
   FWCallHit(top["FT_"+chain],targNum,msg);
   FWCallHit(frameset[i].window["FT_"+chain],targNum,msg);
  }
 else
  FWCallHit(window["FT_"+chain],targNum,msg);
}

fwHit = new Object;
function FWSlave(frameset,chain,targNum,msg)
{
 if (msg==1) fwHit[chain]=targNum;
 FW_Hit(frameset,chain,targNum,1);
}
function FWSRestore(frameset,chain)
{
 var hit=fwHit[chain];
 if (hit)
  FW_Hit(frameset,chain,hit,0);
 fwHit[chain]=null;
}
function FWPreload()
{
 FWLoad("Resources/qtp_reg.gif");
 FWLoad("Resources/qtp_over.gif");
 FWLoad("Resources/all_trailers_reg.gif");
 FWLoad("Resources/all_trailers_over.gif");
 FWLoad("Resources/close_reg2.gif");
 FWLoad("Resources/close_over2.gif");
}
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 = "[URL]http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash[/URL]";
      }
    }
  } 
}
//-->
</script>
<script src="../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body onload="FWPreload();MM_CheckFlashVersion('7,0,0,0','Content on this page requires a newer version of Macromedia Flash Player. Do you want to download it now?');">
<div id="PageDiv" style="position:relative; margin:auto; width:470px; height:100%">
 <table border=0 cellspacing=0 cellpadding=0 width=471>
  <tr valign=top>
   <td height=406>
   <table border=0 cellspacing=0 cellpadding=0>
    <tr>
     <td width=75 height=75 valign=top><p class="_lp"><img src="Resources/item4a1.gif" border=0 width=75 height=75 alt="item4" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
     <td width=320 valign=top><p class="_lp"><img src="Resources/item4a1.gif" border=0 width=320 height=75 alt="item5" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
     <td width=75 valign=top><p class="_lp"><img src="Resources/item4a1.gif" border=0 width=75 height=75 alt="item6" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
    </tr>
    <tr>
     <td width=75 height=256 valign=top><p class="_lp"><img src="Resources/item3a1.gif" border=0 width=75 height=256 alt="item3" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
     <td width=320 valign=top bgcolor="#000000">&nbsp;</td>
     <td width=75 valign=top><p class="_lp"><img src="Resources/item3a1.gif" border=0 width=75 height=256 alt="item8" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
    </tr>
    <tr>
     <td width=75 height=75 valign=top><p class="_lp"><img src="Resources/item3a1.gif" border=0 width=75 height=75 alt="item7" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
     <td width=320 valign=top><p class="_lp"><img src="Resources/item4a1.gif" border=0 width=320 height=75 alt="item9" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
     <td width=75 valign=top><p class="_lp"><img src="Resources/item4a1.gif" border=0 width=75 height=75 alt="item10" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
    </tr>
   </table>
   </td>
   <td height=406></td>
  </tr>
  <tr class="_sp">
   <td width=470 height=1><img src="../Resources/_clear.gif" border=0 width=470 height=1 alt=""></td>
   <td width=1 height=1><img src="../Resources/_clear.gif" border=0 width=1 height=1 alt=""></td>
  </tr>
 </table>
 <div id="item2" style="position:absolute; left:57px; top:340.598px; width:355px; height:57px; z-index:1">

  <table border=1 cellpadding=0 cellspacing=5 bordercolor="#FFFFFF">
   <tr bordercolor="#FFFFFF">
    <td width=170 height=21 valign=top class="style14"><h5 align="center" class="_lp"> <span class="style15"><a href="../index.html">IMM Home Page</a></span> </h5></td>
    <td width=170 valign=top><h5 align="center" class="_lp"><a href="#" class="style16" onclick="window.top.close();" onmouseover="FWRestore(1,'Indigo');FWSRestore(top.frames,'Indigo');FWLSwap('img3',1,'Resources/close_over2.gif','','Indigo')" onmouseout="FWRestore(1,'Indigo');FWSRestore(top.frames,'Indigo')">Close Window </a> </h5></td>
   </tr>
  </table>
 </div>
 <div id="icon02gray" style="position:absolute; left:193px; top:26px; width:83px; height:37px; z-index:2">
  <img src="Resources/icon02_gray.gif" border=0 width=83 height=37 alt="icon02gray"></div>
  <div id="paroledeviewm" style="position:absolute; left:75px; top:74.989px; width:320px; height:1px; z-index:3">
  </td>
  <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','325','height','257','src','collegevideo/uncharted2','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','collegevideo/uncharted2' ); //end AC code
  </script>
  <noscript>
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0[/URL]" width="325" height="257">
    <param name="movie" value="collegevideo/uncharted2.swf">
    <param name="quality" value="high">
    <embed src="collegevideo/uncharted2.swf" quality="high" pluginspage="[URL]http://www.macromedia.com/go/getflashplayer[/URL]" type="application/x-shockwave-flash" width="325" height="257"></embed>
  </object>
  </noscript>
  </td>
  </noscript>
  </div>
</div>
</body>
</html>

Not sure if this is pertinent -
Dreamweaver asked to update code for IE 6. It added all the code for flash viewing a second time. In the above code, I deleted it and the video seems to work. Still with no controls, but it works.

Someone here had the idea to add a Low Res option. I did the same thing (Code Below) and no video, including deleting the extra IE 6 code. I'm losing my mind. How can you follow the same steps and get different results?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[URL]http://www.w3.org/TR/html4/loose.dtd[/URL]">
<html>
<head>
<title>college recruit video - low res</title>
<meta name="GENERATOR" content="Freeway Pro 4.0.4">
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<style type="text/css">
<!-- 
body { margin-left:0px; margin-right:0px; margin-top:0px; background-color:#76797c; background-image:url(Resources/bg_gray.gif) }
p:first-child { margin-top:0px }
table { empty-cells:hide }
._sp { font-size:1px; visibility:hidden }
._lp { margin-bottom:0px }
.pixel1 { font-size:1px }
.style14 { text-align:right }
.style15 {
 color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
 color: #FFFFFF;
 text-decoration: none;
}
a:visited {
 color: #33FFFF;
 text-decoration: none;
}
a:hover {
 color: #FFFF00;
 text-decoration: underline;
}
a:active {
 text-decoration: none;
}
.style16 {
 color: #FFFFFF;
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
-->
</style>
<script type="text/javascript"><!--
var fwIsNetscape = navigator.appName == 'Netscape';

fwLoad = new Object;
function FWLoad(image)
{
 if (!document.images)
  return null;
 if (!fwLoad[image])
 {
  fwLoad[image]=new Image;
  fwLoad[image].src=image;
 }
 return fwLoad[image].src;
}

fwRestore = new Object;
function FWRestore(msg,chain) 
{
 if (document.images) 
  for (var i in fwRestore)
  {
   var r = fwRestore[i];
   if (r && (!chain || r.chain==chain) && r.msg==msg)
   {
    r.src = FWLoad(r.old);
    fwRestore[i]=null;
   }
  }
}

function FWLSwap(name,msg,newImg,layer,chain,trigger) 
{
 var r = fwRestore[name];
 if (document.images && (!r || r.msg < msg)) 
 {
  var uselayers = fwIsNetscape && document.layers && layer != '';
  var hld;
  if (uselayers)
   hld = document.layers[layer].document;
  else
   hld = (document.all) ? document.all : document;
  var im = hld[name];
  if (!im.old) im.old = im.src;
  im.msg = msg;
  im.chain = chain;
  im.trigger = trigger;
  if (newImg) im.src = FWLoad(newImg);
  fwRestore[name] = im;
 }
}

function FWCallHit(func,targNum,msg)
{
 if(func)
  for (var i in func)
   func[i](targNum,msg);
}
function FW_Hit(frameset,chain,targNum,msg)
{
 if (frameset && frameset.length)
  for (var i=0 ; i <frameset.length ; i++)
  {
   FW_Hit(frameset[i].frames,chain,targNum,msg);
   FWCallHit(top["FT_"+chain],targNum,msg);
   FWCallHit(frameset[i].window["FT_"+chain],targNum,msg);
  }
 else
  FWCallHit(window["FT_"+chain],targNum,msg);
}

fwHit = new Object;
function FWSlave(frameset,chain,targNum,msg)
{
 if (msg==1) fwHit[chain]=targNum;
 FW_Hit(frameset,chain,targNum,1);
}
function FWSRestore(frameset,chain)
{
 var hit=fwHit[chain];
 if (hit)
  FW_Hit(frameset,chain,hit,0);
 fwHit[chain]=null;
}
function FWPreload()
{
 FWLoad("Resources/qtp_reg.gif");
 FWLoad("Resources/qtp_over.gif");
 FWLoad("Resources/all_trailers_reg.gif");
 FWLoad("Resources/all_trailers_over.gif");
 FWLoad("Resources/close_reg2.gif");
 FWLoad("Resources/close_over2.gif");
}
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 = "[URL]http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash[/URL]";
      }
    }
  } 
}
//-->
</script>
<script src="../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body onload="FWPreload();MM_CheckFlashVersion('7,0,0,0','Content on this page requires a newer version of Macromedia Flash Player. Do you want to download it now?');">
<div id="PageDiv" style="position:relative; margin:auto; width:470px; height:100%">
 <table border=0 cellspacing=0 cellpadding=0 width=471>
  <tr valign=top>
   <td height=406>
   <table border=0 cellspacing=0 cellpadding=0>
    <tr>
     <td width=75 height=75 valign=top><p class="_lp"><img src="Resources/item4a1.gif" border=0 width=75 height=75 alt="item4" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
     <td width=320 valign=top><p class="_lp"><img src="Resources/item4a1.gif" border=0 width=320 height=75 alt="item5" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
     <td width=75 valign=top><p class="_lp"><img src="Resources/item4a1.gif" border=0 width=75 height=75 alt="item6" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
    </tr>
    <tr>
     <td width=75 height=256 valign=top><p class="_lp"><img src="Resources/item3a1.gif" border=0 width=75 height=256 alt="item3" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
     <td width=320 valign=top bgcolor="#000000">
     </td><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0[/URL]" width="325" height="263">
                      <param name="movie" value="collegevideo/unchartedLOW.swf">
                      <param name="quality" value="high">
                      <embed src="collegevideo/unchartedLOW.swf" quality="high" pluginspage="[URL]http://www.macromedia.com/go/getflashplayer[/URL]" type="application/x-shockwave-flash" width="325" height="263"></embed>
        </object></noscript></td>
     <td width=75 valign=top><p class="_lp"><img src="Resources/item3a1.gif" border=0 width=75 height=256 alt="item8" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
    </tr>
    <tr>
     <td width=75 height=75 valign=top><p class="_lp"><img src="Resources/item3a1.gif" border=0 width=75 height=75 alt="item7" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
     <td width=320 valign=top><p class="_lp"><img src="Resources/item4a1.gif" border=0 width=320 height=75 alt="item9" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
     <td width=75 valign=top><p class="_lp"><img src="Resources/item4a1.gif" border=0 width=75 height=75 alt="item10" style="vertical-align:bottom; margin:0px"><span class="pixel1"> </span></p>
     </td>
    </tr>
   </table>
   </td>
   <td height=406></td>
  </tr>
  <tr class="_sp">
   <td width=470 height=1><img src="../Resources/_clear.gif" border=0 width=470 height=1 alt=""></td>
   <td width=1 height=1><img src="../Resources/_clear.gif" border=0 width=1 height=1 alt=""></td>
  </tr>
 </table>
 <div id="item2" style="position:absolute; left:57px; top:340.598px; width:355px; height:57px; z-index:1">

  <table border=1 cellpadding=0 cellspacing=5 bordercolor="#FFFFFF">
   <tr bordercolor="#FFFFFF">
    <td width=170 height=21 valign=top class="style14"><h5 align="center" class="_lp"> <span class="style15"><a href="../index.html">IMM Home Page</a></span> </h5></td>
    <td width=170 valign=top><h5 align="center" class="_lp"><a href="#" class="style16" onclick="window.top.close();" onmouseover="FWRestore(1,'Indigo');FWSRestore(top.frames,'Indigo');FWLSwap('img3',1,'Resources/close_over2.gif','','Indigo')" onmouseout="FWRestore(1,'Indigo');FWSRestore(top.frames,'Indigo')">Close Window </a> </h5></td>
   </tr>
  </table>
 </div>
 <div id="icon02gray" style="position:absolute; left:193px; top:26px; width:83px; height:37px; z-index:2">
  <img src="Resources/icon02_gray.gif" border=0 width=83 height=37 alt="icon02gray"></div>
  <div style="position:absolute; left:75px; top:74.989px; width:1px; height:1px; z-index:3">
  </td></td>
  </noscript>
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0[/URL]" width="325" height="260">
    <param name="movie" value="collegevideo/unchartedLOW.swf">
    <param name="quality" value="high">
    <embed src="collegevideo/unchartedLOW.swf" quality="high" pluginspage="[URL]http://www.macromedia.com/go/getflashplayer[/URL]" type="application/x-shockwave-flash" width="325" height="260"></embed> </td>
    </noscript>
  </div>
</div>
</body>
</html>

Here's a question...can you click on your SWF file in Windows Explorer and view the video correctly?

yes I can view it in Explorer when I bring it in through dreamweaver on the html page, when I click on it in DW it also plays fine as a SWF by itself.

The deleted "updated Explorer" code seems to have solved the video problem in one window but not another...

working (without the controller? how'd I lose that between Flash and DW?). http://www.imm.edu/trailers_fldr/collegevideo.html

not working: http://www.imm.edu/trailers_fldr/collegevideoLOW.html

With those nesting errors, I'm suprised the page showed properly at all.

Here is the corrected code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <title>college recruit video - low res</title>
    <meta name="GENERATOR" content="Freeway Pro 4.0.4">
    <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    <style type="text/css">
      <!-- 
        body {
          margin-left:0px; 
          margin-right:0px; 
          margin-top:0px; 
          background-color:#76797c; 
          background-image:url(Resources/bg_gray.gif) 
        }
        
        p:first-child { margin-top:0px }
        
        table { empty-cells:hide }
        
        ._sp { font-size:1px; visibility:hidden }
        
        ._lp { margin-bottom:0px }
        
        .pixel1 { font-size:1px }
        
        .style14 { text-align:right }
        
        .style15 {
          color: #FFFFFF;
          font-family: Verdana, Arial, Helvetica, sans-serif;
        }
        
        a:link {
          color: #FFFFFF;
          text-decoration: none;
        }
        
        a:visited {
        color: #33FFFF;
        text-decoration: none;
        }
        
        a:hover {
          color: #FFFF00;
          text-decoration: underline;
        }
        
        a:active { text-decoration: none;  }
        
        .style16 {
          color: #FFFFFF;
          font-weight: bold;
          font-family: Verdana, Arial, Helvetica, sans-serif;
        }
      -->
    </style>
    <script type="text/javascript">
      <!--
        var fwIsNetscape = navigator.appName == 'Netscape';
        
        fwLoad = new Object;
        
        function FWLoad(image) {
          if (!document.images)
            return null;
          if (!fwLoad[image]) {
            fwLoad[image]=new Image;
            fwLoad[image].src=image;
          }
          return fwLoad[image].src;
        }
        
        fwRestore = new Object;
        
        function FWRestore(msg,chain) {
          if (document.images) 
          for (var i in fwRestore) {
            var r = fwRestore[i];
            if (r && (!chain || r.chain==chain) && r.msg==msg) {
              r.src = FWLoad(r.old);
              fwRestore[i]=null;
            }
          }
        }
        
        function FWLSwap(name,msg,newImg,layer,chain,trigger) {
          var r = fwRestore[name];
          if (document.images && (!r || r.msg < msg)) {
            var uselayers = fwIsNetscape && document.layers && layer != '';
            var hld;
            if (uselayers)
              hld = document.layers[layer].document;
            else
              hld = (document.all) ? document.all : document;
            var im = hld[name];
            if (!im.old) im.old = im.src;
            im.msg = msg;
            im.chain = chain;
            im.trigger = trigger;
            if (newImg) im.src = FWLoad(newImg);
            fwRestore[name] = im;
          }
        }

        function FWCallHit(func,targNum,msg) {
          if(func)
            for (var i in func)
              func[i](targNum,msg);
        }

        function FW_Hit(frameset,chain,targNum,msg) {
          if (frameset && frameset.length)
            for (var i=0 ; i <frameset.length ; i++) {
              FW_Hit(frameset[i].frames,chain,targNum,msg);
              FWCallHit(top["FT_"+chain],targNum,msg);
              FWCallHit(frameset[i].window["FT_"+chain],targNum,msg);
            }
          else
            FWCallHit(window["FT_"+chain],targNum,msg);
        }

        fwHit = new Object;

        function FWSlave(frameset,chain,targNum,msg) {
          if (msg==1) fwHit[chain]=targNum;
          FW_Hit(frameset,chain,targNum,1);
        }

        function FWSRestore(frameset,chain) {
          var hit=fwHit[chain];
          if (hit)
            FW_Hit(frameset,chain,hit,0);
          fwHit[chain]=null;
        }
        
        function FWPreload() {
          FWLoad("Resources/qtp_reg.gif");
          FWLoad("Resources/qtp_over.gif");
          FWLoad("Resources/all_trailers_reg.gif");
          FWLoad("Resources/all_trailers_over.gif");
          FWLoad("Resources/close_reg2.gif");
          FWLoad("Resources/close_over2.gif");
        }
        
        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/...ShockwaveFlash";
              }
            }
          } 
        }
      //-->
    </script>
    
    <script src="../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    
  </head>

  <body onLoad="FWPreload();MM_CheckFlashVersion('7,0,0,0','Content on this page requires a newer version of Macromedia Flash Player. Do you want to download it now?');">
    
    <div id="PageDiv" style="position:relative; margin:auto; width:470px; height:100%">
      
      <table border=0 cellspacing=0 cellpadding=0 width=471>
        <tr valign=top>
          <td height=406>
            
            <table border=0 cellspacing=0 cellpadding=0>
              <tr>
                <td width=75 height=75 valign=top>
                  <p class="_lp">
                    <img src="Resources/item4a1.gif" border=0 width=75 height=75 alt="item4" style="vertical-align:bottom; margin:0px">
                    <span class="pixel1"> </span>
                 </p> 
                </td>
                
                <td width=320 valign=top>
                  <p class="_lp">
                    <img src="Resources/item4a1.gif" border=0 width=320 height=75 alt="item5" style="vertical-align:bottom; margin:0px">
                    <span class="pixel1"></span>
                  </p> 
                </td>
                
                <td width=75 valign=top>
                  <p class="_lp">
                    <img src="Resources/item4a1.gif" border=0 width=75 height=75 alt="item6" style="vertical-align:bottom; margin:0px">
                    <span class="pixel1"> </span>
                  </p>
                </td>
              </tr>
              
              <tr>
                <td width=75 height=256 valign=top>
                  <p class="_lp">
                    <img src="Resources/item3a1.gif" border=0 width=75 height=256 alt="item3" style="vertical-align:bottom; margin:0px">
                    <span class="pixel1"> </span>
                  </p>
                </td>
                
                <td width=320 valign=top bgcolor="#000000">
                  <noscript>
                    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=7,0,19,0" width="325" height="263">
                      <param name="movie" value="collegevideo/unchartedLOW.swf">
                      <param name="quality" value="high">
                      <embed src="collegevideo/unchartedLOW.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="325" height="263"></embed>
                    </object>
                  </noscript>
                </td>
          
                <td width=75 valign=top>
                  <p class="_lp">
                    <img src="Resources/item3a1.gif" border=0 width=75 height=256 alt="item8" style="vertical-align:bottom; margin:0px">
                    <span class="pixel1"> </span>
                  </p>
                </td>
              </tr>
              
              <tr>
                <td width=75 height=75 valign=top>
                  <p class="_lp">
                    <img src="Resources/item3a1.gif" border=0 width=75 height=75 alt="item7" style="vertical-align:bottom; margin:0px">
                    <span class="pixel1"> </span>
                  </p>
                </td>
                
                <td width=320 valign=top>
                  <p class="_lp">
                    <img src="Resources/item4a1.gif" border=0 width=320 height=75 alt="item9" style="vertical-align:bottom; margin:0px">
                    <span class="pixel1"> </span>
                  </p>
                </td>
                
                <td width=75 valign=top>
                  <p class="_lp">
                    <img src="Resources/item4a1.gif" border=0 width=75 height=75 alt="item10" style="vertical-align:bottom; margin:0px">
                    <span class="pixel1"> </span>
                  </p>
                </td>
              </tr>
            </table>
          </td>
          
          <td height=406></td>
        </tr>
        
        <tr class="_sp">
          <td width=470 height=1><img src="../Resources/_clear.gif" border=0 width=470 height=1 alt=""></td>
          
          <td width=1 height=1><img src="../Resources/_clear.gif" border=0 width=1 height=1 alt=""></td>
        </tr>
      </table>
      
      <div id="item2" style="position:absolute; left:57px; top:340.598px; width:355px; height:57px; z-index:1">
        <table border=1 cellpadding=0 cellspacing=5 bordercolor="#FFFFFF">
          <tr bordercolor="#FFFFFF">
            <td width=170 height=21 valign=top class="style14">
              <h5 align="center" class="_lp"> 
                <span class="style15"><a href="../index.html">IMM Home Page</a></span> 
              </h5>
            </td>
            <td width=170 valign=top>
              <h5 align="center" class="_lp">
                <a href="#" class="style16" onClick="window.top.close();" onMouseOver="FWRestore(1,'Indigo');FWSRestore(top.frames,'Indigo');FWLSwap('img3',1,'Resources/close_over2.gif','','Indigo')" onMouseOut="FWRestore(1,'Indigo');FWSRestore(top.frames,'Indigo')">Close Window </a> 
              </h5>
            </td>
          </tr>
        </table>
      </div>
      
      <div id="icon02gray" style="position:absolute; left:193px; top:26px; width:83px; height:37px; z-index:2"> <img src="Resources/icon02_gray.gif" border=0 width=83 height=37 alt="icon02gray"></div>
      
      <div style="position:absolute; left:75px; top:74.989px; width:1px; height:1px; z-index:3">
        <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=7,0,19,0" width="325" height="260">
          <param name="movie" value="collegevideo/unchartedLOW.swf">
          <param name="quality" value="high">
          <embed src="collegevideo/unchartedLOW.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="325" height="260"></embed>
        </object>
      </div>
    </div>
  </body>
</html>

I havent reloaded my other browsers yet...but it looked just fine in IE6

The video plays for you?

(The page looks fine, the video still won't play is what I'm seeing.)

No...I don't see the video.

I looked at your code and downloaded the swf file, but still couldn't get it to play...so you might want to upload the video again.

It was only 102kb...so my guess is that there is nothing to play.

I ended up encoding the video again but in Flash Encoder not just flash.

Also had to save the flv and swf in the same file with my html file(didn't work with it in resources or assets) with the control component on the website for my controls to be viewable.

Updated the path content to the final URL destination in the content path window inside the flash file before PUBLISHING the file, not exporting it. (Both create an swf file).

Upload all this with the ftp, insert swf in dreamweaver, take out the first no script tag in dreamweaver. Then it worked.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.