Does anyone know how i can embed a movie on the front page of my nuke site? I have the movie but when i use <embed src="link"></embed> it doesnt work it just shows the link.
Anyone have any information?
arnoldkrg Major
Joined: Aug 03, 2003
Posts: 936
Location: United Kingdom
Posted:
Mon Jun 12, 2006 1:05 pm
You could make it into a center up block
Save the following as block-YouTube.php and upload to the blocks directory of your site. Then Activate it from admin.php....blocks
Code:
<?php
if (eregi("block-YouTube.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum