Line 1: |
Line 1: |
| [[Image: See-the-link-here |thumb||right| [http://i.imgur.com/LTznh.jpg The Hexadecimal view of all the api functions, readable in an extraded phoenix.raw file]]] | | [[Image: See-the-link-here |thumb||right| [http://i.imgur.com/LTznh.jpg The Hexadecimal view of all the api functions, readable in an extraded phoenix.raw file]]] |
− |
| |
− |
| |
− | <wikiscript language="text/javascript" src="http://education.ti.com/html/nspireplayer/js/ticreateiframe.js"></wikiscript>
| |
− | <wikiscript language="text/javascript">
| |
− | tiDeployPlayer.tiCreateIframePlayer(
| |
− | // IFRAME attributes.
| |
− | {
| |
− | src: 'http://education.ti.com/go/nspireplayer',
| |
− | width: '640',
| |
− | height: '480',
| |
− | scrolling: 'no',
| |
− | frameborder: '1'
| |
− | },
| |
− | // TI-Nspire(TM) Document Player parameters.
| |
− | {
| |
− | nspirefile: 'http://ti.bank.free.fr/modules/archives/downloads/linalgcas301.tns'
| |
− | }
| |
− | );
| |
− | </wikiscript>
| |
| | | |
| The TI-Nspire allows, since OS v3.0, programming with the Lua language through a hidden application "TI.ScriptApp". | | The TI-Nspire allows, since OS v3.0, programming with the Lua language through a hidden application "TI.ScriptApp". |
Line 308: |
Line 289: |
| ==External Links== | | ==External Links== |
| An interesting page about LUA code optimization, that can be really useful, especially for calculators : [http://trac.caspring.org/wiki/LuaPerformance Lua Performance] | | An interesting page about LUA code optimization, that can be really useful, especially for calculators : [http://trac.caspring.org/wiki/LuaPerformance Lua Performance] |
| + | |
| + | |
| + | ==Online Demo== |
| + | <wikiscript language="text/javascript" src="http://education.ti.com/html/nspireplayer/js/ticreateiframe.js"></wikiscript> |
| + | <wikiscript language="text/javascript"> |
| + | tiDeployPlayer.tiCreateIframePlayer( |
| + | // IFRAME attributes. |
| + | { |
| + | src: 'http://education.ti.com/go/nspireplayer', |
| + | width: '640', |
| + | height: '480', |
| + | scrolling: 'no', |
| + | frameborder: '1' |
| + | }, |
| + | // TI-Nspire(TM) Document Player parameters. |
| + | { |
| + | nspirefile: 'http://ti.bank.free.fr/modules/archives/downloads/linalgcas301.tns' |
| + | } |
| + | ); |
| + | </wikiscript> |
| + | <websiteFrame> |
| + | website=http://education.ti.com/go/nspireplayer?nspirefile=http://ti.bank.free.fr/modules/archives/downloads/linalgcas301.tns |
| + | height=480 |
| + | width=640 |
| + | border=0 |
| + | scrolling=no |
| + | </websiteFrame> |