[quote=m0g0l][b]to Lordheinz and Kherminator, Thanks bro, so i'll use the js linker for that file.... can ask another question, is it possible to use two separate linker? what i mean is i will gonna use js linker for that wvm file, and i'll use css linker for my css file... and then i'LL put that two linker in my media box...?? was it possibe or shaLL it works??... and one more thing? regarding that addbox generator, was there tutorial on how to use it? i dont know how to use that addbox generator... thanks again guys for the help...[/quote]
if u will use both css and js linker into ur media box.. it will not work,.. compile ur css into ur tracker.txt so dat u will use only one linker.. it wont work if ur using 2 linker,,
use this css injector
[quote]//Css injection
function injectcss() {
if(window.cssinjected == undefined) {
cssinjected = 1;
var css = document.createElement("link");
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","[b]URL TO EXT CSS HERE[/b]");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
}
}injectcss();[/quote]
just replace ur css extention link on da bolded part..
place dat on ur main js file. den use the js linker, together with da link of ur js extention.
[hr]
about the addbox generator/... see this tutorial
http://theftalk.com/t16599-WVM2.2-Marfillaster%27s-Addbox-Gen.-Explained.html
Last edited by portuniecho (2008-06-02 03:09:29)