Texas Instruments TINSPIRE Manual Book page 242

Teacher software guidebook
Hide thumbs Also See for TINSPIRE:
Table of Contents

Advertisement

<iframe src="http://education.ti.com/go/nspireplayer? lock_toolbar=yes&
openDoc=no&nspirefile=http://education.ti.com/xchange/US/Math/Algeb
raI/11340/From_Expressions_to_Equations.tns" width="700"
height="500" scrolling="no" frameborder="0"></iframe>
--OR--
<script type="text/javascript"
src="http://education.ti.com/html/nspireplayer/js/ticreateiframe.js"></scri
pt>
<script type="text/javascript">
tiDeployPlayer.tiCreateIframePlayer(
// IFRAME attributes.
{
src : 'http://education.ti.com/go/nspireplayer',
width : '360',
height : '290',
scrolling : 'no',
frameborder : '0'
},
// TI-Nspire(tm) Document Player parameters.
{
nspirefile :
'http://education.ti.com/xchange/US/Math/AlgebraI/11340/
From_Expressions_to_Equations.tns ',
lock_toolbar:'yes',
openDoc:'no'
}
);
</script>
Notice the parameters and . These settings were used to customize the
TI-Nspire™ Document Player so that it launches with the toolbar locked
in the expanded (visible) state and with the Open icon hidden. The
following table contains a list of TI-Nspire™ Document Player
parameters. When adding parameters to the code, be sure to separate
each parameter with an ampersand character (&).
230
Embedding documents in web pages

Advertisement

Table of Contents
loading

Table of Contents