sesuai janji gw untuk featured friends
nih triknya
[b]Credits[/b]
* Design/Development by [b]Airtight[/b]
* Sound Design by [b]Earganic Studios[/b]
* FlashObject Javascript embed code by [b]Geoff Stearns.[/b]
[b]pertama[/b]
download dulu filenya [url=http://www.airtightinteractive.com/projects/tiltviewer/tiltviewer.zip][color=red][b]DISINI[/b][/color][/url]
trus upload ke hosting kalian
[b]kedua[/b]
upload image yang akan kita pake untuk friends image kedalam folder [b]imgs[/b]
[b]ketiga[/b]
kita cukup mengedit di [b]gallery.xml[/b]
[spoiler]<tiltviewergallery>
<photos>
<photo imageurl="[color=blue][b]url_image[/b][/color]" linkurl="[b]
http://profiles.friendster.com/friends_UID[/b]">
<title>[color=green][b]Image 1[/b][/color]</title>
[color=yellow][b]<description>This is a regular text description.</description>[/b][/color]
</photo>
<photo imageurl="[color=blue][b]url_image[/b][/color]" linkurl="[b]
http://profiles.friendster.com/friends_UID[/b]">
<title>[color=green][b]Image 2[/b][/color]</title>
[color=yellow][b]<description><![CDATA[This is a HTML text description. Supported tags are <b>bold</b>, <u>underline</u>, <i>italics</i>, linebreaks<br>and <font color="#ff0000" size="60">font tags</font>. Hyperlinks are not supported.]]></description>[/b][/color]
</photo>
<photo imageurl="[color=blue][b]url_image[/b][/color]" >
<title>[color=green][b]Image 3[/b][/color]</title>
[color=yellow][b]<description>This image has no link button becasue the 'linkurl' property was removed from the photo tag</description>[/b][/color]
</photo>
<photo imageurl="[color=blue][b]url_image[/b][/color]" linkurl="[b]
http://profiles.friendster.com/friends_UID[/b]" >
<title>[color=green][b]Image 4[/b][/color]</title>
[color=yellow][b]<description>This image has no flip button because the 'showFlipButton' property was added to the photo tag</description>[/b][/color]
</photo>
<photo imageurl="[color=blue][b]url_image[/b][/color]" linkurl="[b]
http://profiles.friendster.com/friends_UID[/b]">
<title>[color=green][b]Image 5[/b][/color]</title>
</photo>
<photo imageurl="[color=blue][b]url_image[/b][/color]" linkurl="[b]
http://profiles.friendster.com/friends_UID[/b]">
<title>[color=green][b]Image 6[/b][/color]</title>
</photo>
<photo imageurl="[color=blue][b]url_image[/b][/color]" linkurl="[b]
http://profiles.friendster.com/friends_UID[/b]">
<title>[color=green][b]Image 7[/b][/color]</title>
</photo>
<photo imageurl="[color=blue][b]url_image[/b][/color]" linkurl="[b]
http://profiles.friendster.com/friends_UID[/b]">
<title>[color=green][b]Image 8[/b][/color]</title>
</photo>
<photo imageurl="[color=blue][b]url_image[/b][/color]" linkurl="[b]
http://profiles.friendster.com/friends_UID[/b]">
<title>[color=green][b]Image 9[/b][/color]</title>
</photo>
</photos>
</tiltviewergallery>[/spoiler]
[color=blue][b]url_image[/b][/color] ganti dengan url image yang ada di folder imgs
cukup dengan [color=blue][b]imgs/image.jpg[/b][/color]
[b]
http://profiles.friendster.com/friends_UID[/b] ganti dengan url friends kamu yang ingin kamu tampilin
[color=green][b]Image 1 dst[/b][/color] ganti dengan nama friends kamu terserah kamu kasih nama apa
[color=yellow][b]<description>This is a regular text description.</description>[/b][/color] description ini sebaiknya di hapus aja ga terlalu penting

[b]keempat[/b]
[spoiler]<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>TiltViewer</title>
<script type="text/javascript" src="swfobject.js"></script>
<style type="text/css">
/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}
#flashcontent {
height: 100%;
}
/* end hide */
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #000000;
color:#ffffff;
font-family:sans-serif;
font-size:40;
}
a {
color:#cccccc;
}
</style>
</head>
<body>
<div id="flashcontent">TiltViewer requires JavaScript and the latest Flash player. <a href="http://www.macromedia.com/go/getflashplayer/">Get Flash here.</a></div>
<script type="text/javascript">
var fo = new SWFObject("TiltViewer.swf", "viewer", "100%", "100%", "9.0.28", "#000000");
// TILTVIEWER CONFIGURATION OPTIONS
// To use an option, uncomment it by removing the "//" at the start of the line
// For a description of config options, go to:
//
http://www.airtightinteractive.com/projects/tiltviewer/config_options.html
//FLICKR GALLERY OPTIONS
// To use images from Flickr, uncomment this block
//fo.addVariable("useFlickr", "true");
//fo.addVariable("user_id", "48508968@N00");
//fo.addVariable("tags", "jump,smile");
//fo.addVariable("tag_mode", "all");
//fo.addVariable("showTakenByText", "true");
// XML GALLERY OPTIONS
// To use local images defined in an XML document, use this block
fo.addVariable("useFlickr", "false");
fo.addVariable("xmlURL", "gallery.xml");
fo.addVariable("maxJPGSize","640");
//GENERAL OPTIONS
fo.addVariable("useReloadButton", "false");
fo.addVariable("columns", "[b]3[/b]");
fo.addVariable("rows", "[b]3[/b]");
//fo.addVariable("showFlipButton", "true");
//fo.addVariable("showLinkButton", "true");
//fo.addVariable("linkLabel", "View image info");
//fo.addVariable("frameColor", "0xFF0000");
//fo.addVariable("backColor", "0xDDDDDD");
//fo.addVariable("bkgndInnerColor", "0xFF00FF");
//fo.addVariable("bkgndOuterColor", "0x0000FF");
//fo.addVariable("langGoFull", "Go Fullscreen");
//fo.addVariable("langExitFull", "Exit Fullscreen");
//fo.addVariable("langAbout", "About");
// END TILTVIEWER CONFIGURATION OPTIONS
fo.addParam("allowFullScreen","true");
fo.write("flashcontent");
</script>
</body>
</html>[/spoiler]
yang aku tebelin dapat di rubah sesuai kemauan kita
[b]terakhir[/b]
[quote]// NEW FRIENDS
var tilt="<div align='center'><iframe style='allowtransparency='true' frameborder=0 width='90%' height='350' scrolling='no' src='[b]URL_index.html[/b]'></iframe></div>";
addBox("RIGHT",pageOwnerFName+"'s New Friends",view,"tilt","7");[/quote]
[b]URL_index.html[/b] ganti dengan URL index.html kalian
untuk preview aku kasih index.html punya aku [url=http://rouet.summerhost.info/addons/new/tiltviewer/index.html][color=red][b]DISINI[/b][/color][/url]
[b]GOOD LUCK[/b]