Streaming video..

Status
Not open for further replies.

Skyline4life

New Member
Messages
894
Reaction score
0
Points
0
Ok, i can't embed videos...only swf ones. and i really really would like to do it on this host, cause i never had a problume with X10...and i know im not doing anything wrong, cause it works on my firends host just fine...is there away i can do this? Cause i really don't wanna swtich host.
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
We don't have restrictions set for this, I'm not sure why it is not working for you.

-Corey
 

nicholas

New Member
Messages
772
Reaction score
0
Points
0
Skyline4life said:
*bump*
anyone?

nice singing voice... :eek:riginal:

anyway where did you upload the video to? and did you create a m3u playlist?
 

Conquester777

New Member
Messages
180
Reaction score
0
Points
0
what's the file extension of what you're trying to display and what code are you using?
 

Skyline4life

New Member
Messages
894
Reaction score
0
Points
0
Code:
<html>
<head>
	<title>Orbital-Media.info  <-> Judge eats mic </title>
</head>

<body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#FF0000" alink="#3300CC">
<center><strong><u><font face="arial black" size="+1">Orbital-Media.info</font></strong></u><br>
<br><a href="http://orbital-media.info/" target="_self" name="orbital-media.info">Click here to go back to the homepage and to see more funny Videos</a>
<br>
<br>

<br>
Can't view the movie? Download it by clicking here <a href="http://www.filecloud.com/files/download.php?user_file_id=8753&content_server_id=1" target="_self">Judge eats mic</a>
<br>
<br>
<br>
<br>
<br><br>
<br><br>
[b]<div align=center>
<p><embed SRC="http://www.apexdesign.x10hosting.com/vids/judgedate.wmv" WIDTH=400 HEIGHT=300 AUTOPLAY=true CONTROLLER=true LOOP=false > </p>
</div>[/b]
</font> 
</body>
</html>

whats in the bold is the code...I have it uploaded in 2 places, my host and filecloud if no one can view the download..
 

CheetahShrk

New Member
Messages
204
Reaction score
0
Points
0
Try this
Code:
<html>
<head>
	<title>Orbital-Media.info  <-> Judge eats mic </title>
</head>

<body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#FF0000" alink="#3300CC">
<center><strong><u><font face="arial black" size="+1">Orbital-Media.info</font></strong></u><br>
<br><a href="http://orbital-media.info/" target="_self" name="orbital-media.info">Click here to go back to the homepage and to see more funny Videos</a>
<br>
<br>

<br>
Can't view the movie? Download it by clicking here <a href="http://www.filecloud.com/files/download.php?user_file_id=8753&content_server_id=1" target="_self">Judge eats mic</a>
<br>
<br>
<br>
<br>
<br><br>
<br><br>
<div align=center>
<object id="Player1" width="400" height="300" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="uiMode" value="full">
<param name="URL" value="judgedate.wmv">
<param name="autoStart" value="true">
</div>
</font> 
</body>
</html>
NOTE: if the file is in the same folder as the wmv file you dont need the full url only the file name
 

Tyler

Retired Staff
Messages
8,564
Reaction score
0
Points
0
Is that you in the movie? And streaming video works for me, but im using frontpage
 

CheetahShrk

New Member
Messages
204
Reaction score
0
Points
0
Try not using the full url to the wmv file. I view sourced the current judge page and you use the full url, do not use that only use judgedate.wmv as the url.
 

Skyline4life

New Member
Messages
894
Reaction score
0
Points
0
CheetahShrk said:
Try not using the full url to the wmv file. I view sourced the current judge page and you use the full url, do not use that only use judgedate.wmv as the url.


I did i tryed both..
 

CheetahShrk

New Member
Messages
204
Reaction score
0
Points
0
It may be a x10hosting server problem as the code I posted works just fine on my friends site which isnt on x10hosting.
 
Status
Not open for further replies.
Top