26 lines
No EOL
1.2 KiB
PHP
26 lines
No EOL
1.2 KiB
PHP
<?php
|
|
/*
|
|
****************************************************************************************************
|
|
| Copyright (c) 2007-2008 Clip-Bucket.com. All rights reserved. |
|
|
| @ Author : ArslanHassan |
|
|
| @ Module : Flash Recent Videos |
|
|
| @ Module File : flash_recent_videos.instructions.php {INSTRUCTIONS FILE} |
|
|
| @ Date : Jan, 02 2008 |
|
|
| @ License: Addon With ClipBucket |
|
|
****************************************************************************************************
|
|
*/
|
|
|
|
$code =
|
|
'<div id="flash_recent_videos">
|
|
This content requires JavaScript and Macromedia Flash Player 7 or higher. <a href=http://www.macromedia.com/go/getflash/>Get Flash</a><br/><br/>
|
|
</div>
|
|
<script type="text/javascript">
|
|
<!--
|
|
var player = new FlashObject("'.BASEURL.'/modules/recently_viewd_2.swf?myxml='.BASEURL.'/modules/recently_viewd_2.php&t=Videos Being Watched Right Now...", "base", "600", "217", "6", "#FFFFFF");
|
|
player.write("flash_recent_videos");
|
|
//-->
|
|
</script> ';
|
|
|
|
Assign('flash_recent_videos2',$code);
|
|
|
|
?>
|