Autor Beitrag
GericasS
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 540

Windows Vista Home Premium
D2010, VisualStudio2008
BeitragVerfasst: Mo 09.02.09 18:44 
Hallo Jungs,

ich bastel momentan an einer neuen Website, diese beinhaltet auch Flash. Nun habe ich 3 MovieClips auf meiner Seite und möchte diese einfach verlinken.

www.paintbox.xu.am/

hier mal der sourcecode

ausblenden volle Höhe Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
  <title>PaintBox</title>
   <script type="text/javascript" src="javascript/prototype.js"></script>
   <script type="text/javascript" src="javascript/scriptaculous.js?load=effects"></script>
   <script type="text/javascript" src="javascript/lightwindow.js"></script>
   <link rel="stylesheet" href="css/lightwindow.css" type="text/css" media="screen" />
   <!-- <style type="text/css">
    body  {
     background-repeat : no-repeat;
     background-position : center;
     background-image : url(Background.png); 
          }
  </style> 
  Kommentar gesetzter Hintergrund -->        
  </head>
  <body bgcolor="FFCC00">
    <div align="left">
  <br>
  <br>  
    <object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" width="200" height="100"
          codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0">
    <param name="movie" value="Team.swf"">
    <param name="movie" value="Projekt.swf">
    <param name="movie" value="Kontakt.swf">
    <param NAME="wmode" VALUE="transparent">
    <PARAM NAME="quality" VALUE="high">
    <param name="scale" value="exactfit">
    <param name="menu" value="true">
    <param name="bgcolor" value="#000040">
    
    <embed src="Team.swf" quality="high" scale="exactfit" menu="false"
           width="200" height="100" swLiveConnect="false"
           type="application/x-shockwave-flash"
           pluginspage="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">
    </embed>
    <br>
    <embed src ="Projekt.swf" quality="high" scale="excatfit" menu="false"
           width="200" height="100" swLiveConnect="False"
           type="application/x-shockwave-flash"
           pluginspage="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">
    </embed>
    <br>
    <embed src ="Kontakt.swf" quality="high" scale="excatfit" menu="false"
           width="200" height="100" swLiveConnect="False"
           type="application/x-shockwave-flash"
           pluginspage="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">
    </embed>
  </object>
  </div>
</html>


Grüße

_________________
Alexander N.
Neue Bewaffnung Amilo xi2428 T9300
Narses
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Administrator
Beiträge: 10181
Erhaltene Danke: 1254

W10ent
TP3 .. D7pro .. D10.2CE
BeitragVerfasst: Mo 09.02.09 18:48 
Moin!

Und, was ist jetzt das Problem? :nixweiss:

cu
Narses

_________________
There are 10 types of people - those who understand binary and those who don´t.
GericasS Threadstarter
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 540

Windows Vista Home Premium
D2010, VisualStudio2008
BeitragVerfasst: Mo 09.02.09 18:52 
Hey Narses, sry ich hab einfach auf abschicken geklickt :roll: ...

mein Problem ist ganz einfach das ich die Flash MovieClips nicht verlinken kann also das diese auf eine andere Seite linken..bei normalen Graifken macht man das ja mit a href, nur wie geschieht dies bei Flash MovieClips und das ohne ActionScript.

Moderiert von user profile iconNarses: Zitat entfernt

_________________
Alexander N.
Neue Bewaffnung Amilo xi2428 T9300
wunsiedler
ontopic starontopic starhalf ontopic starofftopic starofftopic starofftopic starofftopic starofftopic star
Beiträge: 506
Erhaltene Danke: 4

Win7

BeitragVerfasst: Di 10.02.09 11:29 
Die verlinkung wirst du direkt in dem jeweiligen flash objekt erstellen müssen, also da wo du die links erstellst.