Difference between revisions of "Talk:Webcpc"
From CPCWiki - THE Amstrad CPC encyclopedia!
Devilmarkus (Talk | contribs) |
Devilmarkus (Talk | contribs) |
||
(One intermediate revision 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: | Example: | ||
<pre><java_applet archive="WebCPC.jar" codebase="http://cpcwiki.eu/webcpc/" width="384" height="305" code="JCPC.ui.JCPC.class" | <pre><java_applet archive="WebCPC.jar" codebase="http://cpcwiki.eu/webcpc/" width="384" height="305" code="JCPC.ui.JCPC.class" | ||
Line 10: | Line 10: | ||
param5="URL" value5= "true" | param5="URL" value5= "true" | ||
></java_applet></pre> | ></java_applet></pre> | ||
− | [[File:MidlineProcess.dsk|File:MidlineProcess.dsk]] | + | I simply copied the URL from this file: [[File:MidlineProcess.dsk|File:MidlineProcess.dsk]] |
Latest revision as of 05: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