Results 1 to 12 of 12

Thread: Quicktime movies in HTML.. or whatever..

  1. #1
    Join Date
    Mar 2004
    Location
    Suicide City
    Posts
    2,351

    Quicktime movies in HTML.. or whatever..

    I was just wondering how you can add a quicktime file (song file or video) to play on a webpage. I leared how to stream off other web pages (back in the days of myspce lol) but i want to have some stream off my own computer.

    so say i wanted C:\Documents and Settings\alex\My Documents\My Music[music file.whatever] and i wanted to put it on a webpage to stream off my comp. How would i do it?

    thanks in advance
    UPC's most heavy Bawls drinker. :D

  2. #2
    Join Date
    Jun 2005
    Location
    Idaho
    Posts
    6,369
    you need the html and a code of somesort to put it on

  3. #3
    Join Date
    Mar 2004
    Location
    Suicide City
    Posts
    2,351
    uhh huhh.
    thats what i was hoping for. lol
    is anybody here skilled with html?
    eh
    UPC's most heavy Bawls drinker. :D

  4. #4
    Join Date
    Mar 2004
    Location
    Eindhoven, The Netherlands
    Posts
    7,833
    Quote Originally Posted by PsychoChimp22
    is anybody here skilled with html?
    eh
    i should be i do not know the code out of my head anymore.however this was in the piece of our latest creation:
    this should be the code to display a vid in windows media player:

    Code:
     <center><embed src="rome.wmv" height=350 width=350 autostart="true"loop="false"></center>
    good luck with it.my mate made this piece of the website,so i don't know much else about this video thingy
    Last edited by drakkie; 10-20-2005 at 12:44 AM.

  5. #5
    Join Date
    Dec 2003
    Location
    nr Edinburgh, Whisky-soaked Scotland
    Posts
    27,775
    unless your computer is connected 100% of the time and has a static IP you won't be able to stream from your own computer for others to hear.
    You'll need to move the file to your ISP/hosting company's server where your web page resides.
    "A woman without curves is like a road without bends, you might get to your destination quicker but the ride is boring as hell'

  6. #6
    Join Date
    Mar 2004
    Location
    Suicide City
    Posts
    2,351
    Quote Originally Posted by Matra et Alpine
    unless your computer is connected 100% of the time and has a static IP you won't be able to stream from your own computer for others to hear.
    You'll need to move the file to your ISP/hosting company's server where your web page resides.
    My brother set our stuff up. He has a server for his website that he lets me use for stuff like this. We both have static IP so.. yeah its hostable.
    UPC's most heavy Bawls drinker. :D

  7. #7
    Join Date
    Mar 2004
    Location
    Suicide City
    Posts
    2,351
    Quote Originally Posted by drakkie
    i should be i do not know the code out of my head anymore.however this was in the piece of our latest creation:
    this should be the code to display a vid in windows media player:

    Code:
     <center><embed src="rome.wmv" height=350 width=350 autostart="true"loop="false"></center>
    good luck with it.my mate made this piece of the website,so i don't know much else about this video thingy
    Ok thanks, thats exactly what i was looking for.
    .wmv opens in WMP right? it doesnt really matter but i wanna know heh.
    UPC's most heavy Bawls drinker. :D

  8. #8
    Join Date
    Dec 2003
    Location
    nr Edinburgh, Whisky-soaked Scotland
    Posts
    27,775
    Quote Originally Posted by PsychoChimp22
    Ok thanks, thats exactly what i was looking for.
    .wmv opens in WMP right? it doesnt really matter but i wanna know heh.
    the embed tag gets it to use the player IN the current window.
    It you just put a link then it will open WMP sperately.
    Sounds like you want the former as it will play as you view
    "A woman without curves is like a road without bends, you might get to your destination quicker but the ride is boring as hell'

  9. #9
    Join Date
    May 2004
    Location
    Northern New Jersey
    Posts
    16,602
    Hosting some naughty videos eh?

  10. #10
    Join Date
    Mar 2004
    Location
    Suicide City
    Posts
    2,351
    Quote Originally Posted by Rockefella
    Hosting some naughty videos eh?
    actually i WAS looking for a way to get banned in style. (posting p0rn on alt account? LOL)

    haha jk, i was gonna post a song file on a site, i noticed all teh songs/music videos you stream off public website are very poor quality. so i figure ill just host off mine.
    UPC's most heavy Bawls drinker. :D

  11. #11
    Join Date
    Mar 2004
    Location
    Suicide City
    Posts
    2,351
    in [<center><embed src="rome.wmv" height=350 width=350 autostart="true"loop="false"></center>] where would i put the directory of the file? (the file isnt in the same folder as teh site)
    UPC's most heavy Bawls drinker. :D

  12. #12
    Join Date
    Dec 2003
    Location
    nr Edinburgh, Whisky-soaked Scotland
    Posts
    27,775
    Quote Originally Posted by PsychoChimp22
    in [<center><embed src="rome.wmv" height=350 width=350 autostart="true"loop="false"></center>] where would i put the directory of the file? (the file isnt in the same folder as teh site)
    THat's the file name in bold.
    If the html and sound files are on the same server and it's yours then it doesn't matter, but if you were hosting off an ISP then you should use relative names.

    eg use "../../sounds/file.wmv" instead of "/Documents and settings/me/sounds/file.wmv" or "/public/users/me/sounds/file.wmv"
    "../" means go UP a directory/folder.
    "A woman without curves is like a road without bends, you might get to your destination quicker but the ride is boring as hell'

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Very good short movies
    By r1ckst4 in forum Multimedia
    Replies: 4
    Last Post: 10-21-2004, 04:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •