Tob: Ist mappen eines Shockwave Documentes (objekts) möglich?

Beitrag lesen

Wer kann mir sagen, wie ich ein Flash-Objekt korrekt mappe? Habe anfängliche Versuche im folgenden Quelltext hoffnungslos aufgegeben.......

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>

<head>

<title>Neue Seite 1</title>
</head>

<body bgcolor="#FFFFFF">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td width="33%"></TD>
    <td width="33%"></TD>
    <td width="34%" align="right"><IMG alt="3weingläser.gif (6778 Byte)" height =125 src="images/3weinglaser.gif" width=90 ></TD></TR>
  <tr>
    <td width="33%"><IMG alt="weintraube11.jpg (3462 Byte)" height =220 src="images/weintraube11.jpg" width=180 ></TD>
    <td width="33%">
      <p align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
id=Movie24 width=561 height=220>
          <param name=movie value="../Programme/Macromedia/Flash%204/Movie24.swf">
          <param name=loop value=false>
          <param name=quality value=high>
          <param name=bgcolor value=#FFFFFF>
          <embed src="../Programme/Macromedia/Flash%204/Movie24.swf" loop=false quality=high bgcolor=#FFFFFF  width=561 height=220 type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" usemap="#FrontPageMap" border=0>
          </embed>
        </object></P>
    </TD>
    <td width="34%" align="right"><IMG alt="Linie3.jpg (2794 Byte)" height =220 src="images/Linie3.jpg" width=90 ></TD></TR>
  <tr>
    <td width="33%"><IMG alt="linie_links_unten.jpg (5691 Byte)" height =140 src="images/linie_links_unten.jpg" width=180 ></TD>
    <td width="33%"><IMG alt="unter_linier1.jpg (7282 Byte)" height =140 src="images/unter_linier1.jpg" style="HEIGHT: 140px; WIDTH: 607px" width=561 ></TD>
    <td width="34%" align="right"><IMG alt="karaffe4.jpg (10205 Byte)" height =140 src="images/karaffe4.jpg" width=180 ></TD></TR></TABLE>
<map name="FrontPageMap">
  <area shape="rect" coords="31,56,127,117" href="galerie.htm">
  <area shape="rect" coords="147,119,248,178" href="länder1.htm">
  <area shape="rect" coords="276,71,348,127" href="leute.htm">
  <area shape="rect" coords="301,163,444,218" href="bestellung.htm">
  <area shape="rect" coords="391,55,535,110" href="kontakt.htm">
  <area shape="rect" coords="340,0,457,39" href="service.htm">
  <area shape="rect" coords="176,11,317,63" href="weinshop.htm">
</map>
</body>
</html>