.swf file on a webpage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • popnbrown
    New Member
    • Oct 2006
    • 24

    .swf file on a webpage

    the title says it how do i put a .swf file on a webpage?

    I know i'm a noob thank you.

    Plz help and appreciate it.
  • AricC
    Recognized Expert Top Contributor
    • Oct 2006
    • 1885

    #2
    This should help.

    Aric

    Comment

    • popnbrown
      New Member
      • Oct 2006
      • 24

      #3
      i did wat the site told me to do but it doesnt work.

      Comment

      • AricC
        Recognized Expert Top Contributor
        • Oct 2006
        • 1885

        #4
        Please post your code so we can see the errors.

        Comment

        • popnbrown
          New Member
          • Oct 2006
          • 24

          #5
          [HTML]
          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
          <html xmlns="http://www.w3.org/1999/xhtml">
          <head>
          <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
          <title>Untitl ed Document</title>
          </head>

          <body>
          <object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macrom edia.com/pub/shockwave/cabs/flash/swflash.cab#ver sion=7,0,19,0" width="33" height="39" align="absmiddl e" title="tut1ext" >
          <param name="movie" value="/C++tut1extusing .camproj" />
          <param name="quality" value="high" />
          <embed src="/C++tut1extusing .camproj" width="33" height="39" align="absmiddl e" quality="high" pluginspage="ht tp://www.macromedia. com/go/getflashplayer" type="applicati on/x-shockwave-flash"></embed>
          </object>
          </body>
          </html>
          [/HTML]

          Comment

          • AricC
            Recognized Expert Top Contributor
            • Oct 2006
            • 1885

            #6
            That's not a .swf file it's a camproj file it won't play in any browser or anthing but camtasia.

            Comment

            • popnbrown
              New Member
              • Oct 2006
              • 24

              #7
              [HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
              <html xmlns="http://www.w3.org/1999/xhtml">
              <head>
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
              <title>Untitl ed Document</title>
              </head>

              <body>
              <object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macrom edia.com/pub/shockwave/cabs/flash/swflash.cab#ver sion=7,0,19,0" width="933" height="755" title="Tut1">
              <param name="movie" value="/tut1/tut1.swf" />
              <param name="quality" value="high" />
              <embed src="/tut1/tut1.swf" quality="high" pluginspage="ht tp://www.macromedia. com/go/getflashplayer" type="applicati on/x-shockwave-flash" width="933" height="755"></embed>
              </object>
              </body>
              </html>[/HTML]

              Comment

              Working...