It is possible I put an element in the header swf? I'm with 3 files 1 swf and 2 html, was told to put the files in the same folder but how do I do that?
It is possible I put an element in the header swf? I'm with 3 files 1 swf and 2 html, was told to put the files in the same folder but how do I do that?
you need to comment out your header :
<!--
{*print_var var=$imageControlValues*}
{if isset($imageControlValues.headerImage.src)}
<div style="background: url({$imageControlValues.headerImage.src}) no-repeat; height: {$imageControlValues.headerImage.height}px;"></div>
{else}
<div class="ow_header_pic"></div>
{/if} -->
then, paste your code under this line: <div class="ow_header">:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/...bs/flash/swflash.cab" width="1000" height="302" id="tech" align="middle" quality="high" allowFullScreen="true" wmode="transparent" allowScriptAccess="always"> <param name="movie" value="pictures.swf" /> <param name="quality" value="high" /> <param name="allowFullScreen" value="true" /> <param name="wmode" value="transparent" /> <param name="allowScriptAccess" value="always" /> <param name="_flashcreator" value="http://www.photo-flash-maker.com" /> <param name="_flashhost" value="http://www.go2album.com" /> <embed src="pictures.swf" width="1000" height="302" quality="high" allowFullScreen="true" wmode="transparent" allowScriptAccess="always" name="tech" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object>
in the general.html file of your active theme.
then upload your swf file to the server and make the exclusion for this file in htaccess. Read reply from Daisy here: http://www.oxwall.org/forum/topic/24780?page=1#post-111240