video
Posted: Wed Apr 18, 2007 2:28 am
feyd | Please use
1. if i want to display only the first frame, like screen shot, what i have to do?
2. It starts to play whenever i refresh the page, how to make auto start as false
i tried,[/syntax]
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
This is the code i am using to display video.
[syntax="html"]
<OBJECT id="VIDEO" width="320" height="240"
style="position:absolute; left:0;top:0;"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<embed src="on_line_course/clock.avi" width="320" height="240"></embed> </OBJECT>
2. It starts to play whenever i refresh the page, how to make auto start as false
i tried,[/syntax]
Code: Select all
autoStart="False"
<PARAM NAME="AutoStart" VALUE="false">feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]