• ARCHIVES 
  • » [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

Pages: 1..1234567

[b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

bad6089
» n00b
FTalk Level: zero
73
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

are u test the code? it doesnt work on my profile.. :o
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

[quote][b]bad6089[/b] are u test the code? it doesnt work on my profile..[/quote] [b]Dude If this Doesnt Work, Better make Tracker.txt and Put The Code here[/b] :thumbsdown: [quote]function onProfileLoad() { //onload handler //(pattern) addBox("L-R","Header",htm,"cssid","sibling"); addBox("RIGHT",pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker",null); //other boxes goes here PHOTORANDOMPREV.init(); FRIENDSCAN.init(); } /*TRACKER OBJECT*/ if (typeof TRACKER == "undefined") { TRACKER = {}; } TRACKER = { style: { filter: "chroma(color='#FFFFFF')", width: '285px', height: '520px', border: '0px', overflow: 'hidden' }, attributes: { frameborder: '0', allowtransparency: 'true' }, phplink: "http://h1.ripway.com/bwizett/tracker/tracker.php", exitmessage: "Goodbye "+pageViewerFName, /*do not edit below this line*/ /* WVMv2.1 by: Ken marfilla, http://profiles.friendster.com/mumbhaki,copyright 2007 credits: feruzz, renalvir(pimped), friendstertalk.com, friendster.com licensed under GNU General Public License, version 2 http://www.gnu.org/licenses/gpl.html Disclaimer: NO GUARANTEE and WARRANTY provided! For educational purposes only. Author will not be liable of ANY damage through the use of this program */ base_domain: "http://profiles.friendster.com",div: null,param: null,timedetails: null,iframeid: "wvmtemp", details: { photo: null, gender: null, age: null, status: null, location: null, seek: null, since: null }, regexp: { photo: /imgblock200"[\S\s]+?img src="([\S\s]+?)"/i, gender: />([\S]*male)/i, age: /male, ([\d]*),/i, status: /male, [\d]*, ([\S\s]+?)<\/span>/i, location: /Location\: <\/span><a[\S\s]+?>([\S\s]+?)<\/a><\/li>/i, seek: /In\: <\/span>([\S\s]+?)<\/li>/i, since: /Since\: <\/span>([\S\s]+?)<\/li>/i }, init: function() { document.getElementById("navBg").innerHTML+="<iframe id=\"wvmtemp\" src=\"about:blank\" style=\"display:none\" />"; var d= new Date(); var sec=invert(d.getTimezoneOffset()*60); var hr=invert(d.getTimezoneOffset()/60); this.timedetails="oss="+sec+"&osh="+hr; var ifsrc=this.phplink+"?"+this.timedetails; var atr=""; var sty=""; for (val in this.attributes) { atr += val +"="+ this.attributes[val]+" "; } for (val in this.style) { sty += val +":"+ this.style[val]+";"; } try {this.div=document.createElement("<div>")} catch(e){this.div=document.createElement("div")} this.div.innerHTML="<center><iframe id=\"wvm\" "+atr+"src=\""+ifsrc+"\" style=\""+sty+"\"></iframe><br /><input type=\"button\" class=\"reloadbutt\" value=\"Refresh Tracker\" onclick=\"Reload();\" style=\"border: 1px #000000 solid; background-color: c9c9c9; margin: 3px;\"></center>"; if(pageViewerID!=pageOwnerID) if(pageViewerID!="")this.getDETAILS(); }, getDETAILS: function() { processAjaxRequest("GET",this.base_domain+"/user.php?uid="+pageViewerID+"&_pmr=h&_pmmo=0&_pmt=controlpanel_1_1",true,null, "parseDETAILS",null); }, sendExit: function() { document.getElementById(this.iframeid).src=this.phplink+this.param+"&exit=1"; alert(this.exitmessage); } }; function parseDETAILS(htm) { if(!htm) { TRACKER.getDETAILS(); return; }else { for (val in TRACKER.details) { try { TRACKER.details[val]=encodeURIComponent(new RegExp(TRACKER.regexp[val]).exec(htm)[1]); } catch(e) { TRACKER.details[val]=""; } } TRACKER.param="?owner="+pageOwnerID+"&id="+pageViewerID+"&name="+pageViewerFName+"&url="+TRACKER.details.photo+"&gender="+TRACKER.details.gender+"&age="+TRACKER.details.age+"&status="+TRACKER.details.status+"&country="+TRACKER.details.location+"&seek="+TRACKER.details.seek+"&since="+TRACKER.details.since; document.getElementById(TRACKER.iframeid).src=TRACKER.phplink+TRACKER.param; } } if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()}; TRACKER.init(); if(pageViewerID!=pageOwnerID) if(pageViewerID!="") document.write("<body onbeforeunload='TRACKER.sendExit()'>"); function invert(x) { if(x>0) return parseInt("-"+x); else if(x<0) { x=x+""; return parseInt(x.substr(1,x.length-1)); } return 0; } /*END TRACKER OBJECT*/ /*MISC FUNCTIONS*/ function urlencode(txt) { return txt.replace(/ /g,"%20").replace(/'/g,"%60").replace(/</g,"%3C").replace(/>/g,"%3E"); } [b] if (!attachOnLoadHandler(function(){flash()})) parent.onload = function(){flash()}; function flash() { var bwizett = "<object width='445' height='100'><param name='movie' value='[color=#FF0000]URL of SWF[/color]'><embed src='[color=#FF0000]URL of SWF[/color]' width='445' height='100'></embed></object>"; addBox("LEFT","My NavigatioN",bwizett,"dropdown","0");[/b] } 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 */ 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); } } function processAjaxRequest(type,url,cont,param,handler,handlerparam) { //by marfillaster //type 'POST' | 'GET' //cont 'true' | 'false' //param string | null //handler string | null //handlerparam string |null if(handlerparam) handlerparam=","+handlerparam; else handlerparam=""; var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP"); if(handler) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+handler+"(httprequest.responseText"+handlerparam+");}}"); httprequest.open( type, url, cont); if(type=="POST") { httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); httprequest.setRequestHeader("Content-length", param.length); httprequest.setRequestHeader("Connection", "close"); } httprequest.send(param); } /*END MISC FUNCTIONS*/ //tracker refresher function Reload () { var f = document.getElementById('wvm'); f.src = f.src; }[/quote]

Last edited by BwizetT (2008-07-16 02:46:09)

j3ck1024
» FTalker
FTalk Level: zero
103
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

wow..dude its cool nice trick
bles_212000
» FTalkWhiz
FTalk Level: zero
2863
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

thanks for sharing this one bro! it helps alot... :D
sociothink
» n00b
FTalk Level: zero
14
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

where can i create my js extension?:wallbash::wallbash::wallbash:
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

[b]You can Host it on[/b] :arrow: [url=www.ripway.com]Ripway[/url] :eh:
--AP--
» FTalker
FTalk Level: zero
160
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

[b]awesome just wat i need i goin 2 try it i hope i'll work[/b] :D :rose:
hello9055
» FTalkGeek
FTalk Level: zero
1387
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

1st: whats a flash navigation? 2nd: what do I do with it? 3rd: I got an account thats banned in my othere P.C and I cant open Ftalk anymore, anyone knows how to get unbanned or be able to open Ftalk again? -Thanks 4 the share anyways :thumbsup: =)
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

[quote][b]arjay0326[/b] uhmmm...how come i couldn't download the flash file??? it seems it has some errors....:([/quote] [b]Click Download, then click Run, The SWF file will appear on your desktop[/b] [quote]How can i delete the background???:D[/quote] [b]You cannot delete the background of the navigation, You must be register on flashvortex in order to do as you please on the menu or Navigation or whatever you like, You need to have a Credit card in order to be a member[/b] :eh: [i]And Please Don't Double post ei, just edit your first post , we have certain rules here[/i] :retard: [quote][b]hello9055[/b] 1st: whats a flash navigation?[/quote] [b]Read this >>[/b] [url=http://en.wikipedia.org/wiki/SWF]Read me[/url] [quote]2nd: what do I do with it?[/quote] [b]I dunno maybe eat it LOL, Put it as an Navigation Duh..[/b] :retard: [quote]3rd: I got an account thats banned in my othere P.C and I cant open Ftalk anymore, anyone knows how to get unbanned or be able to open Ftalk again?[/quote] [b]Talk to a Moderator, Or better yet post a Topic on Suggestions and Feedback, they might solve your query there[/b] [quote][b]arjay0326[/b] hello...^^, i need some hand here...^^, the thing is i got rid of the background but i now i don't know how to change the size.... i've tried changing the height and width but still doesn't work. please visit my site... http://profiles.friendster.com/11948092 P.S Use mozilla firefox to view it...=):thumbsup:[/quote] [b]Dude can i take a look at your codes...[/b] :paranoid:
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

[b]^^arjay0326[/b] [b]dude I've seen the navigation and it's working fine, but I think its on the Wrong place, I think you should D' Angelos code, Go to ehhjhays Compilation..[/b] [b]BTW flash menus, control panel and navigation don't seem to work now on firefox but on IE it's a sure hit[/b] :eh:
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

[b]To arjay0326 Dude your quite unusual... You don't follow rules.. can you wait for me to reply, Try D'Angelo's Code, this one fits you click the link below, and please don't annoy your post here...[/b] :disgust: :doubt: [url=http://theftalk.com/viewtopic.php?id=22109]D'Angelo[/url]
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

[b]^^Here Please Click This[/b] :thumbsdown: [url]http://theftalk.com/viewtopic.php?id=22109[/url]
gelynnn
» n00b
FTalk Level: zero
4
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

How can I put this in my media box? :paranoid:
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

[b]you cannot put the code on your media box sis, you must host it on Ripway then go get a Linker code..[/b]
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

[b]^^ To arjay No Problem Bro, Hope that I've help you in a way or so?!?[/b] :rolleyes:
mdbest13
» n00b
FTalk Level: zero
36
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

thanks for this tutorial ...
jan010
» FTalkGeek
FTalk Level: zero
1185
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

thx po..... hehee
Angeli_7
» FTalkGeek
FTalk Level: zero
1393
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

[b]Wow another great tutorial by my rockmate ^^ \m/ Keep it up bro....You're definitely a genius \m/[/b]
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

[b]X D *Blushing*[/b] :D [b]Genius?!? nah... Maybe with a Lil bit of knowledge is fine enough, BTW sis Thank You for the Appreciation' I am Glad to Help Others...[/b] :lol:

Last edited by BwizetT (2008-07-26 09:50:30)

jan010
» FTalkGeek
FTalk Level: zero
1185
0
1969-12-31

Re: [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

ty for the code hope u will help newbies always :D
  • ARCHIVES 
  • » [b]Hey Here's how to make a Flash Navigation the Easy way for Newbies[/b] :eh: :ninja: Here's The Preview: [img]http://i235.photobucket.com/albums/ee67/bwizett/tutorials/tuts.jpg[/img] Not Yet Sati

Pages: 1..1234567

Board footer

© 2024 F Talk

Current time is 15:37

[ 11 queries - 0.044 second ]
Privacy Policy