Newbie help

MORE TOPS
615 views | 2 replies
jameshannan
Hi
I have just purchased te countdown timer and want to install it on my sites. I am using CS4 Dreamweaver. Are there any instructions on how to do this?
Please help
James
Posted on Jun 29, 2009 | Reply | Reply with Quote | Send PM | Report
flashreseller
In the package you should have the instructions on how to do it.
I encourage you to use swfobject for embedding. Docs and files are here:
http://blog.deconcept.com/swfobject/
Swfobject embedding example (also read the swfobject docs for more in depth details):

<div id="flashcontent">
</div>
<script type="text/javascript">
var so = new SWFObject("flash-file.swf", "", "100%", "100%", "9", "#000000";
so.addParam("allowFullScreen", "true";
so.addParam("scale", "noscale";
so.addParam("menu", "false";
so.write("flashcontent";
</script>
If you need more help then contact the developer of the file.
BTW you can use also the insert flash from CS4. It would add the javascript files automatically.
Cheers
Posted on Jul 12, 2009 | Reply | Reply with Quote | Send PM | Report
sportswidgets
Hope that the guy understood that he has to create that flash div.
<div id="flashcontent">
</div>
lol dude.
Posted on Aug 9, 2009 | Reply | Reply with Quote | Send PM | Report