• ARCHIVES 
  • » [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

Pages: 1234567891011..11

[quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

[quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

[quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (I use [b]replaceChild[/b] method) :lol: :arrow: [b]Preview:[/b] [url]http://www.friendster.com/41772112[/url] :penguin: :arrow: [b]Preview image:[/b] [img]http://h1.ripway.com/myscript/photo/flash.GIF[/img] :arrow: [b]For Animate Image (.gif, .jpg, .png etc...)[/b] just paste your image url into [b]URL_OF_IMAGE[/b] [quote]/*global image, sibling, document, content_0*/ image = document.createElement("img"); image.src = "[b]URL_OF_IMAGE[/b]"; image.width = "200"; image.height = "150"; sibling = content_0.getElementsByTagName("a")[0]; sibling.parentNode.replaceChild(image, sibling);[/quote] [hr] :arrow: [b]For Embed Object (.swf)[/b] just paste your embed url (.swf) into [b]URL_OF_SWF[/b] [quote]/*global flashurl, sibling, document, content_0*/ flashurl = document.createElement("embed"); flashurl.src = "[b]URL_OF_EMBED[/b]"; flashurl.width = "200"; flashurl.height = "150"; sibling = content_0.getElementsByTagName("a")[0]; sibling.parentNode.replaceChild(flashurl, sibling);[/quote] For newbies: this code is a [color=red][b]JS extension[/b][/color]

Last edited by feruzz (2008-05-15 11:55:30)

MarGgie
» n00b
FTalk Level: zero
28
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

Wowwwwwwwww!!! A very nice code...Im gonna try this one coz I love doing a flash graphics on my site...Thanks for sharing it to us...
slowLearner
» n00b
FTalk Level: zero
11
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

nice code...tnx for sharing..il try this one... :thumbsup: :D
hansz
» FTalker
FTalk Level: zero
176
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

Aww.. It's very nice.. Thanks..! :thumbsup: :thumbsup: :thumbsup:
mdirwan
» FTalkAddict
FTalk Level: zero
367
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

hehehehhehe.. very much better when u use FF guys..
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

[quote=mdirwan]hehehehhehe.. very much better when u use FF guys..[/quote] It looks better in IE too :D
mdirwan
» FTalkAddict
FTalk Level: zero
367
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

thats look just the same.. the faster? which one? :D
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

I think this is better in IE due to flash loads a bit slow in Firefox. =)
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

my connection speed is quite fast...when I'm using FFthe flash load fast too :D
mdirwan
» FTalkAddict
FTalk Level: zero
367
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

waaaaaaaaaaaaaaaaaaaa why my FF load its fast but not my IE :cool:
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

heheh...I dunno :D
mdirwan
» FTalkAddict
FTalk Level: zero
367
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

i call telekom centre 100 1st komplain.. ahakz.. :D
eehjhay
» FTalkWhiz
FTalk Level: zero
2692
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

[quote=feruzz]my connection speed is quite fast...when I'm using FFthe flash load fast too :D[/quote] lol. u have fasterfox (add-on)? hehehe.. it a little bit faster than a regular firefox without it
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

^ wow...yeah...I already have it :D note: pls do not install [b]FlashBlock[/b] add-ons...hehe :D

Last edited by feruzz (2007-07-20 02:20:14)

diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

A flashy profile :rolleyes:
Vantheek
» FTalker
FTalk Level: zero
156
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

nice code.... thanks a lot..... :thumbsup: :thumbsup: :thumbsup: :thumbsup:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

nice!! =D :thumbsup:
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

[quote=Refresh/Reload]nice!! =D :thumbsup:[/quote] thanks =D :thumbsup:
malikmade
» n00b
FTalk Level: zero
4
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

hehhehehhe.. nice.. :cool:
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

thanks for your comment guys.... :thumbsup: this code is free to use....no need to pay :eh: :thumbsup:
  • ARCHIVES 
  • » [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (

Pages: 1234567891011..11

Board footer

© 2024 F Talk

Current time is 21:14

[ 10 queries - 0.025 second ]
Privacy Policy