 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
r.r.vishwanath
Joined: 26 Oct 2009
Posts: 1
|
| Posted: Mon Oct 26, 2009 5:52 am HTML files in Firefox |
|
|
Hi
I am have problems playing a SWF in Mozilla Firefox. I have place this file onto a HTML page and saved it under HTML. I then uploaded the file to my server. It works fine in Internet Explorer but it will not play in Mozilla Firefox.Any suggestions
Here is my code
<html>
<head>
<!-- saved from url=(0025)http://www.techsmith.com/ -->
<title>Created by Camtasia Studio 2</title>
<meta http-equiv="Content-Type" content="html; charset=iso-8859-1">
<script language=javascript type="text/javascript">
function OnLoad()
{
}
</script>
</head>
<body >
<table border="0" cellpadding="0" align="center" width="720">
<tr>
<td ><object id ="flashMovie"
codeBase ="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
height ="497"
width ="720 "
classid ="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>
<PARAM NAME="_cx" VALUE="26">
<PARAM NAME="_cy" VALUE="26">
<PARAM NAME="FlashVars" VALUE="csConfigFile=FLEXLM_720_480_media/FLEXLM_720_480_config.xml">
<PARAM NAME="Movie" VALUE="FLEXLM_720_480_media/FLEXLM_720_480_controller.swf?csConfigFile=FLEXLM_720_480_media/FLEXLM_720_480_config.xml">
<PARAM NAME="Src" VALUE="FLEXLM_720_480_media/FLEXLM_720_480_controller.swf?csConfigFile=FLEXLM_720_480_media/FLEXLM_720_480_config.xml">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Loop" VALUE="false">
<PARAM NAME="Quality" VALUE="high">
<PARAM NAME="SAlign" VALUE="">
<PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE="">
<PARAM NAME="AllowScriptAccess" VALUE="always">
<PARAM NAME="Scale" VALUE="ShowAll">
<PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="BGColor" VALUE="#FFFFFF">
<PARAM NAME="SWRemote" VALUE="">
<PARAM NAME="MovieData" VALUE="">
<PARAM NAME="SeamlessTabbing" VALUE="1">
<EMBED src ="FLEXLM_720_480_media/FLEXLM_720_480_controller.swf?csConfigFile=FLEXLM_720_480_media/FLEXLM_720_480_config.xml"
flashvars ="csConfigFile=FLEXLM_720_480_config.xml"
quality ="high"
bgcolor ="#FFFFFF"
width ="720"
height ="497"
type ="application/x-shockwave-flash"
pluginspace ="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT> </td>
</tr>
</table>
</body>
</html> |
|
|
PayneLess Designs
Joined: 28 Feb 2007
Posts: 4289
Location: MS
|
| Posted: Mon Oct 26, 2009 4:14 pm |
|
|
Even using an HTML 4.01 Transitional document type, there were lots of attributes flagged that were not recognized. The media code being used may be highly specific, but Firefox does not tolerate sloppy coding.
Your document title states "Created by Camtasia Studio 2" and the call in the media code to a player program may not be installed for Firefox or FF doesn't know where to find it since there is no file type association.
I would recommend finding a generic media code to use. Or contact the people at TechSmith.com for ideas of the problem.
There's not much I can do to check it as the media file path is a relative path and not a full one. |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|