I have a website that had a flv file embedded on the home page. All of a sudden the flv does not appear on the page. It shows in the source file, and appears in the dreamweaver page that I use, but does not appear on the site anymore. I have the most current flash player so that does not seem to be the issue. I have tried it on both pc and mac and the video no longer loads.
http://www.leadershiprockland.org/
The file shows that it is on the server and in the proper location. Here are screenshots from the web page and from Dreamweaver.
<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="342" height="291" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<par开发者_StackOverflow社区am name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=LeadershipRocklandFinal&autoPlay=true&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=LeadershipRocklandFinal&autoPlay=true&autoRewind=false" quality="high" scale="noscale" width="342" height="291" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
The file that flash is requesting is not on the server anymore:
http://www.leadershiprockland.org/LeadershipRocklandFinal.flv
If that is not the correct file path then make sure Flash is requesting the right file.
You can see the 404 in FireBug or Chrome Dev tools.
If you're talking about the flash at the top, I see it just fine. Maybe you could take a screenshot in Dreamweaver and show what you're talking about? Also, try resetting your settings in your browser/changing browsers (not just changing computers).
精彩评论