i try another experiment and it works again! wahaha!

Replacing your controlpanel buttons with flashvortex buttons!
[b]Credits:[/b]
-flashvortex.com
-and to [b]sir feruzz[/b] for making the script simple
[b]Preview:[/b]
[img]http://slashedkite.fileave.com/sam.JPG[/img]
[b]Requirements:[/b]
[li]hosting site[/li]
[li]your own Friendster User ID[/li]
[li]js extension file[/li]
[b]Procedures:[/b]

Go to [url]www.flashvortex.com[/url]

Choose your button style

Fill up the buttons' label
[img]http://slashedkite.fileave.com/sem.JPG[/img]

Paste these links in the next box.
[quote]
http://www.friendster.com/sendmessage.php?uid=[b]YOURID[/b]
http://www.friendster.com/sendmessage.php?uid=[b]YOURID[/b]&action=sendsmile
http://www.friendster.com/addfriendrequest.php?uid=[b]YOURID[/b]
http://www.friendster.com/group/inviteone.php?uid=[b]YOURID[/b]
http://www.friendster.com/comments.php?uid=[b]YOURID[/b]
http://www.friendster.com/bookmarks.php?action=add&uid=[b]YOURID[/b][/quote]

Replace the bold text with your own FS ID. (dont know how to get your FS id? proceed here: [b][url=http://theftalk.com/t3499-Tutorial-Find-Userid%21%21%21.html]GET YOUR FS ID[/url][/b])

For the layout, its up to you base on your taste. (if you want a 1 column cp buttons, make the buttons per line 1 and make the empty space height '0')

Generate the animation.

After you generate it, download the flash file.

Upload the flash file in a hosting site.

Get the URL of the file you have uploaded.

Copy the code below and replace the bold text.
[quote]var kite = document.getElementById("controlPanelButtons");
var slashed = document.createElement("embed");
slashed.align = "center";
slashed.src = "[b]URL_OF_SWF_FILE[/b]";
slashed.height = "200";
slashed.width = "150";
kite.parentNode.replaceChild(slashed,kite);[/quote]

Paste it inside onloadhandler.
And you're done! Happy Tweaking! (+repu are much appreciated)

[b]Preview?[/b]

[url=www.friendster.com/slashedkitex]Preview[/url]
Last edited by slashedkite (2008-03-29 05:58:59)