7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 DOCTYPE html> <html lang='en'> <head> <meta charset='UTF-8'> <title>youku-video-embedtitle> head> <script type='text/javascript' src='http://apps./libs/jquery/2.1.4/jquery.min.js'>script> <style type='text/css'> * { margin: 0; padding: 0; } /*遮罩層*/ #mask { position: fixed; top: 0; left: 0; opacity: .8; filter: alpha(opacity=80); background-color: #000; z-index: 99; } /*視頻*/ #closeBtn { float: right; padding-right: 5px; width: 14px; height: 20px; line-height: 20px; } #closeBtn a { font-size: 18px; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
``` 接下來咱們聊聊具體的使用: 首先,,先看一下嵌入網(wǎng)頁中優(yōu)酷視頻的完整代碼(直接從優(yōu)酷分享得到的HTML代碼):
DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www./TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www./1999/xhtml'> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> <title>embedtitle> head> <body> <embed src='http://player.youku.com/player.php/sid/XMjQ4MDg2MTc2MA==/v.swf' allowFullScreen='true' quality='high' width='480' height='400' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash'>embed> body> html> XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
代碼中, |