Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-27-2011, 07:12 AM   PM User | #1
danameda
New Coder

 
Join Date: Jan 2011
Posts: 21
Thanks: 4
Thanked 0 Times in 0 Posts
danameda is an unknown quantity at this point
Easiest way to center x and y

I tried that, but it dont seem to be working:

Code:
center {
margin-top: auto;
margin-bottom: auto;
margin-right: auto;
margin-left: auto;
}
I was also wondering what is the function of <div id='mediaplayer'>. I was trying to erase that, but it is not showing a player on a page without it.

Code:
<script type='text/javascript' src='swfobject.js'></script>

<div id='mediaplayer'></div>
<script type="text/javascript">    
var so = new SWFObject('player.swf','playerID','480','270','9');    
so.addParam('allowfullscreen','true');    
so.addParam('allowscriptaccess','always');    
so.addVariable('file', '/videos/bunny.mp4');    
so.addVariable('image', '/thumbs/bunny.jpg');    
so.write('mediaplayer');</script>
Thanks.
danameda is offline   Reply With Quote
Old 02-27-2011, 07:30 AM   PM User | #2
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Hello danameda,
I like this method best. Seems pretty bulletproof.
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote
Old 02-27-2011, 01:16 PM   PM User | #3
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
See http://www.wpdfd.com/editorial/thebox/deadcentre4.html
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:52 PM.


Advertisement
Log in to turn off these ads.