wie fügt man eine flashanimation
Wie füg ich bei frontpage eine flashanimation ein und kann man das dort auch
irgendwie direkt erstellen?
Re: wie fügt man eine flashanimation ein
"myself" <myself [at] discussions.microsoft.com> schrieb:
> Wie füg ich bei frontpage eine flashanimation ein und kann man das dort
> auch
> irgendwie direkt erstellen?
Wenn du sauberen "W3C-Code" ( http://validator.w3.org ) haben möchtest, dann
mit
<object
type="application/x-shockwave-flash"
data="DEINE_FLASH_DATEI.swf"
codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/
swflash.cab#version=7,0,19,0" width="BREITE" height="HÖHE">
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie"
value="DEINE_FLASH_DATEI.swf"/>
<param name="loop" value="false"/>
<param name="menu" value="false"/>
<param name="quality" value="high"/>
<param name="play" value="false"/>
<p style="text-align:center;">
<a href="http://www.macromedia.com/go/getflashplayer" target="_blank">
<img src="../images/gestaltung/get_flash_player.gif"
alt="Macromedia Flash Player" style="border:none;"/></a> </p>
<noscript>
Ihr Browser unterstützt leider kein Flash.
</noscript>
</object>
Mit Frontpage kannst du keine Flashanimationen erstellen, dafür benötigst du
ein eigenes Programm.
Gruß
Christian