Texas Instruments TI-Nspire CX CAS TINSPIRE-CX-CAS 产品宣传页

产品代码
TINSPIRE-CX-CAS
下载
页码 603
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>
Iframe Tags and Attributes
The HTML code is opened and closed with iframe tags: <iframe> and
</iframe>
. The iframe tags tell the web browser to open an embedded
window on a web page. Within the iframe code, you’ll see attributes and
attribute values that control the content and appearance of the frame. Attribute
values are usually enclosed in quotation marks.
Using the Source (src) Attribute
In the iframe example, the first attribute is the source attribute indicated by the
"src=" code. The value of this attribute is specific to TI-Nspire™ content. The
value can be modified to define the location of the embedded document and
the tools available within the embedded document.
The source attribute contains the Internet address (URL) of the Document
Player. URLs available for use are:
http://education.ti.com/go/nspireplayer
Use this URL to launch the latest version of TI-Nspire™ Document Player.
Using this link automatically redirects to the latest version of Document
Player.
http://education.ti.com/html/nspireplayer/3.0.1/application/index.html
Use this direct URL to launch version 3.0.1.
http://education.ti.com/html/nspireplayer/3.1.0/application/index.html
Use this direct URL to launch version 3.1.0.
http://education.ti.com/html/nspireplayer/3.2.0/application/index.html
Use this direct URL to launch version 3.2.0 (the current version).
Note
: Authors who want to preview the latest version of Document Player
before allowing it on their web page should use the direct URL. When
Embedding Documents in Web Pages 479