I have a .swf file that shows up blank in IE7 G-Chrome

Discussion in 'Graphics & Multimedia' started by bersude2, Dec 10, 2008.

  1. #1
    I have an .swf movie that appears to be fine on my hard drive, but when I try to embed it into Dreamweaver and try to publish it to my website, it comes up as a black box, of the same size parameters as the video was supposed to be.

    Can someone help?
     
    bersude2, Dec 10, 2008 IP
  2. alan_smithee

    alan_smithee Active Member

    Messages:
    873
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    60
    #2
    check the path and your browser plugin
     
    alan_smithee, Dec 11, 2008 IP
  3. Shirley1874

    Shirley1874 Peon

    Messages:
    558
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    First check Adobe Flash Player has been installed in your IE. And you have to upload the .swf file to the same directory of your HTML file on the host’s web server. But if you have uploaded the video file to a folder, then it'll be SRC="folder/videofilename.swf". Here is the code for .swf embedding:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"  width="432" height="330" title="game">
          <param name="movie" value="/flash/game.swf" />
          <param name="quality" value="high" />
          <embed src="/flash/game.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432"  height="330"></embed>
        </object>
    
    HTML:
    If it doesn't work after you check all these things, you can use a tool - Moyea Web Player pro. This tool can add your video file to web page, besides, you can customize the skin of the player on web page. You can see this tutorial to learn how to do:http://www.flash-video-mx.com/webplayer-resources/add-videos-to-website.html
     
    Shirley1874, Dec 18, 2008 IP