Last modified on 25 September 2009, at 06:47

Talk:Webcpc

Could this awsome feature be made to work with the files registered in the mediawiki database? --Ygdrazil 07:35, 25 September 2009 (UTC)

That would be too complex. But you can setup 2 parameters and the applet will load uploaded files from wiki page. --Devilmarkus 10:24, 25 September 2009 (UTC)

Example:

<java_applet archive="WebCPC.jar" codebase="http://cpcwiki.eu/webcpc/" width="384" height="305" code="JCPC.ui.JCPC.class"
param1="BOOT" value1= "MP" 
param2="FILE" value2= "http://cpcwiki.eu/imgs/5/55/MidlineProcess.dsk" 
param3="SELECTOR" value3= "true" 
param4="LARGE" value4= "false" 
param5="URL" value5= "true" 
></java_applet>

I simply copied the URL from this file: File:MidlineProcess.dsk

Return to "Webcpc" page.