Hallo,
im Code muss der Name des Intros angepasst werden.
Kommt 2x vor!
value="Intro-Name.swf" und
src="Intro-Name.swf"
Code:
<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="640" height="480">
<param name="movie" value="Intro-Name.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="BGCOLOR" value="000088">
<embed src="Intro-Name.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="480" bgcolor="000088"></embed>
</object>
dann den Code in die Seite einbauen, fertig.
--------------------------------------------------------
Unterhalb der komplette HTML-Code.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Flash-Intro Virtualsystem.de</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<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="640" height="480">
<param name="movie" value="Intro-Name.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="BGCOLOR" value="000088">
<embed src="Intro-Name.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="480" bgcolor="000088"></embed>
</object>
</td>
</tr>
</table>
</body>
</html>