mediengestalter.info
FAQ :: Mitgliederliste :: MGi Team

Willkommen auf dem Portal für Mediengestalter

Aktuelles Datum und Uhrzeit: Fr 19.04.2024 02:37 Benutzername: Passwort: Auto-Login

Thema: flashmovie laden über Links? vom 18.10.2009

Neues Thema eröffnen   Neue Antwort erstellen MGi Foren-Übersicht -> Multimedia -> flashmovie laden über Links?
Autor Nachricht
smallredeyes
Threadersteller

Dabei seit: 19.12.2006
Ort: -
Alter: -
Geschlecht: -
Verfasst So 18.10.2009 12:39
Titel

flashmovie laden über Links?

Antworten mit Zitat Zum Seitenanfang

Hallo, ich habe mehrere text links und möchte verschiedene Flashmovies damit laden.
Dreamweaver unterstützt das mit dem Flash integration kit nur für IE (onClick > load flash movie)

Das kann doch nich sooo schwer sein, oder? Bin für jede Hilfe dankbar!
Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Unbenanntes Dokument</title>
<script src="DWConfiguration/ActiveContent/IncludeFiles/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/JavaScript">
<!--
function FDK_loadFlashMovie(ID,SRC,layer,play)      {
  loc = eval("window.document."+ID);
  if (navigator.appName.indexOf ("Microsoft") !=-1) {     
    loc.LoadMovie(layer,SRC);
   if (play!="play") {
     loc.StopPlay();
   }
  }
}
//-->
</script>
</head>

<body>
<a href="#" onclick="FDK_loadFlashMovie('leer','eins.swf','0','play')">eins</a> <a href="#" onclick="FDK_loadFlashMovie('leer','zwei.swf','0','play')">zwei</a>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','name','leer','width','100','height','100','id','leer','src','leer','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','swliveconnect','true','movie','leer' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" name="leer" width="100" height="100" id="leer">
  <param name="movie" value="leer.swf" />
  <param name="quality" value="high" />
  <embed src="leer.swf" width="100" height="100" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="leer" swliveconnect="true"></embed>
</object>
</noscript></body>
</html>
  View user's profile Private Nachricht senden
Ähnliche Themen Links aus Flash-Navigation in Div Box öffnen/laden
WMV und AVI und Flashmovie umwandeln
Rollover Image im Flashmovie
AVI Video als Flashmovie "konvertieren"
Swf Laden
swf laden
Neues Thema eröffnen   Neue Antwort erstellen
MGi Foren-Übersicht -> Multimedia


Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst an Umfragen in diesem Forum nicht mitmachen.