Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 46
0 members and 46 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
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 Electric Choice

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

Reply
 
LinkBack Thread Tools Display Modes
How to add a video ?
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Apr 2006
How to add a video ? - 04-16-2006, 03:57 PM

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
Re: How to add a video ?
Old
  (#2 (permalink))
Member
 
Status: Offline
Posts: 484
Join Date: Nov 2004
Location: UK Derby
Re: How to add a video ? - 04-17-2006, 08:37 AM

Quote:
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>
  Send a message via MSN to killerbee  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Apr 2006
04-17-2006, 09:23 AM

No, that doesn't work
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Member
 
Status: Offline
Posts: 484
Join Date: Nov 2004
Location: UK Derby
04-17-2006, 10:34 AM

Quote:
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
  Send a message via MSN to killerbee  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 242
Join Date: May 2005
04-17-2006, 11:16 AM

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
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Apr 2006
04-17-2006, 12:02 PM

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
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 242
Join Date: May 2005
04-17-2006, 01:22 PM

Quote:
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
Old
  (#8 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,015
Join Date: Dec 2005
Location: Under your bed
04-17-2006, 01:24 PM

Does your webhost support video playback?




My Daughter Rules!
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Apr 2006
04-18-2006, 11:11 AM

Quote:
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
Old
  (#10 (permalink))
Junior Member
 
Status: Offline
Posts: 242
Join Date: May 2005
04-18-2006, 12:11 PM

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




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.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