sir argeh
Legacy Member
gegroet,
ik ben bezig met een tutorial over pop ups in flash
tot nu toe lukte dat vrij goed
tot ik in mijn html code iets tussen mijn <embed> tags moest zetten,
maar hier stond al iets, moet ik dit nu gewoon vervangen, of wat moet ik doen?
hier is de code die ik al had:
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="refresh" content="3;url=newcomicsuperhero_alternate.html" />
<title>newcomicsuperhero</title>
<script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); }
</script>
</head>
<body>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="80" height="80">
<param name="movie" value="flash_detection.swf?flashContentURL=newcomicsuperhero_content.html&altContentURL=newcomicsuperhero_alternate.html&contentVersion=7&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false" />
<param name="quality" value="low" />
<embed src="flash_detection.swf?flashContentURL=newcomicsuperhero_content.html&altContentURL=newcomicsuperhero_alternate.html&contentVersion=7&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false" quality="low" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="80" height="80" />
</object>
</body>
</html>
dit moest ik zogezegd tussen de embed tags zetten
"swLiveConnect=true NAME=button.swf"
link tutorial:
http://flashfocus.nl/showDetail.asp?TypeId=2&NewsId=2880&LinkFile=index.html
kortom, wat moet ik bij de embed tags nu precies doen?
dank bij voorbaat!
ik ben bezig met een tutorial over pop ups in flash
tot nu toe lukte dat vrij goed
tot ik in mijn html code iets tussen mijn <embed> tags moest zetten,
maar hier stond al iets, moet ik dit nu gewoon vervangen, of wat moet ik doen?
hier is de code die ik al had:
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="refresh" content="3;url=newcomicsuperhero_alternate.html" />
<title>newcomicsuperhero</title>
<script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); }
</script>
</head>
<body>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="80" height="80">
<param name="movie" value="flash_detection.swf?flashContentURL=newcomicsuperhero_content.html&altContentURL=newcomicsuperhero_alternate.html&contentVersion=7&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false" />
<param name="quality" value="low" />
<embed src="flash_detection.swf?flashContentURL=newcomicsuperhero_content.html&altContentURL=newcomicsuperhero_alternate.html&contentVersion=7&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false" quality="low" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="80" height="80" />
</object>
</body>
</html>
dit moest ik zogezegd tussen de embed tags zetten
"swLiveConnect=true NAME=button.swf"
link tutorial:
http://flashfocus.nl/showDetail.asp?TypeId=2&NewsId=2880&LinkFile=index.html
kortom, wat moet ik bij de embed tags nu precies doen?
dank bij voorbaat!