Help - Search - Members - Calendar
Full Version: embed a player that fills the frame
HTMLHelp Forums > Web Authoring > Graphics, Flash and Multimedia
Nashant
Hi all
I'm pretty new to all this and badly need some help. What I'm trying to do is pretty much explained in the thread title. I want the player I'm embedding to fill the frame it's in. This is the code I've got in so far:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Myvid1</title>
</head>

<body>
<div>
<object width="1140" height="875">
<embed src="myvid1" type="application/x-shockwave-flash" width="1140" height="875" allowfullscreen="true">
</embed>
</object>
</div>

</body>

</html>


1140 by 875 is fine for my screen but useless to anyone with a different resolution to me.

Any help very gratefully recieved!
jimlongo
I've seen this work with a flash movie placed directly in a frame

HTML
<frameset rows="100%,*" id="dd_frameset_0001">
<frame src="http://www.YOURDOMAIN.com/YOURMOVIE.swf" name="dd_content_0001" frameborder="0" framespacing="0" noresize="noresize" title="whatever" />
<frame src="/blank-IGNORE.html" frameborder="0" framespacing="0" noresize="noresize" title="blank page" scrolling="no" marginwidth="0" marginheight="0" />


This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.