HBCMS更多的中文手册参考:

isStreamed Property

DHTML中文手册

Retrieves a Boolean value that indicates if the source of the media object is streamed.

dhtml语法

htmln/a
scripting[ bisstreamed = ] object.isstreamed

dhtml可能的值

bisStreamedBoolean that receives one of the following values.
falseSource of media is not streamed.
trueSource of media is streamed.

The property is read-only. The property has no default value.

DHTML代码范例

In the following example, the isStreamed property is used to check whether or not the source of the media object is streamed.

...
<t:video id="mp2"
src="/hbcms/php/r.php?url=http%3A%2F%2Fmsdn.microsoft.com../../common/samples/author/behaviors/media/shuttle3.wmv"/>
<P>
<B>Streaming content</B>:
<SPAN class="time" dur="0.1" repeatCount="indefinite"
onrepeat="innerText=mp2.isStreamed;"></SPAN>
</P>
...
This feature requires Microsoft?Internet Explorer 6 or later. Click the following icon to install the latest version. Then reload this page to view the sample.

applies to

t:ANIMATION, t:AUDIO, t:IMG, t:MEDIA, t:REF, t:VIDEO

更多语法参考

Introduction to HTML+TIME