diff options
-rw-r--r-- | www/devmaster/lesson1.html | 4 | ||||
-rw-r--r-- | www/devmaster/lesson2.html | 5 | ||||
-rw-r--r-- | www/devmaster/lesson3.html | 5 | ||||
-rw-r--r-- | www/devmaster/lesson5.html | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/www/devmaster/lesson1.html b/www/devmaster/lesson1.html index 0c4172b..e3be401 100644 --- a/www/devmaster/lesson1.html +++ b/www/devmaster/lesson1.html @@ -39,6 +39,8 @@ Source</font></span><font size="4"><br> </font></a></span>Adapted for Java by: <a href="mailto:[email protected]"><font color="#888888">Athomas Goldberg</font></a></p> </p> +<p><a href="http://download.java.net/media/joal/webstart/joal-lesson1.jnlp">Launch the Demo via Java Web Start</a></p> + <p align="justify">Welcome to the exciting world of OpenAL! OpenAL is still in a stage of growth, and even though there is an ever larger following to the API it still hasn't reached it's full potential. One of the big reasons for @@ -273,8 +275,6 @@ and finally we set our exit procedure.</p> made simple enough for you. It may have been a little too simple for the 1337 h4X0r, but we all got to start somewhere. Things will get more advanced as we go along.</p> -<p> <a href="lesson1.zip">Download - the Java Source and Ant Build File</a></p> <table border="0" cellspacing="1" style="border-collapse: collapse" width="100%" id="AutoNumber2" bgcolor="#666699"> <tr> <td width="40%"> <p dir="ltr"><font color="#FFFFFF" size="2">� 2003 DevMaster.net. diff --git a/www/devmaster/lesson2.html b/www/devmaster/lesson2.html index a5581f6..089205d 100644 --- a/www/devmaster/lesson2.html +++ b/www/devmaster/lesson2.html @@ -38,6 +38,9 @@ Fade-away</font></span><font size="4"><br> Maurais<br> </font></a></span><span class="author">Adapted for Java By: <a href="mailto:[email protected]"><font color="#888888">Athomas Goldberg </font></a> </span></p> + +<p><a href="http://download.java.net/media/joal/webstart/joal-lesson2.jnlp">Launch the Demo via Java Web Start</a></p> + <p align="justify">Hope you found the last tutorial of some use. I know I did. This will be a real quick and easy tutorial. It won't get too much more complicated at this point.</p> <pre > @@ -158,8 +161,6 @@ real quick and easy tutorial. It won't get too much more complicated at this poi which gives us a tick count. It shouldn't be necessary to change this, but if the audio clip fades too fast you might want to change 100 to some higher number. </p> -<p><a href="lesson2.zip">Download the Java - Source and Ant Build file.</a></p> <table border="0" cellspacing="1" style="border-collapse: collapse" width="100%" id="AutoNumber2" bgcolor="#666699"> <tr> <td width="40%"> <p dir="ltr"><font color="#FFFFFF" size="2">� 2003 DevMaster.net. diff --git a/www/devmaster/lesson3.html b/www/devmaster/lesson3.html index f5eb9d3..05f0a5d 100644 --- a/www/devmaster/lesson3.html +++ b/www/devmaster/lesson3.html @@ -34,6 +34,9 @@ OpenAL Tutorials from DevMaster.net. Reprinted with Permission.<br> <p align="right" class="ArticleAuthor">Author: <a href="mailto:[email protected]">Jesse Maurais</a><br> Adapted for Java by: <a href="mailto:[email protected]">Athomas Goldberg</a></p> + +<p><a href="http://download.java.net/media/joal/webstart/joal-lesson3.jnlp">Launch the Demo via Java Web Start</a></p> + <p align="justify">Hello. It's been a while since my last tutorial. But better late than never I guess. Since I'm sure your all impatient to read the latest tutorial, I'll just jump right into it. What we hope to accomplish with this @@ -282,8 +285,6 @@ OpenAL Tutorials from DevMaster.net. Reprinted with Permission.<br> an extensive knowledge base) drop me a line at <a href="mailto:[email protected]">[email protected]</a> I plan to do tutorials on sharing buffers and the Doppler effect in some later tutorial unless there is request for something else. Have fun with the code!</p> -<p><a href="lesson3.zip">Download the Java - source and Ant build file</a></p> <table border="0" cellspacing="1" style="border-collapse: collapse" width="100%" id="AutoNumber2" bgcolor="#666699"> <tr> <td width="40%"> <p dir="ltr"><font color="#FFFFFF" size="2">� 2003 DevMaster.net. diff --git a/www/devmaster/lesson5.html b/www/devmaster/lesson5.html index 086b9ef..66c3524 100644 --- a/www/devmaster/lesson5.html +++ b/www/devmaster/lesson5.html @@ -35,6 +35,9 @@ OpenAL Tutorials from DevMaster.net. Reprinted with Permission.<br> Maurais<br> </a>Adapted For Java By: <a href="[email protected]">Athomas Goldberg </a></p> + +<p><a href="http://download.java.net/media/joal/webstart/joal-lesson5.jnlp">Launch the Demo via Java Web Start</a></p> + <p align="justify">At this point in the OpenAL series I will show one method of having your buffers be shared among many sources. This is a very logical and natural step, and it is so easy that some of you may have already done this @@ -264,7 +267,6 @@ Vector sources = <font color="#0000FF">new </font>Vector(); have them loop. However this would require GUI routines that go beyond the scope of the tutorial. A full featured "Weathering Engine" would be a nifty program to make though. ;)</p> -<p><a href="lesson5.zip">Download the Java Files and Ant build script</a></p> <table border="0" cellspacing="1" style="border-collapse: collapse" width="100%" id="AutoNumber2" bgcolor="#666699"> <tr> <td width="40%"> <p dir="ltr"><font color="#FFFFFF" size="2">� 2003 DevMaster.net. |