video player but, with no controls |
![]() ![]() |
video player but, with no controls |
Dec 11 2004, 12:03 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 60 Joined: Feb 2004 Member No: 2,884 |
its a video playe but has no control...
the control part which has play stop pause and so on is hidden pls.. help me.. i've seen it here before PLS... |
|
|
|
Dec 15 2004, 11:50 AM
Post
#2
|
|
![]() Sweet sensations ![]() ![]() ![]() Group: Member Posts: 37 Joined: Mar 2004 Member No: 6,230 |
Here is the code
CODE <!-- begin code provided by createblog.com -->
<embed src='http:// website ' type='video/x-msvideo' WIDTH='180' HEIGHT='180' loop='true' autostart='1' controls='true' showdisplay='0' showcontrols='0' autorewind='0' playcount='0' moviewindowheight='180' moviewindowwidth='180' filename='http:// website '> </EMBED> <!-- end code provided by createblog.com --> |
|
|
|
Dec 15 2004, 02:07 PM
Post
#3
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
alternatively you can use
CODE <!-- begin code provided by createblog.com --> <img dynsrc="videourl" width="width" height="height"> <!-- end code provided by createblog.com --> it will load the whole video and play it |
|
|
|
![]() ![]() |