★ wanayoo — archive 1999 http://javaboutique.webdeveloper.com/JVMU/config.htmlNouvelle recherche | Portail wanayoo
internet.com logo The Java Boutique
 APPLETS
by Category
by Date
by Name
Hall of Fame
Archive
Submit
Source Code
Servlets and JSP
 ARTICLES
Tutorials
Reviews
Glossary
 FORUM
FAQ
Users Poll
Discussion Group
Contact Us
 OTHER RESOURCES
Custom Applets
Java@Work
Java News
Jini Watch
Affiliate Programs
Top Searches
chat - counter
menu - countdown

Web Marketers' Online Facts
internet.com
Internet News
Internet Stocks/VC
Internet Technology
Windows Internet Tech.
Linux/Open Source
Web Developer
ECommerce/Marketing
ISP Resources
ASP Resources
Wireless Internet
Downloads
Internet Resources
Internet Lists
International

Search internet.com
Advertising Info
Corporate Info

internet.commerce
Be a Commerce Partner
Internet Jobs
Free Stock Trades
PDA Time Tracking
Freelancer Exchange
Expert Tech Advice
Get e-Biz Intell.
get e-biz answers
Offer Online Payment
Wireless Content
Shopping Cart

WebDeveloper Network
BrowserWatch
Developer Forums
Developer News
JavaBoutique
JavaScriptSource
ScriptSearch
SearchEngineWatch
StreamingMediaWorld
The WDVL
WebDeveloper.com
WebDevelopersJournal WebReference.com
The XML Files

JVMU


JVMU Animator
JAVA Virtual Memory Unit (Sega Dreamcast)
Version 6
Written by rednuht;
Email: rednuht@rocketmail.com or checked less, rednuht@jumpstation.co.uk
Web: www.jumpstation.co.uk/jvmu
Date 22/11/1999
Distribution: Freeware, do anything, except decompile it.

Applet usage

Most important thing to note is that the JVMU reads all file name in UPPERCASE. So if your web server is case sensitive, beware!

In the examples, "big.htm","small.html","singles.html" you can see the different options availble.

i.e.

<applet code="JVMU.class" name="JVMU" width=50 height=34>	
	This is the correct size for the mini screen
<param name=file value="rednuht.lcd">				
	Filename to load
<param name=size value="small">					
	Specify a small screen
<param name=click value="main.html">				
	What file to load on a mouse click(new window)
or
<applet code="JVMU.class" name="JVMU" width=145 height=128>	
	This is the correct size for the big screen
<param name=file value="00001252.vmi">				
	Filename to load
</applet>							
	as no "click" is specifed nothing will happen
NOTE:

If an problem occurs then the JVMU will show RED and possibly BLACK if a user clicks when it is in this state "problems.html" is loaded(new window). an example for this file is included.

File formats:
  • .LCD - Very basic file format created by the Dream Animator, can not be read by normal VMUs, needs to be converted.
  • .VMI - A binary file 108 bytes, is used to link to the nessesary .VMS file, like a windows shortcut file.
  • .VMS - The hard core binary file containing the code to play the animation and the encoded animation from the .LCD file.

have fun!

P.S. the following class files are needed (check the case)

  • aFrame.class - holds info about individual frames, also confvert frame sizes
  • frameLoad.class - A threaded class to read the bytes from the files.
  • JVMU.class - The main applet thread that plays the animation.
anything else is optional, depending on what u want.


Back to the JVMU applet page.


Applet Index
(sorted alphabetically)

A B C D E F G H I J K
L M N O P Q R S T U
V W X Y Z #s
The Java Source
(applets w/source code)

A B C D E F G H I J K
L M N O P Q R S T U
V W X Y Z

New on the Java Boutique:

New Article:
Servlets and JSP
In addition to applets, applications, servlets, and articles, we are now accepting submissions of JSP snippets! If you have a piece of JSP code that you think would be useful to others, then send it in!
... [Submissions]

New Tutorial:
Introduction to Java Part 6:
Building Your First Application
Selena Sol goes through all the Java code and HTML necessary to create a java application.
... [more Tutorials]

Year in Review:
The Best of 1999
Y2K has come and gone and now we have a chance to look back over the past year. In 1999 we posted over 250 applets, servlets, applications, and tools. In this list are the 24 most popular apps from 1999.
... [popular applets]

Elsewhere on internet.com:

WebDeveloper Java
Lots of Java information on webdeveloper.com

WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.

ScriptSearch Java
100s of free Java code files to download.

Grow your revenue stream!

Copyright 1999-2000 internet.com Corp.
All Rights Reserved. Legal Notices.