Using Ti-Nspire™ Html Inline Frames - Texas Instruments TINSPIRE Manual Book

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

Advertisement

A Web browser
Microsoft® Internet Explorer® 7.0 and above
Mozilla® FireFox® 4.0 and above
Google® Chrome® 5.0 and above
Apple® Safari® 5 and above
Java™ Version 6 Update 22 (version 1.6.0_22) or later
If you plan to view PublishView™ documents containing video files, you
must have Adobe® Flash® Player 10.
Using TI-Nspire™ HTML Inline Frames
TI-Nspire™ and PublishView™ documents are embedded using an HTML
Inline Frame or "iframe." You can embed your TI-Nspire™ or
PublishView™ document by typing the iframe code into an HTML
document. When you create an iframe using an HTML or text editor, the
embedded iframe code might look like the code in the following
example. When creating your own code for the iframe, you will need to
know the web address of the embedded document and include this
address in your code.
Example: Hard-coded iframe
<iframe
src="http://education.ti.com/go/nspireplayer?nspirefile=http://my.site.
com/myfile.tns"
width="700"
height="500"
scrolling="no"
frameborder="0">
</iframe>
Line breaks are not recognized in HTML source code. You may see the
iframe code strung together on a single line when you view the source
code in a text editor or HTML editor. To make the code easier to view,
you can manually add line breaks or enable Word Wrap. The following
example shows the code without line breaks.
<iframe src="http://education.ti.com/go/nspireplayer?
nspirefile=http://my.site.com/myfile.tns" width="700" height="500"
scrolling="no" frameborder="0"></iframe>
222
Embedding documents in web pages

Advertisement

Table of Contents
loading

Table of Contents