[quote][align=center][b]LINKS CHANGED (July 6th)[/b]
[/align][/quote]
Now, i will provide you the link to download the flash. So, you can upload it yourself, and this way will reduce the bandwidth exceeded chances.

[spoiler]
[quote]1. Here are the [b]LIVE PREVIEW[/b]

[url=http://profiles.friendster.com/61181648]ANDHA's FLASH COLLECTION[/url][/quote]
[quote]2. Here are the FLASH PREVIEW and the DOWNLOAD LINK

ROTATE NAVIGATION (black version)

[url=http://www.ziddu.com/downloadlink.php?uid=ZqygmZWlbauglpbzZ6qZnJGlbKeZmpymZg%3D%3D5]Click To Download[/url]
[flash=445x100]
http://h1.ripway.com/andha/flash/rotblack.swf[/flash]

ROTATE NAVIGATION (white version)

[url=http://www.ziddu.com/downloadlink.php?uid=ZqyenZeraqyhlJTzZ6qZnJGlbKeZmpylZg%3D%3D5]Click To Download[/url]
[flash=445x100]
http://h1.ripway.com/andha/flash/rotwhite.swf[/flash]

ROTATE NAVIGATION (red version)

[url=http://www.ziddu.com/download.php?uid=aKufmJ2mcK6emZbzaaqZnJGlbqeZmpupag%3D%3D7]Click To Download[/url]
[flash=445x100]
http://h1.ripway.com/andha/flash/rotred.swf[/flash]

FIGURES NAVIGATION (black version)

[url=http://www.ziddu.com/downloadlink.php?uid=arOilJunaq2bluKnaKqhkZSsZaqflZ2o8]Click To Download[/url]
[flash=445x100]
http://h1.ripway.com/andha/flash/figblack.swf[/flash]

FIGURES NAVIGATION (white version)

[url=http://www.ziddu.com/downloadlink.php?uid=cK6dmJilcKyZlOKnZ6qhkZSsZKqfmpSo7]Click To Download[/url]
[flash=445x100]
http://h1.ripway.com/andha/flash/figwhite.swf[/flash]

BOX CLOCK (black version)

[url=http://www.ziddu.com/downloadlink.php?uid=aKydlJulZKycluKnYaqhkZSsXqqfmJqo1]Click To Download[/url]
[flash=238x190]
http://h1.ripway.com/andha/flash/clockblack.swf[/flash]

BOX CLOCK (white version)

[url=http://www.ziddu.com/downloadlink.php?uid=bKqcm5SmaqydnOKnZ6qhkZSsZKqfl5au7]Click To Download[/url]
[flash=238x190]
http://h1.ripway.com/andha/flash/clockwhite.swf[/flash][/quote]
3. How to apply the flash(es).
[quote]

Insert the link of the flash in the bold part below
[quote]var andhaflash = "<object width='[color=red]???[/color]' height='[color=red]???[/color]'><param name='movie' value='[b]FLASH's LINK[/b]'><embed src='[b]FLASH's LINK[/b]' width='[color=red]???[/color]' height='[color=red]???[/color]'></embed></object>";
addBox("RIGHT","BOX TITLE",andhaflash,"flash","15");[/quote]

[color=red]The size[/color] is up yours.i
(Recommended : Navigation 445 x 100 || Clock 238 x 190)

For those who already had the addBox script by [b]marfillaster[/b] , you just need to pot the code above inside the onload handler.

For those who haven't, put the code in the asked part below.
[quote]if (!attachOnLoadHandler(function(){andhaflash()})) parent.onload = function(){andhaflash()};
function andhaflash() {
[color=red][b]PUT THE CODE HERE[/b][/color]
}
function addBox (type,head,htm,id,sibling) {
//by marfillaster
//type "LEFT" | "RIGHT"
//head header string
//htm innerHTML string
//id css_id string
//sibling css_id_insertbefore string | null
/* Available default Siblings
LEFT
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
RIGHT
15 = meettrail
2 = friends
14 = googleads
7 = fan
8 = groups
null - appends to last
APPEND
INSERTBEFORE
*/
try {
var li=document.createElement("li");
} catch(e) {
var li=document.createElement("<li>");
}
if(type=="LEFT") {
var ul=document.getElementById("0").parentNode.parentNode;
htm="<div class='boxcontent'>"+htm+"</div>";
}
else var ul=document.getElementById("2").parentNode.parentNode;
li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+id+"'>"+
htm+
"</div>"+
"</div>";
if(sibling==null) ul.appendChild(li);
else {
sibling=document.getElementById(sibling).parentNode;
ul.insertBefore(li,sibling);
}
}[/quote]
Then paste the code in your external js.[/quote]
[/spoiler]
[b]Credit goes to some flash tutorial sites [/b]
Last edited by andHa (2008-07-16 06:25:45)