Hi guys,
I'm working on dmax.it but I don't know how to get the video url from the website. Maybe someone can help me.
For example here is a video:
http://www.dmax.it/video/programmi/top-gear/top-gear-15-promo/
the interested part is
How can I do?
I'm working on dmax.it but I don't know how to get the video url from the website. Maybe someone can help me.
For example here is a video:
http://www.dmax.it/video/programmi/top-gear/top-gear-15-promo/
the interested part is
HTML:
<!-- BRIGHTCOVE PLAYER INCLUDE - start -->
<object id="video-brightcove-player" class="BrightcoveExperience">
<param name="bgcolor" value="#000000" />
<param name="width" value="100%" />
<param name="height" value="100%" />
<param name="playerID" value="1752666798001" />
<param name="publisherID" value="1265527910001"/>
<param name="isVid" value="true" />
<param name="isUI" value="true" />
<param name="autoStart" value="%%brightcove.autoplay%%" />
<param name="@videoPlayer" value="1967696076001" />
<param name="wmode" value="transparent" />
<param name="allowScriptAccess" value="always"/>
<param name="dynamicStreaming" value="true" />
<param name="templateLoadHandler" value="onTemplateLoad" />
<param name="playerKey" value="AQ~~,AAABJqdXbnE~,swSdm6mQzrEWC8U2s8_PyL570J6HePbQ" />
<param name="includeAPI" value="true" />
</object>
<noscript>
<embed
src="http://c.brightcove.com/services/viewer/federated_f9/42412716001?isVid=1&publisherID=1378939881&%40videoPlayer=14008448001"
bgcolor="#000000"
flashVars="playerID=1752666798001&domain=embed&"
base="http://admin.brightcove.com"
autoStart="%%brightcove.autoplay%%"
name="video-brightcove-player"
width="100%"
height="100%"
wmode="transparent"
seamlesstabbing="false"
type="application/x-shockwave-flash"
allowFullScreen="true"
swLiveConnect="true"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</noscript>
<!-- BRIGHTCOVE PLAYER INCLUDE - end -->
How can I do?