You can also just insert the code into the editor for the main page (define pages editor if memory serves). You can see what I have done at www.ecigexpress.com
If you need more info let me know. I'm not exactly sure if that was what you had in mind.
You can also just insert the code into the editor for the main page (define pages editor if memory serves). You can see what I have done at www.ecigexpress.com
If you need more info let me know. I'm not exactly sure if that was what you had in mind.
This is exactly what I'm looking for!!! I got the code from some other post like below. But I don't know where to put insert it and which file? It would be great appreciated if you could advise,linnx!
imgUrl1="http://zoomjoint.com/images/shoes/6901-910646-p.jpg";
imgtext1="text1"
imgLink1=escape("http://www.jz123.cn");
imgUrl2="http://zoomjoint.com/images/shoes/9994-890657-p.jpg";
imgtext2="text2"
imgLink2=escape("http://www.jz123.cn");
imgUrl3="http://zoomjoint.com/images/shoes/10757-806017-p.jpg";
imgtext3="text3"
imgLink3=escape("http://www.jz123.cn");
imgUrl4="http://zoomjoint.com/images/shoes/10757-910721-p.jpg";
imgtext4="text4"
imgLink4=escape("http://www.jz123.cn");
imgUrl5="http://zoomjoint.com/images/shoes/10757-910721-5.jpg";
imgtext5="text5"
imgLink5=escape("http://www.jz123.cn");
var focus_width=240
var focus_height=200
var text_height=18
var swf_height = focus_height+text_height
var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4+"|"+imgUrl5
var links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4+"|"+imgLink5
var texts=imgtext1+"|"+imgtext2+"|"+imgtext3+"|"+imgtext4+"|"+imgtext5
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#versi
on=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param
name="movie" value="images/focus2.swf"><param name="quality" value="high"><param
name="bgcolor" value="#F0F0F0">');
document.write('<param name="menu" value="false"><param name=wmode
value="opaque">');
document.write('<param name="FlashVars"
value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+' &bord
erheight='+focus_height+'&textheight='+text_height+'">');
document.write('</object>');
In the Admin, go to Tools then define pages editor. Select define_main_page.php from the dropdown list. Then you have two views to work with. One is WYSIWYG - you can change it to code view by clicking <>; Insert your code within the code view and save. See what it looks like.
Thanks for the response, very helpful to know someone else has got something close to this working! Problem is that is seems more complicated than this. The very first thing I tried was just pasting the main code right into the define_main_page.php but this resulted in a blank page. As far as I can tell in thr resulting code, everything is setup the same way as it is in the working example it just doesn't show up. Can you tell me what script you are using, how you set the folders up in the directory, and more about the code you were just able to paste into the main page and get working?
linxx,
could you pls describe what you put in the main page through define page editor?
the flash in your website is awesome!
![]()
Sure... This is what is in mine. If you need more help you can pm me your yahoo messenger or AOL messenger and I can try to get you through it like that.
<center> <object width="440" height="180" align="middle" id="tech" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param value="sameDomain" name="allowScriptAccess" />
<param value="chicas.swf?xml_path=slides.xml" name="movie" />
<param value="high" name="quality" />
<embed width="440" height="180" align="middle" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowscriptaccess="sameDomain" name="tech" quality="high" src="chicas.swf?xml_path=slides.xml" />
</object></center>
Also, I am using a third party flash maker. So the code that yours gives you looks different.