How can I embed an mpg file on a page with 3 frames (I want the video
centered within the framename=main to be exact). I tried the <embed> tag
but a black rectangle flashes quickly and then dissapears, I can hear the
movie sound though.
I tried to embed the same file on a page whitout frames using the same
tag, and it works fine.
The following code opens a mediaplayer window. I'd like to have the video
embedded.
What do I need to change?
In advance, thank you for the help / advice
<html><head><title>TEST EMBED (Photo 3 of 4) </title>
</head><frameset framespacing=0 border=false cols=148,*><frameset
rows=*,21%>
<frame name=left target=main src=left.htm scrolling=auto marginwidth=6
marginheight=10>
<frame name=leftbottom src=prevnext3.htm scrolling=auto marginwidth=6
marginheight=10></frameset>
<frame name=main src=3.mpg marginheight= 100 marginwidth=150>< noframes
>< body >
<p>This page uses frames, but your browser doesn't support them.</p>
</body></noframes></frameset></html>