Skip navigation
Currently Being Moderated

Inserting an .swf file through Dreamweaver validation issue

Jul 6, 2012 2:28 PM

Tags: #adobe #flash #website #dreamweaver #swf

Inserting an .swf file through Dreamweaver validation issue.  I tried this code for html5, but I cant get it to work for firefox.

 

<object data="path_to_file/file.swf" type="application/x-shockwave-flash" width="insert_width_of_movie" height="insert_height_of_movie">

  <param name="movie" value="path_to_file/file.swf">

  <param name="SomeOtherParam" value="ParamValue">

</object>

 
Replies
  • Currently Being Moderated
    Jul 6, 2012 2:41 PM   in reply to sprydrivingmecrazy

    You can't get it to validate in Firefox or you can't get it to work in FF?

    Does it work in any other browsers?

    Have you correctly edited the code? correct file name and path to the file? width/height etc?

    Post the exact code you are using, or better yet, post a link to the actual online page. Code snippets can give an incomplete picture.

    Best wishes,

    Adninjastrator

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 11, 2012 9:26 AM   in reply to sprydrivingmecrazy

    Try:

     

    <object

    type="application/x-shockwave-flash" data="images/homewebpageflash.swf"

    width="500" height="375">

    <param name="movie" value="images/homewebpageflash.swf" />

    </object>

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points