Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Need some Serious Help with Ad Code..

No replies
Reply

Hi longtailvideo,

Actaully i'm having some big problem with Ad code.. here..
My site allskip.com plays Videobb and videozer videos using JWplayer so there is no particular video on my webiste.. and im using this code to attatch the JWplayer with my site to play Videobb and videozer videos..

So plz someone edit this code so it can be useable with my site..

my site code for JWplayer******

************************************
<?php
if (isset($_POST["link"]) and isset($_POST["Submit"])) {
$url= $_POST["link"];
echo '<object id="flashplayer" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="400">
<param name="movie" value="player.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="FlashVars" value="plugins=plugins/proxy.swf&proxy.link=$url" />
<embed name="flashplayer" src="player.swf" FlashVars="plugins=plugins/proxy.swf&proxy.link=' . $url . '" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="600" height="400" />
</object>';
}
?>
***************************************

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options