Yes, it actually works, your code, but it doesn't work on linux. Even on Geo Gebra Website... if i'm on linux environment, it doesn't work.
2010/9/16 Paul Libbrecht <[email protected]> > > Le 16 sept. 2010 à 23:31, Erica Usui a écrit : > > > Actually the snippet here > > < > http://code.xwiki.org/xwiki/bin/view/Snippets/GeoGebraAppletFromAttachmentSnippet > >(page > > of snippet) worked just changing the value of the filename to the whole > URL. > > But it didn't work on linux environment,. > > Try activating level 5 of the applet logging, you should see what URLs it > attempts to download. > > > Paul, the snippet you posted lead the page to an error. > > :( > > From reading the code below, you, of course, need > /files/GeoGebra/geogebra.jar to be accesible... is t? > And the path to the ggb file is in $url. > > paul > > > > > 2010/9/16 Paul Libbrecht <[email protected]> > > > >> Erica, > >> > >> try the following, its' really not too hard: > >> > >> <applet code="geogebra.GeoGebraApplet" > >> archive="/files/GeoGebra/geogebra.jar" > >> width="97%" height="90%" name="main-player"> > >> <param name="filename" value="$url"> > >> <param name="framePossible" value="true"> > >> <param name="language" value="de">Please > <a > >> href="http://www.java.com">install Java 1.4.2</a> (or later) to use > this > >> page.</applet> > >> > >> this is pulled from http://i2geo.net/ where all uploaded GeoGebra > >> resources are playable. See the list per software here: > >> http://i2geo.net/xwiki/bin/view/Softwares/ > >> > >> The code-snippet there fails because it is not upgraded to the new > syntax > >> apparently. > >> > >> paul > >> > >> > >> Le 16 sept. 2010 à 21:51, Erica Usui a écrit : > >> > >>> Hello! > >>> > >>> GeoGebra Snippet< > >> > http://code.xwiki.org/xwiki/bin/view/Snippets/GeoGebraAppletFromAttachmentSnippet > >>> didn't > >>> work here. > >>> > >>> It indicates an error. It can't open the sinusoida.ggb. > >>> Can anyone help me? > >>> > >>> -- > >>> Atenciosamente, > >>> Erica Usui. > >>> _______________________________________________ > >>> users mailing list > >>> [email protected] > >>> http://lists.xwiki.org/mailman/listinfo/users > >> > >> _______________________________________________ > >> users mailing list > >> [email protected] > >> http://lists.xwiki.org/mailman/listinfo/users > >> > > > > > > > > -- > > Atenciosamente, > > Erica Usui. > > _______________________________________________ > > users mailing list > > [email protected] > > http://lists.xwiki.org/mailman/listinfo/users > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > -- Atenciosamente, Erica Usui. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
