» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 72
0 members and 72 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
buy Rimonabant - Help dieters achieve significant weight loss without having to slog in the gym

Register Now! Contact Us

About this Page
This is a discussion on How to add a video ? within the Nuke 6.5 to 6.9 - General forums, part of the PHP-Nuke 6.5 to 6.9 category; Hi, I have a problem to add a video on a own page I think you have to put this ...



Go Back   Nukemods Forum » PHP-Nuke 6.5 to 6.9 » Nuke 6.5 to 6.9 - General

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-16-2006, 03:57 PM
Junior Member
 
Join Date: Apr 2006
Posts: 14
How to add a video ?
Hi,
I have a problem to add a video on a own page
I think you have to put this html code on the page

<EMBED
src="[your video]"
width=320 height=301 showtracker="true" showstatusbar="true"
showcontrols="true" autoplay="true"></embed>

but i doens't work with me

Can somewhone help me?

thx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-17-2006, 08:37 AM
Member
 
Join Date: Nov 2004
Location: UK Derby
Posts: 481
Send a message via MSN to killerbee
Re: How to add a video ?
Originally Posted by windtalker
Hi,
I have a problem to add a video on a own page
I think you have to put this html code on the page

<EMBED
src="[your video]"
width=320 height=301 showtracker="true" showstatusbar="true"
showcontrols="true" autoplay="true"></embed>

but i doens't work with me

Can somewhone help me?

thx
try this

<div align="center"><embed src="http://badhq.com/like.avi" width=400 height=350></embed></div>
__________________
www.MoWarez.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-17-2006, 09:23 AM
Junior Member
 
Join Date: Apr 2006
Posts: 14
No, that doesn't work
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-17-2006, 10:34 AM
Member
 
Join Date: Nov 2004
Location: UK Derby
Posts: 481
Send a message via MSN to killerbee
Originally Posted by windtalker
No, that doesn't work
Put code I posted up in here

http://www.nukemods.com/modules.php?...func=PREVIEWER

Then try and see i think you will see that it dos work :-)

Greets Boris
__________________
www.MoWarez.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-17-2006, 11:16 AM
Junior Member
 
Join Date: May 2005
Posts: 242
http://www.w3schools.com/media/media_browservideos.asp

Note: The <embed> element is supported by both Internet Explorer and Netscape, but it is not a standard HTML or XHTML element. The World Wide Web Consortium (W3C) recommend using the <object> element instead.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-17-2006, 12:02 PM
Junior Member
 
Join Date: Apr 2006
Posts: 14
Using A Hyperlink
If a web page includes a hyperlink to a media file, most browsers will use a "helper application" to play the file:

<a href="video.avi">
Click here to play a video file
</a>

The code fraction above displays a link to an AVI file. If the user clicks on the link, the browser will launch a helper application like Windows Media Player to play the AVI file.

only that is working, the others not.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-17-2006, 01:22 PM
Junior Member
 
Join Date: May 2005
Posts: 242
Originally Posted by windtalker
Using A Hyperlink
If a web page includes a hyperlink to a media file, most browsers will use a "helper application" to play the file:

<a href="video.avi">
Click here to play a video file
</a>

The code fraction above displays a link to an AVI file. If the user clicks on the link, the browser will launch a helper application like Windows Media Player to play the AVI file.

only that is working, the others not.
I've often had the same issue as you and have had to resort to using the Hyperlink option instead of trying to embed the video in the page. Sometimes it works, sometimes it doesn't...kinda wierd.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-17-2006, 01:24 PM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 998
Send a message via AIM to Duke
Does your webhost support video playback?
__________________


My Daughter Rules!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-18-2006, 11:11 AM
Junior Member
 
Join Date: Apr 2006
Posts: 14
Originally Posted by Duke
Does your webhost support video playback?
Don't know
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 04-18-2006, 12:11 PM
Junior Member
 
Join Date: May 2005
Posts: 242
Try this simple script

If you are trying to use this in php-nuke, use it to make a BLOCK and then activate the BLOCK in your Admin panel. Won't work in a Message box.

Code:
<div align="center"<embed AutoStart="true" width="280" height="280" src="http://www.yoursite.com/pathto/yourvideoname.wmv" align="center"
</embed></div>
embed seems to work for me at my host.

Are you trying to put this in a PHP-Nuke site? If so, where..Like I said a second ago, if you take that code and make a block it should work. You can't just paste the html in the block Admin area, you have to use Nuke Tools
http://www.nukemods.com/modules.php?name=PHP-Nuke_Tools

So the above would look like this

Code:
<?php
#### Generated by Block Creator by Disipal Site (www.disipal.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    Header("Location: index.php");
    die();
}
$content  .=  "<div align=\"center\"<embed AutoStart=\"true\" width=\"280\" height=\"280\" src=\"http://www.yoursite.com/pathto/yourvideoname.wmv\" align=\"center\">";
$content  .=  "</embed></div>";
?>
then save as block-Movie.php and upload to your blocks folder, then Activate that block under your Admin panel/Blocks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
flash game and video vega Nuke 7.x - Modules 0 01-22-2006 04:13 PM
How do u add Video Section :( shaheer Site design 1 01-26-2005 01:22 AM
Video capture cards, choosing a good card. watson Open topics 4 06-11-2003 12:29 PM


All times are GMT -5. The time now is 10:35 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31