Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 24

Thread: placeing a video in webpage********

  1. #1
    Im Da Man! DanTheMan is a jewel in the roughDanTheMan is a jewel in the rough DanTheMan's Avatar
    Join Date
    Jul 2005
    Posts
    1,444

    placeing a video in webpage********

    help...
    does anyone no how to put a video online for users to view and right after the video has played the page refreshes and leads the users to another page?

    if someone can help i can give them a litte prize as a reward...maybe some free file hosting...? if you've help well i'll pm u.
    My-FreeHost is a great new post2host I found!

  2. #2
    -Team WebLyte- WL-Michael is a jewel in the roughWL-Michael is a jewel in the rough WL-Michael's Avatar
    Join Date
    Jan 2005
    Location
    Jacksonville, FL
    Posts
    1,604
    Coding, have you checked Google yet?

  3. #3
    Hrm? Tree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to all Tree's Avatar
    Join Date
    Aug 2005
    Location
    /home
    Posts
    3,059
    That would be something like checking the video's length, then having a meta redirect after the video's length.

    I'm not familiar with PHP's video functions, or even if they exist. But PHP could do something like that as well. If video functions exist, that is.
    Life is very short, and there's no time for fussing and fighting my friend.

  4. #4
    Im Da Man! DanTheMan is a jewel in the roughDanTheMan is a jewel in the rough DanTheMan's Avatar
    Join Date
    Jul 2005
    Posts
    1,444
    Quote Originally Posted by LYT-Michael
    Coding, have you checked Google yet?
    first i like to thank the both of u for trying to help.

    but i don't no what to search for in google on this topic
    My-FreeHost is a great new post2host I found!

  5. #5
    -Team WebLyte- WL-Michael is a jewel in the roughWL-Michael is a jewel in the rough WL-Michael's Avatar
    Join Date
    Jan 2005
    Location
    Jacksonville, FL
    Posts
    1,604
    Try searching for a "timed-page-redirect"

  6. #6
    FWS Addict madmatt911 is an unknown quantity at this point
    Join Date
    Jul 2004
    Posts
    641
    A timed redirect would not work. Most people wait for videos to load and there would be problems if the viewer has a slow connection

  7. #7
    Jay Street iBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond repute iBrightDev's Avatar
    Join Date
    Oct 2005
    Location
    Not sure, need a GPS.
    Posts
    7,126
    i know there has to be a way, because if you have ever downloaded videos off of kazza or limewire, sometimes the video will take you to a web page when the video starts. i am not sure if you can make it do it when the video is over though.
    Full-service digital agency based in Scottsdale, Arizona - iBright Development

  8. #8
    FWS Addict madmatt911 is an unknown quantity at this point
    Join Date
    Jul 2004
    Posts
    641
    Yes, but that is a program and you have the video on your computer, there is no load time. On the internet, the file must load in order to play. The best thing is to learn flash and make your own video player that will do that.

  9. #9
    Hrm? Tree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to all Tree's Avatar
    Join Date
    Aug 2005
    Location
    /home
    Posts
    3,059
    Yeah, that would do it.
    Life is very short, and there's no time for fussing and fighting my friend.

  10. #10
    Im Da Man! DanTheMan is a jewel in the roughDanTheMan is a jewel in the rough DanTheMan's Avatar
    Join Date
    Jul 2005
    Posts
    1,444
    so a timed script will work?
    My-FreeHost is a great new post2host I found!

  11. #11
    Hrm? Tree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to all Tree's Avatar
    Join Date
    Aug 2005
    Location
    /home
    Posts
    3,059
    Probably not. Videos are different lengths and people load videos quicker than others.
    Life is very short, and there's no time for fussing and fighting my friend.

  12. #12
    -Team WebLyte- WL-Michael is a jewel in the roughWL-Michael is a jewel in the rough WL-Michael's Avatar
    Join Date
    Jan 2005
    Location
    Jacksonville, FL
    Posts
    1,604
    Unless you code it into the video, not sure how they do it but I've ran across a few that will launch webpages, so there is a way. First of all, what type of media are you playing? .mpeg .avi .mov what?

  13. #13
    Senior Member rebelagent is an unknown quantity at this point
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    228
    javascript perhaps? interlace the 2 but other than that im thinking the same as other timed-script-redirect
    Uneek Productions - Custom videos for anything you need!

  14. #14
    #anonymous Decker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond repute Decker's Avatar
    Join Date
    Dec 2003
    Location
    West Yorkshire, Englandshire
    Posts
    10,145
    Easy - code the last frame if it's wmv or avi or mov or basically any of the newer versions of most of the formats and embed a link.
    /\__/\ We Do Not Forgive!
    (- o *) We Do Not Forget!
    (")_(") Expect Us!
    IT Help for everyone @ Scotia-IT.com - when it's finished

  15. #15
    Im Da Man! DanTheMan is a jewel in the roughDanTheMan is a jewel in the rough DanTheMan's Avatar
    Join Date
    Jul 2005
    Posts
    1,444
    Quote Originally Posted by LYT-Michael
    Unless you code it into the video, not sure how they do it but I've ran across a few that will launch webpages, so there is a way. First of all, what type of media are you playing? .mpeg .avi .mov what?
    it's gonna be an avi file...just a small one...like 30 seconds...

    i really need some help....

    Quote Originally Posted by Decker
    Easy - code the last frame if it's wmv or avi or mov or basically any of the newer versions of most of the formats and embed a link.
    i don't understand what u mean by that...and i don't want them to download it...just view it online...then the page refreshes to another page and viola it leads to another page right after it's done playing....
    My-FreeHost is a great new post2host I found!

Closed Thread

Bookmarks

Posting Permissions

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