Difference between revisions of "Talk:Webcpc"
From CPCWiki - THE Amstrad CPC encyclopedia!
Devilmarkus (Talk | contribs) |
Devilmarkus (Talk | contribs) |
||
Line 2: | Line 2: | ||
*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) | *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> |
Revision as of 03:30, 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>