POST VIDEO

Locked
rantodie
Joined: Sat Sep 18, 2004 6:48 pm
Org Profile

POST VIDEO

Post by rantodie » Mon Jan 03, 2005 5:37 pm

is it possible for me to post my video on a website using html script and if i can what the code how do you find out the videos source (its html addresss_)

User avatar
greenjinjo
Joined: Thu Jul 03, 2003 9:06 am
Location: I was awesome, you loved it.
Contact:
Org Profile

Post by greenjinjo » Mon Jan 03, 2005 5:46 pm

godix wrote:Free sausage. No conditions. No tricks. To the best of my ability I will give anyone a sausage on anything they ask for. I'm not kidding here, I'll do as many sausage as I can.
Check out my deviantART!

rantodie
Joined: Sat Sep 18, 2004 6:48 pm
Org Profile

no

Post by rantodie » Mon Jan 03, 2005 5:50 pm

see i know the script but i dont knw were to get the source each video has a specific html script source i cant find it but thanks for the effort though i just need to find the html address of A video

User avatar
greenjinjo
Joined: Thu Jul 03, 2003 9:06 am
Location: I was awesome, you loved it.
Contact:
Org Profile

Post by greenjinjo » Mon Jan 03, 2005 8:23 pm

You could always go to View Source for a web page (I know IE and Firefox can do this, as can most browsers).

If you are familiar with HTML just find the location in the source file (the written out HTML code for the page). The video source will be found in the embed tag. The video file source should show up there.

Let me know if this helps you at all.
godix wrote:Free sausage. No conditions. No tricks. To the best of my ability I will give anyone a sausage on anything they ask for. I'm not kidding here, I'll do as many sausage as I can.
Check out my deviantART!

User avatar
CerebralAssamite
Joined: Sat Jun 12, 2004 9:56 am
Location: You Mean You Care?
Org Profile

Post by CerebralAssamite » Mon Jan 03, 2005 10:26 pm

this code should help

<html>
<body>
<embed>insert filename here and its location on the webserver</embed>
</body>
</html>

the location would be example www.hello.com/videos/amvs/blah.wmv

hope this helps

trythil
is
Joined: Tue Jul 23, 2002 5:54 am
Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
Location: N????????????????
Org Profile

Post by trythil » Tue Jan 04, 2005 12:05 am

CerebralAssamite wrote:this code should help

<html>
<body>
<embed>insert filename here and its location on the webserver</embed>
</body>
</html>

the location would be example www.hello.com/videos/amvs/blah.wmv

hope this helps
Holy shit on a stick! I didn't think ANYONE was still using that outdated tag.

Use this instead:
http://www.w3.org/TR/html401/struct/objects.html#h-13.3

It's the officially accepted way to embed objects into an HTML document, and is upwards compatible with XHTML 1.0/XHTML 1.1.

User avatar
CerebralAssamite
Joined: Sat Jun 12, 2004 9:56 am
Location: You Mean You Care?
Org Profile

Post by CerebralAssamite » Tue Jan 04, 2005 1:45 am

*shrugs* my way of thinking is "If it still works then who cares"

looking through that page, it seems to have a lot of java than just plain html, but i may have missed it.

User avatar
aznfs
Joined: Fri Aug 23, 2002 11:22 pm
Org Profile

Post by aznfs » Tue Jan 04, 2005 2:27 am

trythil wrote:
CerebralAssamite wrote:this code should help

<html>
<body>
<embed>insert filename here and its location on the webserver</embed>
</body>
</html>

the location would be example www.hello.com/videos/amvs/blah.wmv

hope this helps
Holy shit on a stick! I didn't think ANYONE was still using that outdated tag.
hey its old;; but nothing much beats old fasioned easy code :P
Image

trythil
is
Joined: Tue Jul 23, 2002 5:54 am
Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
Location: N????????????????
Org Profile

Post by trythil » Tue Jan 04, 2005 10:38 am

CerebralAssamite wrote:*shrugs* my way of thinking is "If it still works then who cares"
People who want to adhere to standards and thus have a greater chance of having their content presented consistently on different rendering systems care. You don't, but from your thought process, it's apparent that you've never had to deal with that situation before.
hey its old;; but nothing much beats old fasioned easy code
Correct code beats "old fashioned easy code".

User avatar
aznfs
Joined: Fri Aug 23, 2002 11:22 pm
Org Profile

Post by aznfs » Tue Jan 04, 2005 3:08 pm

trythil wrote: Correct code beats "old fashioned easy code".
old fashioned is the only thing i remember
Image

Locked

Return to “Site Help & Feedback”