Putting flash into DIV |
![]() ![]() |
Putting flash into DIV |
Nov 4 2006, 03:23 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Oct 2006 Member No: 476,431 |
Is there a special way to put a flash in the DIV layout? It worked but couldn't get the flash item's size.
Here's my code: <div class="content" style="position: absolute; left:150px; top:400px; width:000px; height:000px; overflow: auto;"> <embed allowScriptAccess="never" allowNetworking="internal" enableJavaScript="false" src="http://www.myflashfetish.com/emolove.swf" menu="false" flashvars="d=27&m=9&y=2004&c=0xcc3399" quality="best" scale="noscale" bgcolor="#ffffff" wmode="transparent" width="350" height="230" name="MyFlashFetish.com" align="middle" allowScriptAccess="never" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/> </div> I'm also not sure bout the width n height in here.. <div class="content" style="position: absolute; left:150px; top:400px; width:000px; height:000px; overflow: auto;"> |
|
|
|
Nov 4 2006, 11:19 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
This is the size:
QUOTE width="350" height="230" So just change the width and height to a few px bigger than those. |
|
|
|
![]() ![]() |