|
Text
|
| TV Or Live Streaming/ google/youtube/video |
|
 |
|
 |
|
| Author |
Message |
Symon
Guide Legend



Joined: 11 Jun 2006
Posts: 909
Location: Hampshire,England

Add Comment
Show Comments
|
Posted: Wed Jul 05, 2006 8:43 pm |
 |
|
You will have to upload your video to a file host company that allows direct linking just do a google search for one.
You can get a list of tv streaming HERE
Please remember that you may have to do some work here [code]to get the url click on the link you want then right click and goto properties and find the URL not all radio and TV stations allow you to direct link so their codes may not work. The code you want is
<center><embed src="" width="500" height="375" showdisplay=center>
Now in-between the "" you would enter the URL for the TV or live stream you want.
For eg. <center><embed src="http://hostitwith.us/files/2488/car_t.wmv"width="500" height="375"></center>
Remember to do this you have to have allow HTML tags enabled in your profile and in admin panel -- General Admin --Configuration --Allow HTML
And also add
center,embed
to allowed HTML tags in the box below it, marked Allowed HTML tags-Separate tags with commas
For Youtube they give the following code
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/ofZww-HCJSo"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/ofZww-HCJSo" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
What you need is
<center><embed src="http://www.youtube.com/v/ofZww-HCJSo" type="application/x-shockwave-flash"width="500" height="375"></center>
Daily motion
Give you a code like
[code]<div><object width="425" height="335"><param name="movie" value="http://www.dailymotion.com/swf/6LeL1d5XLkCF93iSF"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/6LeL1d5XLkCF93iSF" type="application/x-shockwave-flash" width="425" height="335" allowfullscreen="true"></embed></object><br /><b><a href="http://www.dailymotion.com/video/xgvot_tv-news-blues_fun">TV News Blues</a></b><br /><i>Uploaded by <a href="http://www.dailymotion.com/marquisdejolie">marquisdejolie</a></i></div>[/code]
All you need is
[code]<embed src="http://www.dailymotion.com/swf/6LeL1d5XLkCF93iSF" type="application/x-shockwave-flash" width="425" height="335" allowfullscreen="true"></embed>[/code]
Last edited by Symon on Tue Sep 04, 2007 10:30 am; edited 12 times in total |
|
| |
|
 |
Symon
Guide Legend



Joined: 11 Jun 2006
Posts: 909
Location: Hampshire,England

Add Comment
Show Comments
|
Posted: Wed Jul 05, 2006 8:56 pm |
 |
|
People constantly mess up their admin access with fancy html in forum descriptions, they also need to allow a load of html tags to allow the fancy features
It doesn't have to be that way! The better way is:
In the forum description you can put :
In the footer html in the owner control panel put.
| Code: |
<script language="javascript" type="text/javascript">
function divWrite(ID,parentID,sText) {
if (document.layers) {
var oLayer;
if(parentID){
oLayer = eval('document.' + parentID + '.document.' + ID + '.document');
}else{
oLayer = document.layers[ID].document;
}
oLayer.open();
oLayer.write(sText);
oLayer.close();
}
else if (parseInt(navigator.appVersion)>=5&&navigator.
appName=="Netscape") {
document.getElementById(ID).innerHTML = sText;
}
else if (document.all) document.all[ID].innerHTML = sText
}
divWrite("test1",null,"<p>embedded code</p>");
</script>
|
The "embedded code" bit is what you change to what you want to write.
use as many divWrites as you like. You will need to use \ in front of quotes in the desired code.
|
|
| |
|
 |
|
|
|
 |
|
 |
|
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
|
HOWTODOIT was designed and built by Symon Field Creator Of ☆ ☆ FunnyWorld ☆
HOWTODOIT© Symon Field 2006,2007,2008 Powered by phpBB Group © 2001,2005.
|
|
|
|