16.01.2005, 18:46
Hier ein Beispiel für die Einbindung einer SWF-Datei (FLASH):
Das Beispiel findet ihr unter:
http://sunsonic.de/enrichment.html
EDIT:
Nochmals zur Verdeutlichung... der eigentliche Code für die SWF-Datei ist das hier:
Code:
<html><head><title>Rockpalast-Net</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body bgcolor="#562737" text="#000000" link="#CCCCCC" vlink="#CCCCCC" alink="#CCCCCC"><div align="center">
<p><a href="/forum" target="_top"><img src="forum1.jpg" width="750" height="340" alt="rockpalast.net ...das etwas andere Rockforum!" border="0"></a></p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="3"><b><font color="#CCCCCC"><a href="http://rockpalast.net/" target="_top">START</a></font></b></font></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="32" height="32">
<param name=movie value="flash/enrichment_enrichment.swf">
<param name=quality value=high>
<param name="BGCOLOR" value="#562737">
<param name="LOOP" value="false">
<param name="PLAY" value="true">
<embed src="flash/enrichment_enrichment.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="32" height="32" bgcolor="#481c2b" loop="false" play="false">
</embed>
</object></p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#CCCCCC"><a href="http://www.enrichment.de/" target="_blank">This track is brought to you as friendly courtesy by ENRICHMENT</a></font></p></div></body></html>
Das Beispiel findet ihr unter:
http://sunsonic.de/enrichment.html
EDIT:
Nochmals zur Verdeutlichung... der eigentliche Code für die SWF-Datei ist das hier:
Code:
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="32" height="32">
<param name=movie value="flash/enrichment_enrichment.swf">
<param name=quality value=high>
<param name="BGCOLOR" value="#562737">
<param name="LOOP" value="false">
<param name="PLAY" value="true">
<embed src="flash/enrichment_enrichment.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="32" height="32" bgcolor="#481c2b" loop="false" play="false">
</embed>
</object></p>