index.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Assistir Online </title> </head> <body> <!--inicio série--> <a href="megavideo.php?id=0GE80TST" title="">Assistir OnLine </a> <!--fim série--> </body> </html>
megavideo.php
<?php $id = $_GET['id']; echo '<object width="468" height="350"> <param name="movie" value="http://www.megavideo.com/v/$id" /> <param name="allowFullScreen" value="true" /> <param name="wmode" value="transparent" /> <embed src="http://www.megavideo.com/v/$id" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" width="468" height="350" /></embed></object>'; ?>