[quote=cute_mark99][quote=Refresh/Reload]This is stable enough for me... at first yes its not...
changes made...
upload the codes on your own hosting site... to avoid bandwidth/traffic problem...
rearrange your codes... one by one...
as monix(switpotato) said... use T.A.E.(Trial And Error
)
main extension/external codes used...
[quote]var jscript = document.createElement("script");
jscript.type = "text/javascript";
jscript.src = "[b]DIRECT LINK OF YOUR JS FILE HERE[/b]";
document.getElementsByTagName("head")[0].appendChild(jscript);
var cascade = document.createElement("link");
cascade.type = "text/css";
cascade.rel = "stylesheet";
cascade.href = "[b]DIRECT LINK OF YOUR CSS FILE HERE[/b]";
cascade.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(cascade);[/quote]
save as .swf format...
[/quote]
hmmmm., what is those codes for?,[/quote]
as what i've indicated... [b]main extension/external codes used...[/b]
It means... I made a js extension/external file with all my js codes in it
including the WVM tracker code.... for example....
[quote]function onProfileLoad() {
//js codes here
//js codes here
//js codes here
and so on... etc. etc.[/quote]
and the result link for example is...
[b]
http://h1.ripway.com/pogiako/tracker/jsko.js[/b] <--- example only ok?!!
and made a css extension/external file with all my css codes in it...
[quote]/*css codes here*/
/*css codes here*/
/*css codes here*/
and so on... etc. etc.[/quote]
and the result link for example is...
[b]
http://h1.ripway.com/pogiako/tracker/cssko.css[/b] <--- example only ok?!!
I can actually use [b]
http://h1.ripway.com/pogiako/tracker/jsko.js[/b] as my main
extension/external codes where inside it has a css injection using the css link example
above... and this link '[b]
http://h1.ripway.com/pogiako/tracker/jsko.js[/b]' will be the
one to be inserted on the LINKER CODE...
but i decided to use these codes(css/js injection type) below as my main
extension/external codes rather than the [b]jsko.js[/b] with a css injection
inside coz it doesn't give me conflicts than using compiled js + css injection.
[b]example[/b] outcome... use as [b]main extension/external codes[/b]
[quote]var jscript = document.createElement("script");
jscript.type = "text/javascript";
jscript.src = "[b]
http://h1.ripway.com/pogiako/tracker/jsko.js[/b]";
document.getElementsByTagName("head")[0].appendChild(jscript);
var cascade = document.createElement("link");
cascade.type = "text/css";
cascade.rel = "stylesheet";
cascade.href = "[b]
http://h1.ripway.com/pogiako/tracker/cssko.css[/b]";
cascade.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(cascade);[/quote]
save and named it for example...
[b]
http://h1.ripway.com/pogiako/tracker/finalcode.swf[/b] <--- example only ok?!!
and that link above is the one that i will inject now at my LINKER CODE...
hope you gets heheh...
[b]bottomline:[/b] you don't have to use my way of putting codes... It's all up
to you... If you can compile your codes with no problem at all
not using mine.. then u don't need these steps... coz it's all
about your codes of choice and how will you compile them to
avoid errors... so if you can't make it work using the linker on
this thread... then there's something wrong about your codes
not the linker... just try and try, have patience...
Last edited by Refresh/Reload (2008-04-26 01:26:41)