You are on page 1of 3

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.

org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>NOWFASHION | Video Streaming</title> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript"> function checkStream(){ var _WI= $('#NF_TABLE_STREAM').width(); var _HEI= $('#NF_TABLE_STREAM').height(); parent.loadLiveStream(_WI,_HEI); } </script> </head> <body style="margin:0; padding:0; text-align:center" onload="checkStream();"> <table cellpadding="0" cellspacing="0" align="center" id="NF_TABLE_STREAM"> <tr> <td align="center"> <iframe src="http://static.u-pro.fr/vod/static/clients/margiela/fev-13/iframe/pa rtner.html" width="640" height="360" border="0" scrolling="no" frameborder="0" m arginheight="0" marginwidth="0"></iframe></td> </tr> </table> </body> </html> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Margiela</title> <style> html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq uote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, t foot, thead, tabl, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; color: #222222; font-family: Times, Arial, Helve tica, sans-serif; text-decoration: none;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: n one; } table { border-collapse: collapse; border-spacing: 0; } </style> </head> <body> <div id="player" style="position: absolute; wight: 100%; height: 100%"></div> <script type="text/javascript"> var _gaq = _gaq || [];

_gaq.push(["_setAccount", "UA-1416141-41"]); _gaq.push(["_trackPageview"]); _gaq.push(['_trackEvent', "Videos", "partner"]); (function () { var a = document.createElement("script"); a.type = "text/javascript"; a.async = true; a.src = ("https:" == document.location.protocol ? "https://ssl" : "http: //www") + ".google-analytics.com/ga.js"; var b = document.getElementsByTagName("script")[0]; b.parentNode.insertBefore(a, b) })() </script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs /jquery/1.7.2/jquery.min.js"> </script> <script type="text/javascript" src="lib/swfobject.js"> </script> <script type="text/javascript" src="lib/ParsedQueryString.js"> </script> <script type="text/javascript"> if ( ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.mat ch(/iPod/i)) || (navigator.userAgent.match(/iPad/i)) )) { $("body" ).html('<video id="videoHTML5" width="100%" height="100 %" poster="images/margela_before.jpg" src="http://iosliveupro-i.akamaihd.net/hls /live/207381/margiela_2013/margiela_live.m3u8" autoplay="autoplay" controls="con trols" style="position: absolute;"><\/video>'); } else { var pqs = new ParsedQueryString(); var parameterNames = pqs.params(false); var parameters = { autoPlay: "true", verbose: false, controlBarAutoHide: "true", controlBarPosition: "bottom", controlBarAutoHideTimeout: 5, poster: "bgPlayer.png", posterNotLive: "images/margela_before_today.jpg", posterLive: "images/margela_before_today.jpg", posterEndLive: "images/margiela_WatchItAgain.png", posterError: "images/margela_before_today.jpg", streamType: "dvr", plugin_Akamai: "AkamaiAdvancedStreamingPlugin.swf", xmlControlFile: "http://data-edge.u-pro.fr/margiela/control_partner.xml" , skin: "skins/margiela-skin.xml", playButtonOverlay: true, scaleMode: "zoom" }; for (var i = 0; i < parameterNames.length; i++) { var parameterName = parameterNames[i]; parameters[parameterName] = pqs.param(parameterName) || parameters[param eterName]; } var wmodeValue = "direct"; var wmodeOptions = ["direct", "opaque", "transparent", "window"]; if (parameters.hasOwnProperty("wmode")) {

if (wmodeOptions.indexOf(parameters.wmode) >= 0) { wmodeValue = parameters.wmode; } delete parameters.wmode; } // Embed the player SWF: swfobject.embedSWF("StrobeMediaPlayback.swf", "player", $(window).width(), $(window).height(), "10.1.0", "", parameters, { allowFullScreen: "true", wmode: wmodeValue }, { name: "player" }); function thisMovie(movieName) { if (navigator.appName.indexOf("Microsoft") != -1) { return window[movieName]; } else { return document[movieName]; } } $(window).resize(function() { $("#StrobeMediaPlayback").css({ width : $(window).width() + "px", height : $(window).height() + "px"}); }); } </script> </body> </html>

You might also like