 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Sal
Joined: 30 Jan 2009 Posts: 2
|
Posted: Fri Jan 30, 2009 12:33 pm SWF FIle Not Playing in Mozilla 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 seem to be playing fine in Internet Explorer but it will not play in Mozilla Firefox.
Please help!!!
This is the Code
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Jaguar Marketing Video|Home Business|Make Money Online</title>
</head>
<body style="background-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"
alink="#ee0000" link="#0000ee" vlink="#551a8b">
<big style="color: rgb(255, 255, 255);"><big><big><big><a
href="../Downloads/Jagmarketingwebpage...
style="font-family: Arial;">Home</span></a><br>
</big></big></big></big>
<div style="text-align: center;"><object
classid="clsid:D27CDB6E-AE6D-11CF-96B8... id="obj1"
codebase="http://download.macromedia.c...
border="0" height="450" width="566"><param
name="movie"
value="http://www.jagmarketingsystem.c...
name="quality" value="High"></object></div>
</body>
</html> |
|
sticks464

Joined: 31 Dec 2006 Posts: 2630
|
Posted: Fri Jan 30, 2009 1:14 pm |
|
|
|
Give this a try
| Code: |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Jaguar Marketing Video|Home Business|Make Money Online</title>
</head>
<body style="background-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"
alink="#ee0000" link="#0000ee" vlink="#551a8b">
<big style="color: rgb(255, 255, 255);"><big><big><big><a
href="../Downloads/Jagmarketingwebpage...
style="font-family: Arial;">Home</span></a><br>
</big></big></big></big>
<div style="text-align: center;">
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' style="width:566px; height:450px;">
<param name='movie' value="http://Your_Site.com/file_name.swf">
<param name='quality' value="high">
<param name='wmode' value="transparent">
<script type="text/javascript">
document.write('<embed src="http://Your_Site.com/file_name.swf" quality="high" wmode="transparent" style="width:566px; height:450px;" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">')
</script>
</div>
</body>
</html> |
Edit the path to your file. |
|
Sal
Joined: 30 Jan 2009 Posts: 2
|
Posted: Fri Jan 30, 2009 4:50 pm |
|
|
|
| Worked Perfect...Thanks |
|
alex_85
Joined: 05 Jun 2009 Posts: 10
|
Posted: Thu Aug 13, 2009 9:08 pm |
|
|
|
I have the opposite problem. Mine works in Firefox not IE. Well acutally it did work in firefox but now not anymore. and my PNG logo wont even show in IE. help
http://www.alexmcmahondesigns.com/gg/index.html |
|
robert1067
Joined: 08 Nov 2009 Posts: 3
|
Posted: Sun Nov 15, 2009 7:08 pm |
|
|
|
I have a few confuised about your question, you want to player a SWF file or your swf is a player and to FLV file. I do not know any web player can play SWF file if you know one please tell me. But if you need to play FLV file I suggest you try moyea playerbox. You can use it to make a player and generate a html file for you. You can just copy the generated code to embed your video directly.
But when you embed your video to page I suggest you to use the absolutly path instead of the relative path. Mostly if you find your player not show or video not show they mostly caused by the above reason. Hope will help. |
|
|
|
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
|
|
|
|
|
 |
|
|
|
|
|
|
|