Error in Flash intro file with IE7
Question posted by: annabel59
(Newbie)
on
July 10th, 2008 03:39 PM
I made a Flash intro for my website but when I open it in IE7 it gives error : expected object. It works fine in Mozilla.
This is the code of the index.html file :
<html>
<head>
<title>ONDERWEG</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<meta name="description" content="Nederlandstalige website voor alleenstaanden. Activiteiten, dinners en parties voor alleenstaanden.">
<meta name="keywords" content="vrienden, ontmoeten, single, relatie, activiteiten, alleenstaanden, kennismaking, club, vriend, vriendin, vakantie, activiteit, buiten, weekend, wandelen, uitgaan, fietsen, reizen, party, parties, fuiven, ontmoetingen">
</head>
<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0"rightmargin="0" topmargin="0"bottommargin="0">
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="4%" height="80%"> </td>
<td width="93%" align="center" valign="middle"><p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="200">
<param name="movie" value="1.swf">
<param name="quality" value="high">
<embed src="1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="200"></embed>
</object>
</p>
<p> </p>
</td>
<td width="1%"> </td>
</tr>
<tr>
<td height="20%"> </td>
<td align="center"><font color="#004000" size="5" face="Bradley Hand ITC"><span class="size"><font size="1" face="Arial, Helvetica, sans-serif">Anne © 2006</font></span></font></td>
<td align="center" valign="top" class="size"> </td>
<td width="2%"> </td>
</tr>
</table>
</body>
The action button in my Flash intro to enter the side :
on (release) {
getURL("sample-main.swf", "_self");
}
And sample-main.swf contains :
loadMovieNum("sample-0.swf", 2);
Can anyone help me with this ?
|
|
July 12th, 2008 10:27 AM
# 2
|
Re: Error in Flash intro file with IE7
Hey! Just upload your web page, it won't be when you upload it. It does with offline Flash.
Not the answer you were looking for? Post your question . . .
189,285 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).
|