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>
Joined: 28 Feb 2007 Posts: 3593 Location: Biloxi, 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.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum