• ARCHIVES 
  • » If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

Pages: 1

If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() { SIDEBAR.init();};} if (typeof SIDEBAR == "undefined") { SIDEBAR = {}; } SIDEBAR = { module: [], frame: { width: "100%", overflow: "hidden" }, init: function() { var sty = ""; for (val in this.frame) { sty += val +":"+ this.frame[val]+";"; } this.module = document.createElement("DIV"); this.module.setAttribute("align","center"); this.module.setAttribute("style",""+sty+""); this.module.innerHTML = "[b]HELLO[/b]"; document.getElementById("rail").appendChild(this.module); } };[/quote] The word [b]HELLO[/b] can be anything you like =) For example: MP3 Player, Games, or whatever. :wasted: How to do it? Example this is your MP3 Code: [quote][b]Code:[/b] <center><embed allowscriptaccess='never' src='http://www.mp3asset.com/swf/mp3/mff-pill.swf' quality='high' wmode='transparent' flashvars='myid=7061599&path=2007/12/29&mycolor=0xF1396D&mycolor2=0xFD6081&mycolor3=0xF3FFEB&autoplay=true&rand=0&f=3&vol=100' name='myflashfetish' application='' x-shockwave-flash='' align='middle'type=' height='110' width='265'></center>[/quote] Then put it in the word [b]HELLO[/b] in the code above.. Sample: [quote][b]Code:[/b] if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() { SIDEBAR.init();};} if (typeof SIDEBAR == "undefined") { SIDEBAR = {}; } SIDEBAR = { module: [], frame: { width: "100%", overflow: "hidden" }, init: function() { var sty = ""; for (val in this.frame) { sty += val +":"+ this.frame[val]+";"; } this.module = document.createElement("DIV"); this.module.setAttribute("align","center"); this.module.setAttribute("style",""+sty+""); this.module.innerHTML = "[b]<center><embed allowscriptaccess='never' src='http://www.mp3asset.com/swf/mp3/mff-pill.swf' quality='high' wmode='transparent' flashvars='myid=7061599&path=2007/12/29&mycolor=0xF1396D&mycolor2=0xFD6081&mycolor3=0xF3FFEB&autoplay=true&rand=0&f=3&vol=100' name='myflashfetish' application='' x-shockwave-flash='' align='middle'type=' height='110' width='265'></center>[/b]"; document.getElementById("rail").appendChild(this.module); } };[/quote] Best width for an mp3 Player? Uhmm.. 135px or something. =) Have fun. :|

Last edited by xavierkym (2008-01-14 18:16:42)

sahabat.peterpan
» FTalkWhiz
FTalk Level: zero
2815
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

Wew, very nice! thanks 4 share, i will try this :penguin:
Lyas-rowkz
» FTalkElite
FTalk Level: zero
4246
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

thx for sharing.. :thumbsup: :eh:
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

what if there in the embed codes there are no " instead ' ... will i change the ' to " and add \ ?
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

^ No need. :D
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

tried to add myflashfetish playlist but it didnt work :wasted: oh well.. ill find out whats wrong.. thanks kym.. =|
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

Uhmm.. Gimme your codes.
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

<">Try this duch.

Last edited by xavierkym (2008-01-14 18:35:41)

duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

ok... ill try it now.. be right back for updates.. :penguin: :penguin: UPDATE: added it and disabled all my scripts. :/ heres my js.. i really dont know how to compile it yet.. im sorry ..

Last edited by ducheszv (2008-01-13 20:16:11)

kristina16
» SuperFTalker
FTalk Level: zero
9156
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

nice xave thnx for sharin!! ;) :thumbsup:
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

Oops. Sorry if the code last time wasn't workin.. :wallbash: I made a mistake that time lol... First post updated. =) That should work fine now. :)
karuro72002
» FTalkWhiz
FTalk Level: zero
3325
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

thanks for xaring eX! :D
kucingpilek
» n00b
FTalk Level: zero
17
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

how the example for the advertisement or banner?:D
kamillaloo
» n00b
FTalk Level: zero
7
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

what if I want to add many widgets? is it possible?
pinkwasabexx
» n00b
FTalk Level: zero
19
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

thanks for sharing:D
lusanto_bluzone
» n00b
FTalk Level: zero
66
0
1969-12-31

Re: If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

I'm planning to add a virus alert panel (I use Avira AntiVir a lot) on my Multiply page, but I don't know how. Here's a sample code (This is the actual code from Avira.com): <">Is it possible to slap this code on the sidebar?
  • ARCHIVES 
  • » If you have your JS Files already just edit this and add the Script to your files. =) Easy peasy lemon squeezy =D [quote]if (!addEvent(function() { SIDEBAR.init();})) { window.onload = function() {

Pages: 1

Board footer

© 2024 F Talk

Current time is 13:26

[ 10 queries - 0.042 second ]
Privacy Policy