| Код |
|---|
<!-- Start obj -->
<? $flashURL="http://www.mysite.ru".$arResult["DISPLAY_PROPERTIES"]["MORE_PHOTO"]["FILE_VALUE"]["SRC"];
$flashWidth=650;
$flashHeight=490; ?>
<script type="text/javascript">
var params = { wmode:"opaque"};
var flashvars = {};
var attributes = {};
swfobject.embedSWF("<? echo $flashURL; ?>", "myContent", "<? echo $flashWidth; ?>", "<? echo $flashHeight; ?>", "9.0.0","<?=SITE_TEMPLATE_PATH?>/js/expressInstall.swf", flashvars, params, attributes);
</script>
<!-- End obj --> |