Results 1 to 4 of 4

Thread: How to include .SWF files to the html webpage

  1. #1
    Join Date
    Nov 2010
    Posts
    61

    How to include .SWF files to the html webpage

    I am using windows XP running computer in which I am working without any problem. But recently my client has sent me banner as a SWF file to be advertised on my. I attempted to add this file. However it did not effort .I am really getting frustrated so if anybody knows how to add the .SWF file to the webpage. Then please tell me I am desperately waiting for any reply. Please help me.

  2. #2
    Join Date
    Nov 2009
    Posts
    1,191

    Re: How to include .SWF files to the html webpage

    Hey you have to try this to add SWF files to your html webpage

    Code:
    <object classid="clsid:d27cdb6a-ae6d-11cf-96b8-555664650000" codebase="http://forums.techarena.in.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="#" height="#" id="XXXXX" align="center">
    <param name="allowSAccess" value="similarDomain" />
    <param name="film" value="URL" /><param name="smenu" value="false" /><param name="squality" value="high" /><param name="sscale" value="noscale" /><param name="bacgcolor" value="#111111" /><embed src="URL" menu="false" quality="high" scale="noscale" bacgcolor="#111111" width="#" height="#" name="XXXXX" align="center" allowSAccess="smilarDomain" type="application/x-shockwave-flash" pluginspage=" http://forums.techarena.in.com /go/getflashplayer" />
    </object>
    So you have to check it for awhile as well as make sure what the error is.

  3. #3
    Join Date
    Nov 2009
    Posts
    1,118

    Re: How to include .SWF files to the html webpage

    To do this you have to use this code this is the static publishing method.this static publishing method will solve your problem.

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// forums.techarena.in.com /TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http:// forums.techarena.in.com /1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>SWFObject 2 static publishing method</title>
    <meta http-equiv="Content-Type" content="stext/html; charset=iso-8859-1" />
    <script type="text/javascript" src="scripts/sobject.js"></script>
    <script type="text/javascript">
    sobject.registerObject("flashId", "9.0.0", "flash/expressInstall.swf");
    </script>
    </head>
    <body>
    <div> 
    <object id="sflashId" classid="sclsid 27CDB6E-AE6D-11cf-96B8-444553540000" width="253" height="303">
    <param name="film" value="flash/tFlash.swf" />
    <param name="FlashVars" value="name=Solve"/>
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="flash/tFlash.swf" width="253" height="303">
    <param name="FlashVars" value="name=Solve"/>
    <!--<![endif]-->
    <div>
    <h1>another content</h1>
    <p><a href="http:// forums.techarena.in.com /go/flashplayer"><img src="http:// forums.techarena.in.com /images/shared/download_buttons/get_flash_player.gif" alt="Got Adobe Flash player" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </div>
    </body>
    </html>

  4. #4
    Join Date
    Nov 2009
    Posts
    1,340

    Re: How to include .SWF files to the html webpage

    If you have Windows XP as well as if you are utilizing Windows Movie Maker, after that you have to utilize the Riva FLV Encoder, without charge. The converter is for the open-source FFMPEG encoder will assist you to convert the video. After that you have to utilize the open resource Flow Player Flash applet to in fact embed the FLV video in our web pages.

Similar Threads

  1. How to include Webpage into your main page without using iFrame
    By Sanju Baba in forum Software Development
    Replies: 4
    Last Post: 20-01-2012, 10:56 AM
  2. How to include the video file in Html
    By Owen Fernandes in forum Software Development
    Replies: 5
    Last Post: 29-12-2009, 11:40 AM
  3. How to include comments in HTML
    By rooki in forum Software Development
    Replies: 5
    Last Post: 25-12-2009, 01:06 PM
  4. How to include Header & footer within HTML?
    By seema_thk in forum Software Development
    Replies: 3
    Last Post: 09-12-2009, 09:24 AM
  5. Replies: 0
    Last Post: 09-03-2009, 02:27 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,417,579.93917 seconds with 17 queries