water ripple, script |
![]() ![]() |
water ripple, script |
Jul 30 2004, 12:44 AM
Post
#1
|
|
![]() ViCi0US ![]() ![]() ![]() ![]() Group: Member Posts: 167 Joined: May 2004 Member No: 16,492 |
i found a water ripple script..like the wun that make water ripples on a certain image but dun knoe where to apply it. can you help me? here's the site for the ripple image. http://www.phrizbie-design.com/java45.html HELP thx =[
|
|
|
|
Jul 30 2004, 02:25 AM
Post
#2
|
|
![]() Junior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 457 Joined: Jun 2004 Member No: 26,537 |
that's a java applet. hmm...i've never tried running an applet on xanga before and i'm not sure if it would work.
CODE <!-- begin code provided by createblog.com -->
<APPLET CODE="xxx.class" WIDTH="100" HEIGHT="100"> </APPLET> <!-- end code provided by createblog.com --> |
|
|
|
Jul 30 2004, 09:17 AM
Post
#3
|
|
![]() ^ moo... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 962 Joined: Jun 2004 Member No: 25,212 |
yea java works with xanga :]
u can put it anywhere.. *that things fun O_O |
|
|
|
Jul 30 2004, 08:19 PM
Post
#4
|
|
![]() ViCi0US ![]() ![]() ![]() ![]() Group: Member Posts: 167 Joined: May 2004 Member No: 16,492 |
thx very much...but it'z not going to be that picture..imma substitute the picture with mai bg. will it still work? en you'd have to admit it ish FUN lol =D
|
|
|
|
Jul 30 2004, 08:21 PM
Post
#5
|
|
![]() ^ moo... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 962 Joined: Jun 2004 Member No: 25,212 |
i don think so.. ive never heard of java backgrounds
|
|
|
|
Jul 30 2004, 08:28 PM
Post
#6
|
|
![]() Junior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 457 Joined: Jun 2004 Member No: 26,537 |
technically speaking it could work. you just adjust the width and height of the applet to the same size as your background. the problem i think is with the .class file. you need the applet's .class file and i think it has to be in stored the same directory as the html code. i'm not sure if you can remotely link it like you could with say a flash .swf file for instance, but i could be wrong. i think that will look cool if you can get it to work.
|
|
|
|
Jul 30 2004, 08:38 PM
Post
#7
|
|
![]() ^ moo... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 962 Joined: Jun 2004 Member No: 25,212 |
<applet code="PoolMenu" width="288" height="216">
<param name="image" value="http://www.phrizbie-design.com/javas/miami_7.jpg"> <param name="href" value=""> </applet> heres the code u wanted :] [[ erm, on aim ? ]] *edit ok try this one <applet code="ripple" width="288" height="191"> <param name="image" value="URL HERE"> <param name="period" value="12"> <param name="frames" value="40"> </applet> |
|
|
|
Jul 30 2004, 08:58 PM
Post
#8
|
|
![]() ViCi0US ![]() ![]() ![]() ![]() Group: Member Posts: 167 Joined: May 2004 Member No: 16,492 |
thx so much fer helping...buh ryan..i dun knoe eggxactly how to do the class file thing.
|
|
|
|
Jul 30 2004, 09:18 PM
Post
#9
|
|
![]() ViCi0US ![]() ![]() ![]() ![]() Group: Member Posts: 167 Joined: May 2004 Member No: 16,492 |
thx so much fer helping, it doesn't work at all buh imma try tew find anotha code that will work within the water ripple script.
|
|
|
|
Jul 30 2004, 10:24 PM
Post
#10
|
|
![]() Junior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 457 Joined: Jun 2004 Member No: 26,537 |
QUOTE(LaZi3nEsS xP @ Jul 30 2004, 5:58 PM) thx so much fer helping...buh ryan..i dun knoe eggxactly how to do the class file thing. yer welcomez! edit: ok i tried running a different java applet on my xanga. i uploaded its class file to a host site then i put the code in my xanga but the applet still wouldn't run. it might be because xanga just doesn't support applets maybe due to their security measures. this is what my code looks like and i checked it for errors. oh well. if you get an applet to work let me know. CODE <!-- begin code provided by createblog.com -->
<APPLET CODE="DS_Blinds.class" CODEBASE="http://www.angelfire.com/md3/rkm/DS_Blinds.class" width=208 height=156> <PARAM NAME=credits VALUE="Applet by Dario Sciacca (www.dseffects.com)"> <PARAM NAME=image1 VALUE="http://i.xanga.com/ryan_73/pic1.jpg"> <PARAM NAME=image2 VALUE="http://i.xanga.com/ryan_73/pic2.jpg"> <PARAM NAME=image3 VALUE="http://i.xanga.com/ryan_73/pic3.jpg"> <PARAM NAME=speed VALUE="2"> <PARAM NAME=pause VALUE="1"> <PARAM NAME=numblinds VALUE="4"> <PARAM NAME=direction VALUE="vertical"> <PARAM NAME=interactive VALUE="out"> <PARAM NAME=overimage VALUE="ds.gif"> <PARAM NAME=overimagex VALUE="10"> <PARAM NAME=overimagey VALUE="10"> <B>Sorry, no java browser</B> </APPLET> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |