+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Embed Streaming Videos

  1. #1
    izrealight is offline x10Hosting Member izrealight is an unknown quantity at this point
    Join Date
    Apr 2008
    Posts
    3

    Embed Streaming Videos

    Hi I uploaded a video that I made to the server which doesn't seem to be playing on my site. I used dreamweaver and everything works fine on my computer, and everything else on my site is great, but the video doesn't play online. here's the code:

    <object width="320" height="290" id="mediaplayer1">
    <param name="URL" value="roseave.avi">
    <param name="AutoStart" value="true">
    <param name="ShowControls" value="true">
    <param name="ShowStatusBar" value="false">
    <param name="ShowDisplay" value="false">
    <param name="AutoRewind" value="true">
    <embed src="roseave.avi" width="320" height="290" autostart="false" showcontrols="true" showstatusbar="false" showdisplay="false" autorewind="true"></embed>
    </object>

    Any help with this would be awesome. thanks.
    Edit:
    here's the website URL too: www.roseavenuedigital.com/special.htm
    Last edited by izrealight; 05-02-2008 at 06:56 PM. Reason: Automerged Doublepost

  2. #2
    LHVWB's Avatar
    LHVWB is offline Lord Of The Keys LHVWB is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Australia
    Posts
    1,308

    Re: Embed Streaming Videos

    * Moved to Graphics and Webdesign. The Free hosting Forum is for account support, please post elsewhere for code or design support.

    You are more likely to get somebody to help you here with your code.

    Have a look at this reference.
    http://www.htmlgoodies.com/tutorials...le.php/3480061
    Last edited by LHVWB; 05-02-2008 at 07:38 PM.

  3. #3
    Starshine's Avatar
    Starshine is offline Legend Killer Starshine is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    U.S.A.
    Posts
    7,211

    Re: Embed Streaming Videos

    You may want to consider upgrading your PHP to ver. 2 ( Intermediate ) as well.

  4. #4
    izrealight is offline x10Hosting Member izrealight is an unknown quantity at this point
    Join Date
    Apr 2008
    Posts
    3

    Re: Embed Streaming Videos

    Oh thanks, yea I guess I was in the wrong Forum.

    Quote Originally Posted by verbsite View Post
    I already checked this, didn't seem to help much. What does upgrading my PHP to ver. 2 do, and what does that entail? much thanks.

  5. #5
    LHVWB's Avatar
    LHVWB is offline Lord Of The Keys LHVWB is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Australia
    Posts
    1,308

    Re: Embed Streaming Videos

    Quote Originally Posted by izrealight View Post
    Oh thanks, yea I guess I was in the wrong Forum.



    I already checked this, didn't seem to help much. What does upgrading my PHP to ver. 2 do, and what does that entail? much thanks.
    Upgrading to the intermediate version of php should only make a difference if you are using php in your code. It will give you access to more php functions.

    As far as I can see your website site not recognizing that I have the plugin for flash, this must be an error with your html code, that means it isn't telling the browser to load the flash document.

  6. #6
    izrealight is offline x10Hosting Member izrealight is an unknown quantity at this point
    Join Date
    Apr 2008
    Posts
    3

    Re: Embed Streaming Videos

    the avi is about 200 mb, could it be too large to stream effectively?

  7. #7
    kateblogs's Avatar
    kateblogs is offline x10Hosting Member kateblogs is an unknown quantity at this point
    Join Date
    May 2008
    Location
    UK
    Posts
    19

    Re: Embed Streaming Videos

    I'm probably teaching my grandma to suck eggs but - did you upload the video too?

  8. #8
    crisp is offline x10Hosting Member crisp is an unknown quantity at this point
    Join Date
    Feb 2008
    Posts
    85

    Re: Embed Streaming Videos

    Quote Originally Posted by kateblogs View Post
    I'm probably teaching my grandma to suck eggs but - did you upload the video too?
    Was gonna ask the same. According to the params you've entered the video file should be in your web root (public_html) folder. Did you perhaps put it in another folder on your site? If so change the URL and the src params to point to the folder you put it in (or move the file to web root)

    btw 200Mb? you should consider using some sort of compression on it, just 5 views at that size is 1Gb bandwidth gone.

  9. #9
    kkenny's Avatar
    kkenny is offline Lord Of The Keys kkenny is an unknown quantity at this point
    Join Date
    Feb 2008
    Location
    I REP THE BAY. (Bay Area, CA, USA)
    Posts
    1,950

    Re: Embed Streaming Videos

    Try this code. I think your doctype may be affecting it ;P if it's xhtml then this code should work

    <object width="320" height="290" id="mediaplayer1" />
    <param name="URL" value="roseave.avi" />
    <param name="AutoStart" value="true" />
    <param name="ShowControls" value="true" />
    <param name="ShowStatusBar" value="false" />
    <param name="ShowDisplay" value="false" />
    <param name="AutoRewind" value="true" />
    <embed src="roseave.avi" width="320" height="290" autostart="false" showcontrols="true" showstatusbar="false" showdisplay="false" autorewind="true" /></embed>

    That's if it's normal HTML and in XHTML, if it's in a php you need to change the " to ' and if it's HTML then you need to I think remove the " />" and make it "/>" at the end of almost each tag.
    </object>
    kkenny - retired.
    -Became a Moderator/Staff Member on 4/23/08
    -Became Senior Mod on 8/28/08
    -Became Account Manager on 10/18/08
    -Left Staff and X10 in 2009.


  10. #10
    vTech's Avatar
    vTech is offline x10Hosting Member vTech is an unknown quantity at this point
    Join Date
    Mar 2008
    Location
    Singapore...
    Posts
    34

    Re: Embed Streaming Videos

    i guessed you placed the video at the wrong folder or you linked it to the wrong folder....but i see u fixed it now...

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. embed videos
    By gazzamc in forum Graphics & Webdesign
    Replies: 5
    Last Post: 01-10-2008, 03:48 PM
  2. Embedding Videos
    By GreaseMonkeys in forum Free Hosting
    Replies: 3
    Last Post: 11-17-2007, 11:30 PM
  3. Videos YouTube
    By DarkPaladin16 in forum Soporte
    Replies: 6
    Last Post: 08-09-2007, 08:42 PM
  4. Streaming video..
    By Skyline4life in forum Free Hosting
    Replies: 15
    Last Post: 03-30-2005, 07:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers