The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> embed a player that fills the frame
Nashant
post Nov 2 2006, 04:19 PM
Post #1





Group: Members
Posts: 1
Joined: 2-November 06
Member No.: 667



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!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
jimlongo
post Nov 2 2006, 05:45 PM
Post #2


This is My Life
*******

Group: Members
Posts: 1,128
Joined: 24-August 06
From: t-dot
Member No.: 16



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


User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 08:37 AM