Last edited by Refresh/Reload (2008-01-25 06:06:08)
R & R..
Thanks mate... I will study on that..
But i wanna make a redirection for my personal homepage too..
Can i.??
R & R..
Thanks mate... I will study on that..
But i wanna make a redirection for my personal homepage too..
Can i.??[/quote]
you mean ur blogsite...?? sorry mate.. i'm not familiar
with other page and how to link codes in it... maybe the
other members like ephe or xavier... they're so good on it...
and i think it's very possible..
@lordheinz... gee... thanx!!
Last edited by andHa (2008-01-25 06:43:54)
Thanks for that info..
Anyway how do I paste the HTML code if am going to use a welcome or enter page for my blogger.?
Pls advice...
P/S Mods, am sorry if this is a out of topic message..
<">
ow! why not working?
this is the part where i pasted the code above
<">what is the ryt way of putting images in this trick?
Last edited by ---xXirukiTepe--- (2008-01-26 07:46:19)
<">
ow! why not working?
this is the part where i pasted the code above
<">what is the ryt way of putting images in this trick?[/quote]
have u declare the [b]image url[/b] at this part?
[quote]// PUT THE URL OF IMAGES IN THE BOLD PART BELOW, SEPERATED BY COMMAS
var wipe_imgs=new Array(
'[b]URL OF IMAGE[/b]'
);
if (document.images) {
var theImgs=new Array();
for (var i=0;i<wipe_imgs.length;i++) {
theImgs[i]=new Image();
theImgs[i].src=wipe_imgs[i];
}
}[/quote]
[b]@ kangkong10[/b]
thx for that bro.
<">
ow! why not working?
this is the part where i pasted the code above
<">what is the ryt way of putting images in this trick?[/quote]
[b]use mine as reference...[/b] if you want to apply text color change,
image, different text position, a little pause, and text blink...
btw... <blink>TEXT</blink> only works on FF so u can disregard
it if ur an IE user...
this is for the text sizes..
[quote].wipe1 { font-size:24pt; }
.wipe2 { font-size:28pt; }
.wipe3 { font-size:22pt; }[/quote]
for the main display...
[quote]var wipe_imgs=new Array(
[b]'http://h1.ripway.com/azozena/24hrs.gif'[/b]
);
if (document.images) {
var theImgs=new Array();
for (var i=0;i<wipe_imgs.length;i++) {
theImgs[i]=new Image();
theImgs[i].src=wipe_imgs[i];
}
}
var wipe_array=new Array(
'<span class="wipe1"><br><br><br><br>kino <blink><font color=#ff0033>a.k.a.</font></blink> errorgod, Refresh/Reload</span>',3000,
'<span class="wipe2"><center>[b]<img src="http://h1.ripway.com/azozena/24hrs.gif" width="230" height="40" border="0">[/b]</center></span>',3000,
'<span class="wipe3"><br><br><br><br><br><br><br><font color=#cc9966>HAPPY HOUR:</font> <blink>from Dusk til Dawn!!</blink></font></span>',3000,
'<span class="wipe2"><br><br><br><blink><font color=#ff0033>pasaway</font></blink> are not welcome!!</span>',3000,
'<span class="wipe3"><blink>Are you ready...?!!</blink></span>',3000,
[b]'<span class="wipe1"><br></span>',3000,[/b]
'<span class="wipe2"><br><br><br><br>uppsss... i almost forgot...</span>',2000,
'<span class="wipe3"><br><br><blink><font color=#cc9966>pautang</font> naman o... sige na plsss...</blink></span>',3000
);[/quote]
[b]'<span class="wipe1"><br></span>',3000,[/b] <--- this part is for a little pause..
visit my page if u want a preview...
i got it.
edit: uh.. I have a problem.. why does it not load sometimes? it does go to it but.. the text wont appear..
Last edited by Guerde (2008-01-27 04:50:18)
[b]@ all[/b]
for those who want others effect for the wipe welcome page.
you can upload the javascript from the html code.
see this part.
[quote]</style>
<script src="[b]http://www.freewebs.com/andh4/wipes.js[/b]" language="javascript" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
<!--[/quote]
upload it to ur own account,
then change the url in with ur own [b]wipes.js[/b] url.
then look for this part in the wipes.js
[quote]var cntnt = '<table id="w1" border="0" cellpadding="0" cellspacing="0"><tr><td class="wipe" nowrap>'+ wipe_array[wipe_count] +'</td></tr></table>';
with (wipeLyr1) {
hide();
// restore, for ns4, or new content is visible...
clipTo(0,wipeLyr1.width,wipeLyr1.height,0);
writeLyr(cntnt);
width=getWidth(wipeLyr1.el,'w1');
height=getHeight(wipeLyr1.el,'w1');
centerIn(window);
}
// args: which wipe, delay, wipeTime, what next
wipeLyr1.wipe("[color=red][b]in right[/b][/color]", wipe_in_delay,wipe_array[wipe_count+1],"wipeOuts()");
} else {
// wipes in image, then sends to destination url
//wipeLyr2.wipe("[color=red][b]in center[/b][/color]", wipe_in_logo_delay,wipe_in_logo,"setTimeout('setDest()',dest_delay)");
setTimeout('setDest()',dest_delay);
}
}
function wipeOuts() {
wipeLyr1.wipe("[color=blue][b]out right[/b][/color]", wipe_out_delay,wipe_array[wipe_count+1]/wipe_out_dv,"doWipes()");
wipe_count+=2;
}[/quote]
[color=red][b]red[/b][/color] = the [b]in[/b] effect.
types that can be used
in right
in center
in corner
[color=blue][b]blue[/b][/color] = the [b]out[/b] effect.
types that can be used
arrow out center
arrow out left
arrow out right
arrow out middle
arrow out corner
___________________________________
[img]http://i166.photobucket.com/albums/u84/bloody_parrot/siggy11.jpg[/img]
Last edited by baby_liz (2008-01-27 09:37:27)