<html> <head> <title>ARTICLES/ 007, POINTE NOIRE Production, Soci&eacute;t&eacute; de production, d'encodage, d'h&eacute;bergement et de diffusion vid&eacute;o sur Internet et intranets.Pointe Noire Production g&egrave;re l'int&eacute;gralit&eacute; des &eacute;tapes de production, du tournage jusqu'&agrave; l'&eacute;laboration de richmedia</title> 	<meta name="Author" content="Pointe Noire Production (info@pointenoireprod.com),Novembre 2001"> 	<META NAME="Generator" CONTENT="Designer:Guillaume Pouget & Benjamin Gardini"> <meta name="KeyWords" content="video, streaming, vido, stream, hbergement, encodage, captation, broadcast, richmedia, webtv, multi, webcast, enrichi, webcasting, montage, tournage, windows, media, real, quicktime, multimedia, specialiste, audiovisuel, plateau, regie, live, transmission, pointe, noire, communication, tv, on-demand, post, production, formation, encodeur, elearning, shark, camera, signal, requin, vod, rich, media, diffusion, xml, smil, reseau, connexion, bande passante, tarifs, http, html, informatique, services, intranet, extranet, kits, actualite, asp, server, hebergement, site, hosting, communaute, b to b, business, entreprise, economie, bourse, pages, gratuit"> 	<meta name="Description" content="Socit de production, d'encodage, d'hbergement et de diffusion vido sur Internet et intranets.Pointe Noire Production gre l'intgralit des tapes de production, du tournage jusqu' l'laboration de richmedia"> 	<meta name="robots" content="all"> 	<meta name="rating" content="general"> 	<meta name="revisit-after" content="5 days"> <link rel="stylesheet" href="../../home/pointenoire.css"> <style type="text/css">  #divScroller1 {position:absolute; overflow:hidden; z-index:9; left:100px; top:90px; width:650px; height:92%; clip:rect(0px, 700px, 92%, 0px); visbility:visible; border-width:0px 0px 0px 1px; border-color:#666666; border-style:dashed;} .dynPage {position:absolute; z-index:10; left:0px; top:0px; width:385px; visibility:hidden; padding-left:15px; font-family:arial,helvetica,sans-serif; font-size:10px; line-height:14px; color:black} #arrows {position:absolute; z-index:11; left:74px; top:355px; width:20px;} #links {position:absolute; z-index:11; left:77px; top:301px; width:20px;}   </style> <script language="JavaScript" type="text/javascript">   function lib_bwcheck(){  	this.ver=navigator.appVersion 	this.agent=navigator.userAgent 	this.dom=document.getElementById?1:0 	this.opera5=this.agent.indexOf("Opera 5")>-1 	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0;  	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0; 	this.ie4=(document.all && !this.dom && !this.opera5)?1:0; 	this.ie=this.ie4||this.ie5||this.ie6 	this.mac=this.agent.indexOf("Mac")>-1 	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0;  	this.ns4=(document.layers && !this.dom)?1:0; 	this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5) 	return this } var bw=new lib_bwcheck()   var numScrollPages = 1       var transitionOut = 1;          var transitionIn = 2;           var slideAcceleration = 0.2;    var transitionOnload = 1       var px = bw.ns4||window.opera?"":"px";  if(document.layers){  	scrX= innerWidth; scrY= innerHeight; 	onresize= function(){if(scrX!= innerWidth || scrY!= innerHeight){history.go(0)} } }   function scrollerobj(obj,nest){ 	nest = (!nest)?"":'document.'+nest+'.' 	this.elm = bw.ie4?document.all[obj]:bw.ns4?eval(nest+'document.'+obj):document.getElementById(obj) 	this.css = bw.ns4?this.elm:this.elm.style 	this.doc = bw.ns4?this.elm.document:document 	this.obj = obj+'scrollerobj'; eval(this.obj+'=this') 	this.x = (bw.ns4||bw.opera5)?this.css.left:this.elm.offsetLeft 	this.y = (bw.ns4||bw.opera5)?this.css.top:this.elm.offsetTop 	this.w = (bw.ie4||bw.ie5||bw.ie6||bw.ns6)?this.elm.offsetWidth:bw.ns4?this.elm.clip.width:bw.opera5?this.css.pixelWidth:0 	this.h = (bw.ie4||bw.ie5||bw.ie6||bw.ns6)?this.elm.offsetHeight:bw.ns4?this.elm.clip.height:bw.opera5?this.css.pixelHeight:0 }  //object methods... scrollerobj.prototype.moveTo = function(x,y){ 	if(x!=null){this.x=x; this.css.left=x+px} 	if(y!=null){this.y=y; this.css.top=y+px} } scrollerobj.prototype.moveBy = function(x,y){this.moveTo(this.x+x,this.y+y)} scrollerobj.prototype.hideIt = function(){this.css.visibility='hidden'} scrollerobj.prototype.showIt = function(){this.css.visibility='visible'}   var scrollTimer = null; function scroll(step){ 	clearTimeout(scrollTimer); 	if ( !busy && (step<0&&activePage.y+activePage.h>scroller1.h || step>0&&activePage.y<0) ){ 		activePage.moveBy(0,step); 		scrollTimer = setTimeout('scroll('+step+')',40); 	} } function stopScroll(){ 	clearTimeout(scrollTimer); }  var activePage = null; var busy = 0; function activate(num){ 	if (activePage!=pages[num] && !busy){ 		busy = 1; 		if (transitionOut==0 || !bw.opacity){ activePage.hideIt(); activateContinue(num); } 		else if (transitionOut==1) activePage.blend('hidden', 'activateContinue('+num+')'); 	} } function activateContinue(num){ 	busy = 1; 	activePage = pages[num]; 	activePage.moveTo(0,0); 	if (transitionIn==0 || !bw.opacity){ activePage.showIt(); busy=0; } 	else if (transitionIn==1) activePage.blend('visible', 'busy=0'); 	else if (transitionIn==2) activePage.slide(0, slideAcceleration, 40, 'busy=0'); }    scrollerobj.prototype.slide = function(target, acceleration, time, fn){ 	this.slideFn= fn?fn:null; 	this.moveTo(0,scroller1.h); 	if (bw.ie4&&!bw.mac) this.css.filter = 'alpha(opacity=100)'; 	if (bw.ns6) this.css.MozOpacity = 1; 	this.showIt(); 	this.doSlide(target, acceleration, time); } scrollerobj.prototype.doSlide = function(target, acceleration, time){ 	this.step = Math.round(this.y*acceleration); 	if (this.step<1) this.step = 1; 	if (this.step>this.y) this.step = this.y; 	this.moveBy(0, -this.step); 	if (this.y>0) this.slideTim = setTimeout(this.obj+'.doSlide('+target+','+acceleration+','+time+')', time); 	else {	 		eval(this.slideFn); 		this.slideFn = null; 	} }   scrollerobj.prototype.blend= function(vis, fn){ 	if (bw.ie5||bw.ie6 && !bw.mac) { 		if (vis=='visible') this.css.filter= 'blendTrans(duration=0.9)'; 		else this.css.filter= 'blendTrans(duration=0.6)'; 		this.elm.onfilterchange = function(){ eval(fn); }; 		this.elm.filters.blendTrans.apply(); 		this.css.visibility= vis; 		this.elm.filters.blendTrans.play(); 	} 	else if (bw.ns6 || bw.ie&&!bw.mac){ 		this.css.visibility= 'visible'; 		vis=='visible' ? this.fadeTo(100, 7, 40, fn) : this.fadeTo(0, 9, 40, fn); 	} 	else { 		this.css.visibility= vis; 		eval(fn); 	} };  scrollerobj.prototype.op= 100; scrollerobj.prototype.opacityTim= null; scrollerobj.prototype.setOpacity= function(num){ 	this.css.filter= 'alpha(opacity='+num+')'; 	this.css.MozOpacity= num/100; 	this.op= num; } scrollerobj.prototype.fadeTo= function(target, step, time, fn){ 	clearTimeout(this.opacityTim); 	this.opacityFn= fn?fn:null; 	this.op = target==100 ? 0 : 100; 	this.fade(target, step, time); } scrollerobj.prototype.fade= function(target, step, time){ 	if (Math.abs(target-this.op)>step){ 		target>this.op? this.setOpacity(this.op+step):this.setOpacity(this.op-step); 		this.opacityTim= setTimeout(this.obj+'.fade('+target+','+step+','+time+')', time); 	} 	else { 		this.setOpacity(target); 		eval(this.opacityFn); 		this.opacityFn= null; 	} }  var pageslidefadeLoaded = 0; function initPageSlideFade(){ 	scroller1 = new scrollerobj('divScroller1'); 	 	pages = new Array(); 	for (var i=0; i<numScrollPages; i++){ 		pages[i] = new scrollerobj('dynPage'+i, 'divScroller1'); 		pages[i].moveTo(0,0); 	} 	bw.opacity = ( bw.ie && !bw.ie4 && navigator.userAgent.indexOf('Windows')>-1 ) || bw.ns6 	if (bw.ie5||bw.ie6 && !bw.mac) pages[0].css.filter= 'blendTrans(duration=0.6)'; // Preloads the windows filters. 	 	if (transitionOnload) activateContinue(0); 	else{ 		activePage = pages[0]; 		activePage.showIt(); 	}  	if (bw.ie) for(var i=0;i<document.links.length;i++) document.links[i].onfocus=document.links[i].blur; 	pageslidefadeLoaded = 1; }  if(bw.bw && !pageslidefadeLoaded) onload = initPageSlideFade; function imprimer() { window.print(); } </script> </head>  <body marginleft="0" marginheight="0" bgcolor="#CCCCCC">      <table width="750" border="1" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" bordercolor="#000000" height="100%" align="left">   <tr>     <td>&nbsp;</td>   </tr> </table>   <div id="divScroller1" style="left: 89px; top: 51px">    <div id="dynPage0" class="dynPage">      <table width="650" border="0" cellspacing="0" cellpadding="0" align="center">       <tr>         <td width="34">&nbsp; </td>         <td width="471">&nbsp; </td>         <td width="147">&nbsp;</td>       </tr>       <tr>          <td width="34" valign="bottom">            <div align="center"><a href="../artpresse.htm"><font size="1">retour</font></a>            </div>         </td>         <td width="471">            <div align="center"><img src="../img/articledepresse.gif" width="283" height="29"></div>         </td>         <td width="147" valign="bottom"><a href="#" onClick="imprimer();"><font size="1">Imprimer</font></a>            </td>       </tr>       <tr>          <td width="34" height="782" valign="top">            <div align="center"><a href="../artpresse.htm"><img src="../img/retour.gif" width="19" height="10" border="0"></a></div>         </td>         <td width="471" height="782">            <div align="center"><img src="../img/startupline.gif" width="495" height="60"><b><br>             </b> </div>           <hr size="1">           <p><b></b><b><font color="#5da4d6">POINTE NOIRE PRODUCTION et 9 TELECOM              vous invitent &agrave; d&eacute;couvrir &quot; La solution compl&egrave;te              du streaming &quot;</font></b>           <p><i>Hall 4 - Stand E 24 <br>             Salon Narrowcast - 13 et 14 juin 2001 <br>             Paris Expo - Porte de Versailles <br>             Pointe Noire Production, 1er sp&eacute;cialiste de l'Internet vid&eacute;o,              et 9 TELECOM, op&eacute;rateur global de t&eacute;l&eacute;communications,              s'associent sur Narrowcast pour pr&eacute;senter &quot; la solution              compl&egrave;te du streaming &quot;. </i></p>           <p><b><font color="#5DA4D6">Le stand de &quot; la solution compl&egrave;te              &quot; : </font></b></p>           <p><b>De la r&eacute;alisation ... </b></p>           <p>Pr&eacute;sent depuis trois ans sur le salon Narrowcast, Pointe Noire              Production innove une fois de plus en pr&eacute;sentant le stand de              &quot; la solution compl&egrave;te &quot;. V&eacute;ritable ma&icirc;tre              d'oeuvre des diff&eacute;rents m&eacute;tiers de l'Internet vid&eacute;o,              Pointe Noire Production installera pour l'occasion une WebTV (plateau,              r&eacute;gie num&eacute;rique, etc.), &eacute;clairages, cam&eacute;ras,              etc. Les visiteurs du salon et internautes pourront ainsi d&eacute;couvrir              sur les 72 m2 du stand les &eacute;tapes successives du streaming              : tournage d'une &eacute;mission, post-production, habillage, encodage,              rich media, h&eacute;bergement, retransmission sur les sites en live              ou VOD - video on demand -, statistiques. </p>           <p><b>...&agrave; la diffusion... </b></p>           <p>Forte de sa ma&icirc;trise des technologies haut d&eacute;bit, 9              TELECOM se lance sur le march&eacute; du streaming et choisit Pointe              Noire Production pour proposer aujourd'hui une offre compl&egrave;te              de services aux Grandes Entreprises (captation, post-production, encodage,              rich media, diffusion live / VOD, h&eacute;bergement). S'appuyant              sur une infrastructure propre (plus de 4500 kms de fibre optique),              l'op&eacute;rateur a notamment &eacute;t&eacute; l'un des premiers              &agrave; offrir aux entreprises des solutions haut d&eacute;bit, au              moyen de la technologie ADSL. </p>           <p><b>... en passant par la production de contenu... </b></p>           <p>Des journalistes de 01net., Internet Professionnel et 01 R&eacute;seaux              (tous trois &eacute;dit&eacute;s par le Groupe Tests, leader de l'information              sur les nouvelles technologies), prennent part &agrave; cet &eacute;v&eacute;nement              sans pr&eacute;c&eacute;dent et animeront durant ces deux jours des              &eacute;missions sur le plateau de Pointe Noire Production. L'ensemble              des programmes seront accessibles en live sur le portail &eacute;ditorial              www.01net.com, mais aussi sur les sites de Pointe Noire Production              (<a href="http///www.pointenoireprod.com" target="_blank">www.pointenoireprod.com</a>)              et de 9 TELECOM (<a href="http://www.9telecom.fr" target="_blank">www.9telecom.fr</a>).            </p>           <p>Par ailleurs, Yves H&eacute;ribert, Pdg de Pointe Noire Production,              animera une conf&eacute;rence sur le th&egrave;me &quot; Int&eacute;grer              du streaming dans un site traditionnel &quot; le 13 juin de 14h &agrave;              15h, aux c&ocirc;t&eacute;s d'Andr&eacute; Santini, Ancien Ministre,              D&eacute;put&eacute; Maire de Issy-les-Moulineaux et Vice-Pr&eacute;sident              du Conseil g&eacute;n&eacute;ral des Hauts de Seine, Eric Blot, PDG              de G&eacute;n&eacute;sys Conferencing, Bertrand Cadoret, Pr&eacute;sident              Directeur G&eacute;n&eacute;ral de Kervert et Jay M'Bei, Directeur              G&eacute;n&eacute;ral de Convera. </p>           <p><b><font color="#5DA4D6">A propos de Pointe Noire Production :</font></b>            </p>           <p> Cr&eacute;&eacute;e en mars 1998, Pointe Noire Production est la              premi&egrave;re soci&eacute;t&eacute; &agrave; s'&ecirc;tre sp&eacute;cialis&eacute;e              dans la vid&eacute;o sur internet. Aujourd'hui prestataire de pr&eacute;dilection              des diffuseurs d'informations on-line, Pointe Noire Production propose              une solution compl&egrave;te et cl&eacute; en main r&eacute;pondant              parfaitement aux nouveaux besoins du march&eacute; de l'Internet vid&eacute;o              en pleine expansion. De plus, Pointe Noire Production pr&eacute;sente              un web studio num&eacute;rique int&eacute;gr&eacute; sur sa p&eacute;niche              install&eacute;e &agrave; 5 minutes de La D&eacute;fense. </p>           <p> Pointe Noire propose &eacute;galement &agrave; ses clients des &eacute;missions              en live en rich media, chat et sondage en direct ainsi qu'un habillage              sp&eacute;cifique (graphisme, etc.). </p>           <p> Rendez-vous sur www.pointenoireprod.com pour les multiples r&eacute;f&eacute;rences              de Pointe Noire Production. <br>             Cr&eacute;ateur et organisateur de la premi&egrave;re &quot; F&ecirc;te              du Streaming &quot;, Pointe Noire Production propose, en attendant              la 2&egrave;me &eacute;dition, de revivre en live cette manifestation              sur www.fetedustreaming.net et d'obtenir toutes les informations (photos,              VOD des plateaux...). </p><br><br><br><br>       </td>         <td width="147" height="782" valign="top"><img src="../img/pix.gif" height="8" width="15"><a href="#" onClick="imprimer();"><img src="../img/IMPRIMER.gif" width="20" border="0"></a></td>       </tr>       <tr>          <td width="34">            <p align="center"><a href="../artpresse.htm"><font size="1">retour</font></a><a href="../artpresse.htm"><img src="../img/retour.gif" width="19" height="10" border="0"></a></p>                  </td>         <td width="471">&nbsp;</td>         <td width="147">&nbsp;</td>       </tr>       <tr>          <td width="34">&nbsp;</td>         <td width="471"><br>         </td>         <td width="147">&nbsp;</td>       </tr>       <tr>          <td width="34">&nbsp;</td>         <td width="471">&nbsp;</td>         <td width="147">&nbsp;</td>       </tr>     </table>   </div>    </div>  <div id="arrows" style="left: 45px; top: 61px; width: 20px; height: 47px">    <p align="center"><a href="#" onmouseover="scroll(6);" onclick="scroll(6); return false;" onmousedown="scroll(25)" onmouseout="stopScroll();"><img src="../img/haut.gif" width="10" height="20" alt="" border="0"></a>    </p>   <p align="center"><a href="#" onmouseover="scroll(-6);" onclick="scroll(-6); return false;" onmousedown="scroll(-25)" onmouseout="stopScroll();"><img src="../img/bas.gif" width="10" height="20" alt="" border="0"></a>    </p> </div>  </body> </html>  
