Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Embedding mpg file in a page with 3 frames


Message #1 by "erick campos" <ecampos66@h...> on Sat, 15 Mar 2003 21:22:38
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>

  Return to Index