|
| ||||||||||
| Tags: applet, how to, html webpage, swf file, windows movie maker, windows xp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How to include .SWF files to the html webpage
|
|
#2
| |||
| |||
| 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> |
|
#3
| |||
| |||
| 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
| ||||
| ||||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to include .SWF files to the html webpage" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to include Webpage into your main page without using iFrame | Sanju Baba | Software Development | 4 | 20-01-2012 09:56 AM |
| How do I include one file inside another in HTML? | Ekavali | Software Development | 4 | 19-08-2010 01:38 PM |
| How to include comments in HTML | rooki | Software Development | 5 | 25-12-2009 12:06 PM |
| How to include Header & footer within HTML? | seema_thk | Software Development | 3 | 09-12-2009 08:24 AM |
| Download HTML-PDF-Converter Online to Convert Webpage to PDF Files | kyosang | Windows Software | 0 | 09-03-2009 02:27 PM |