Parašė MartynasČ· 2010 Vas. 26 15:02:05
#1
Sveiki turiu Video koda ir noriu patalpinti tą video į savo web kai height yra 398, o width 716, o kodas :
http://www.lockerz.com/p/watch/1420469173:8_5BILKVmYaJ5ythzmbLVkZlwhH0ge1U
Štai iš source code ištraukiau, bet man neveikia parašius šy kodą :
<div id="contentWatched" style="display:none;">
<span class="watchedMessage">Remember you only earn PTZ the first time you watch a video.</span>
</div>
<div id="contentCaptcha" style="display:none;">
<span class="captchaInstructions" id="captchaInstructions">Just fill out this captcha to get your PTZ.</span>
<form onsubmit="return confirmWatch();">
<script type='text/javascript'> var RecaptchaOptions = { theme : 'white' }; </script> <script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6LdiswcAAAAAADJct-vi4B0dY2ih37uUFArUPtmW"></script>
<noscript>
<iframe src="http://api.recaptcha.net/noscript?k=6LdiswcAAAAAADJct-vi4B0dY2ih37uUFArUPtmW" height="300" width="500" frameborder="0"></iframe><br/>
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
</noscript> <input type="submit" id="getPtzBtn" value="Get Ptz!">
</form>
</div>
<!-- video player begin -->
<div id="playerHolder">
<div class="player" id="playerDiv">
</div>
<div id="embedVideo">
<div>
<span id="content-title-embed">Share this video with your friends!</span>
<span id="content-embed-url">http://www.lockerz.com/p/watch/1420469173:8_5BILKVmYaJ5ythzmbLVkZlwhH0ge1U</span> <div id="closeEmbed">Back to Video</div>
<span id="content-embed-background"></span>
</div>
</div>
</div>
<!-- controls for video player -->
<div id="controlsContainer">
<div class="controls" id="controlsDiv"></div>
</div>
<!-- end controls -->
<!-- end video player -->
Pagrindas to code tai yra manau šitas code :
<div id="embedVideo">
<div>
<span id="content-title-embed">Share this video with your friends!</span>
<span id="content-embed-url">http://www.lockerz.com/p/watch/1420469173:8_5BILKVmYaJ5ythzmbLVkZlwhH0ge1U</span> <div id="closeEmbed">Back to Video</div>
<span id="content-embed-background"></span>
</div>
</div>
Redagavo MartynasČ· 2010 Vas. 26 15:02:06