[quote=christy05love]@swit
how bout my css? will i still inject it to my js file?[/quote]
its already compiled ryt... no need
[quote=switpotato]the easiest way to convert ur js to css juz follow this simple instructions...
1. create 2 empty file..
name it..
linker.css
linker.txt
2. open ur linker.txt
then copy paste this
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=view-source:[b]UR COMPILE JS URL HERE[/b]></script>')]]></constructor>
</implementation>
</binding>
</bindings>
after hitting save ... rename this as linker.swf
3. open ur linker.css
copy paste the ff
body {
-moz-binding:url("[b]UR LINKER SWF HERE[/b]#thecradle");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="view-source:[b]UR COMPILE JS URL HERE[/b]";
document.getElementsByTagName("head")[0].appendChild(get);}
load()
save it as linker.css
4. get the complete url of linker.css then use css linker... paste to ur media box
[b]regarding tracker[/b].. dunno the answer.. thou i was able to make it show its [b]not functioning[/b]
lol.. [b]for display only[/b][/quote]
Last edited by switpotato (2008-05-18 12:49:41)