Forum Moderators: open

Message Too Old, No Replies

Cms, Object .wmv position

         

Pherlut

2:17 pm on Nov 16, 2005 (gmt 0)



I just started out using a cms system called phpcow since i'm new to designing and scripting i thought it would be a wise choise to take a cms to let it do the work for me.

Now when i place an article, and i post a video in it with the following code:


<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">

<PARAM NAME="URL" VALUE="your file or url">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="False">
<PARAM name="uiMode" value="Full">
<PARAM name="PlayCount" value="9999">
</OBJECT>

The video is showing, but only in the top left corner and not in the area where the text/picutres are showing (area is definde by cms system).
Is this normal and is there an option that keeps the video in place like it is supposed to?

Kind regards

encyclo

5:17 pm on Nov 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld Pherlut!

You have the following attribute on the object tag:

style="position:absolute; left:0;top:0;"

This positions the object in the top left corner. What happens if you remove it? Also, are you trying to make the video full-screen?

monkeythumpa

6:09 pm on Nov 16, 2005 (gmt 0)

10+ Year Member



try changing absolute to relative . . .

aaaasantosonline

9:22 pm on Nov 16, 2005 (gmt 0)



This positions the object in the top left corner. What happens if you remove it? Also, are you trying to make the video full-screen?

[edited by: encyclo at 11:43 pm (utc) on Nov. 16, 2005]
[edit reason] no sigs please [/edit]