webdesign:flash

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
webdesign:flash [2007/03/18 18:26] – angelegt stwebdesign:flash [2007/07/14 12:11] (aktuell) st
Zeile 1: Zeile 1:
 +====== Flash ======
  
 +FIXME (Def. Inhalt)
 +
 +===== Links =====
 +[[http://www.linuxforen.de/forums/showpost.php?p=485798&postcount=4|Software zu Flash / Animationen (Linux)]]
 +
 +===== Code zum abspielen in Browser =====
 +<code html>
 +<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="1280" HEIGHT="1044" CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">
 +<PARAM NAME=movie VALUE="DATEI.swf">
 +<PARAM NAME=play VALUE=true>
 +<PARAM NAME=loop VALUE=false>
 +<PARAM NAME=quality VALUE=low>
 +<EMBED SRC="screencast.swf" WIDTH=1280 HEIGHT=1044 quality=low loop=false TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
 +</EMBED>
 +</code>