Embedding documents in web pages 241
-- OR --
If you uploaded your document to a location on the Internet, the might
look like this:
--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 : '640',
height : '480',
scrolling : 'no',
frameborder : '0'
},
// TI-Nspire(TM) Document Player parameters.
{
nspirefile : 'file:/P:/MathDepartment/Algebra/Lessons/myfile.tns'
}
);
</script>
<iframe src="http://education.ti.com/go/nspireplayer?nspirefile=
http://dl.dropbox.com/u/10849702/myfile.tns" width="360" height="290"
scrolling="no" frameborder="0"></iframe>