Skip to content

Instantly share code, notes, and snippets.

@saturngod
Created July 10, 2011 11:54
Show Gist options
  • Save saturngod/1074483 to your computer and use it in GitHub Desktop.
Save saturngod/1074483 to your computer and use it in GitHub Desktop.
For Wayne
$php wayne.php
<a href='javascript:;' onclick='Player.URL="vide​o/5-AVSEQ01.dat";Player.c​ontrols.play()'><img src='style/image/play.jpg'​ id='play_button'></a>
<?php
$video_url="video/5-AVSEQ01.dat";
echo "<a href='#' onclick='Player.URL=\"".$video_url."\";Player.controls.play()'><img src='style/image/play.jpg'​ id='play_button'></a>";
echo "\n\n\n";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment