Talk:Webcpc: Difference between revisions
Appearance
Created page with 'Could this awsome feature be made to work with the files registered in the mediawiki database? --~~~~' |
Devilmarkus (talk | contribs) No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Could this awsome feature be made to work with the files registered in the mediawiki database? --[[User:Ygdrazil|Ygdrazil]] 07:35, 25 September 2009 (UTC) | Could this awsome feature be made to work with the files registered in the mediawiki database? --[[User:Ygdrazil|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. --[[User:Devilmarkus|Devilmarkus]] 10:24, 25 September 2009 (UTC) | |||
Example: | |||
<pre><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></pre> | |||
I simply copied the URL from this file: [[File:MidlineProcess.dsk|File:MidlineProcess.dsk]] | |||
Latest revision as of 10:47, 25 September 2009
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