Hoi
ik heb een flash bestand swf gemaakt. Maar als ik het open in de webbrowser en wil klikken op de flashimage gaat ie niet naar de aangegeven pagina toe.
Het moet linken naar index1.html die ik zelf heb gemaakt. De laatste zin onderaan :klik hier als de link niet werkt" werkt wel. Wat zal er fout zijn ???
Mijn script:
<html>
<head><title></title>
<style type="text/css">
<!--
.style1 {
font-family: "Courier New", Courier, monospace;
font-weight: bold;
}
-->
</style>
</head>
<body>
<center>
<p>
<EMBED src="aqdfqwedfwqefwf.swf" loop=true quality=high
WIDTH=950 HEIGHT=600 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
onClick="location.href="index1.html";"> </EMBED>
</p>
<p class="style1">Klik <a href="index1.html">hier</a> al de button niet werkt</p>
</center>
</body>
</html>
ik heb een flash bestand swf gemaakt. Maar als ik het open in de webbrowser en wil klikken op de flashimage gaat ie niet naar de aangegeven pagina toe.
Het moet linken naar index1.html die ik zelf heb gemaakt. De laatste zin onderaan :klik hier als de link niet werkt" werkt wel. Wat zal er fout zijn ???
Mijn script:
<html>
<head><title></title>
<style type="text/css">
<!--
.style1 {
font-family: "Courier New", Courier, monospace;
font-weight: bold;
}
-->
</style>
</head>
<body>
<center>
<p>
<EMBED src="aqdfqwedfwqefwf.swf" loop=true quality=high
WIDTH=950 HEIGHT=600 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
onClick="location.href="index1.html";"> </EMBED>
</p>
<p class="style1">Klik <a href="index1.html">hier</a> al de button niet werkt</p>
</center>
</body>
</html>