swf file created with older version of Flash tools doesn't work on FMS4
We have some HTML pages that embed a swf file to stream flv videos (code below). It is working on our old FMS 2 server. However, after we installed a new FMS4 server recently, the skin (video player) is still showing up on the HTML page, but the video just doesn't play. The .swf file was created by someone else several years ago, and I suspect that it was developed with older version of Flash tools (not sure which one though), and is not compatible with FMS4. If this is the case, can it be fixed by installing some component that is required by older version of Flash on our new FMS4 server, or will we have to rebuild the .swf file using a newer version of Flash tools? If version compatibility isn't the case, what else could cause the problem? Thanks in advance for any suggestion!
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=7,0,0,0" id="videoObj" width="100%" height="100%" >
<param name="movie" value="/video/myVideoPlayer.swf" />
<param name="quality" value="high" />
<param name="name" value="video" />
<param name="bgcolor" value="#ffffff" />
<param name="FlashVars" value="playerLogo=/video/myLogo.swf&colorTheme=0x513484&flvPath=rtmp://fms.mydomain.com/sites/&hi8=a5.hi8&lo8=a5.lo8&hi7=a5.hi7&lo7=a5.lo7&capti onUrl=a5.xml"/>
<embed id="video" name="video" src="/video/myVideoPlayer.swf" bgcolor="#FFFFFF" quality="high" height="100%" width="100%" flashvars="playerLogo=/video/myLogo.swf&colorTheme=0x513484&f lvPath=rtmp://fms.mydomain.com/sites/&hi8=a5.hi8&lo8=a5.lo8&hi7=a5.hi7&lo7=a5.lo7&capti onUrl=a5.xml">
<h1>You need Flash 7 or higher.<a href="http://www.adobe.com/go/getflashplayer">Get Flash</a>.</h1>
</embed>
</object>
