Su an, default.php söyle:
<!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="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>">
<head>
<?php $this->loadBlock('head') ?>
</head>
<link rel="shortcut icon" href="http://www.siteadi.com//templates/ja_teline_iii/favicon.gif" >
<link rel="icon" href="favicon.gif" type="image/gif" >
<body id="bd" class="fs<?php echo $this->getParam(JA_TOOL_FONT);?> <?php echo $this->browser();?>">
[COLOR="Red"]<object width="100%" height="100%"
data="preview.swf"
type="application/x-shockwave-flash">
<param name="movie" value="preview.swf">[/COLOR]
</object>
<div id="ja-wrapper">Flash-Kodu bu sekilde dogru mu?Sanirim bir de flashmovie.js adli bir yazilim gerekiyor.
function FlashMovie(src, movie, width, height, version, quality, menu, bgcolor, flashvars, wmode)
{
document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version="+version+",0,0,0' width='" +width+ "' height='" +height+ "' id='" +movie+ "'>");
document.write("<param name='movie' value='" +src+ "' />");
document.write("<param name='FlashVars' value='" +flashvars+ "'>");
document.write("<param name='quality' value='" +quality+ "' />");
document.write("<param name='menu' value='" +menu+ "' />");
document.write("<param name='bgcolor' value='" +bgcolor+ "' />");
document.write("<param name='wmode' value='" +wmode+ "' />");
document.write("<embed src='" +src+ "' swLiveConnect='true' menu='" +menu+ "' FlashVars='" +flashvars+ "' quality='" +quality+ "' bgcolor='" +bgcolor+ "' wmode='" +wmode+ "' width='" +width+ "' height='" +height+ "' name='" +movie+ "' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
document.write("</object>");
}Bu da, bu sekilde dogru mudur?
