-
enquiry about embedding wmv
I used the following code to embed wmv file. I notice that if I include this line <PARAM NAME="ShowStatusBar" value="-1"> ,
the word "buffering" will be shown when the wmv file is still buffering. But after buffering, the name of the wmv file will be shown when the movie clip is playing.
I wonder if it is possible to retain the "buffering" message but not showing the name of the wmv file?
Many thanks in advance.
<OBJECT id=NSPlay classid=CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95
align=middle width=360 height=320>
<PARAM NAME="fileName" VALUE="movieclip1.wmv">
<PARAM NAME="autoStart" VALUE="0">
<PARAM NAME="BufferingTime" value="0"><PARAM NAME="CaptioningID" value="">
<PARAM NAME="ShowControls" value="1"><PARAM NAME="ShowAudioControls" value="1"><PARAM NAME="ShowGotoBar" value="0"><PARAM NAME="ShowPositionControls" value="0"> <PARAM NAME="ShowStatusBar" value="-1">
<PARAM NAME="EnableContextMenu" value="0"></OBJECT>
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks