Results 1 to 10 of 10

 

Thread: Stream Video like google video etc?

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Apr 2004
    Location
    UK
    Posts
    597
    Thanks
    12
    Thanked 9 Times in 9 Posts


    does anyone know of any software/coding so i can upload flash (.swf) files or mpeg/avi files to stream on my site?

    cheers
    Matt

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Apr 2004
    Location
    Leeds
    Posts
    29
    Thanks
    0
    Thanked 2 Times in 1 Post
    You could upload them to YouTube etc (providing you're not wanting to sell the content) then embed the player in your pages...

    Paul.

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Mar 2006
    Location
    Small village in the West of Ireland
    Posts
    488
    Thanks
    37
    Thanked 6 Times in 6 Posts
    Hi Matt,

    Not sure if this will answer your question but came across this free flash player today.

    http://www.jeroenwijering.com/?item=Flash_Video_Player

    There's also a tutorial about compressing video for use in flash. Havn't used it myself but looking to when I get a chance.

    Adrian

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Apr 2004
    Location
    UK
    Posts
    597
    Thanks
    12
    Thanked 9 Times in 9 Posts
    Quote Originally Posted by adsw
    Hi Matt,

    Not sure if this will answer your question but came across this free flash player today.

    http://www.jeroenwijering.com/?item=Flash_Video_Player

    There's also a tutorial about compressing video for use in flash. Havn't used it myself but looking to when I get a chance.

    Adrian
    Looks good Thanks,

    now, for converting files from mpg or avi or .mov to flash, how do i do this?

    cheers
    matt

  5. #5
    Registered User

    Status
    Offline
    Join Date
    Mar 2006
    Location
    Small village in the West of Ireland
    Posts
    488
    Thanks
    37
    Thanked 6 Times in 6 Posts
    now, for converting files from mpg or avi or .mov to flash, how do i do this?
    Riva FLV Encoder is mentioned in that tutorial. Again havn't used it so don't know how good it is.

    http://www.rivavx.com/?encoder

    Adrian

  6. #6
    Registered User

    Status
    Offline
    Join Date
    Apr 2004
    Location
    UK
    Posts
    597
    Thanks
    12
    Thanked 9 Times in 9 Posts
    thanks chaps managed to knock up a site in word press and use the flv player streaming video
    some visitors are having trouble viewing the videos though? the black screen comes up but nothing plays even when you click on play etc... any ideas what could be wrong?
    it's http://www.japmetal.co.uk/?page_id=11

    Cheers
    matt

  7. #7
    accelerator's Avatar
    Online shopping rocks!

    Status
    Offline
    Join Date
    Nov 2004
    Location
    England
    Posts
    3,034
    Thanks
    54
    Thanked 183 Times in 164 Posts
    Your original code:

    <div class="flvPlayer"><object type="application/x-shockwave-flash" width="400" height="300" data="http://www.japmetal.co.uk/media/flvplayer.swf?file=http://www.japmetal.co.uk/media/37.33.flv&amp;autoStart=false;"></p>
    <param name="movie" value="http://www.japmetal.co.uk/media/flvplayer.swf?file=http://www.japmetal.co.uk/media/shootout37.33.flv&amp;autoStart=false;" /></object></div>

    Yes, it doesn't work for me, it may be related to the fact that on the end of your data= value you have &amp;autoStart=false; I suggest you knock that off the data statement, and if you want to disable autoStart put it in its own parameter statement, i.e.

    <object type="application/x-shockwave-flash" width="400" height="300" data="http://www.japmetal.co.uk/media/flvplayer.swf?file=http://www.japmetal.co.uk/media/37.33.flv" autoStart="false">

    It's the data statement that looks to be the problem, you could also try putting a direct reference to the flash file instead, see also:

    http://ventstation.blogspot.com/2006...avascript.html

    Rgds

  8. #8
    accelerator's Avatar
    Online shopping rocks!

    Status
    Offline
    Join Date
    Nov 2004
    Location
    England
    Posts
    3,034
    Thanks
    54
    Thanked 183 Times in 164 Posts
    Hmm ... another one on a different page does work for me:

    <div class="flvPlayer"><object type="application/x-shockwave-flash" width="400" height="300" data="http://www.japmetal.co.uk/media/flvplayer.swf?file=http://www.japmetal.co.uk/media/bream1-sml.flv&amp;autoStart=false;"></p>
    <param name="movie" value="http://www.japmetal.co.uk/media/flvplayer.swf?file=http://www.japmetal.co.uk/media/bream1-sml.flv&amp;autoStart=false;" /></object></div>

    so I guess its not the autoStart that's the problem. One suggestion I have is the one that is not working uses a full stop in the file name, i.e. shootout37.33.flv, maybe try renaming the file so it doesn't have the full stop in, as that could possibly be interfering.

    Rgds

  9. #9
    Registered User

    Status
    Offline
    Join Date
    Apr 2004
    Location
    UK
    Posts
    597
    Thanks
    12
    Thanked 9 Times in 9 Posts
    thanks very much accelerator, much appreciated

  10. #10
    Registered User

    Status
    Offline
    Join Date
    Apr 2004
    Location
    UK
    Posts
    597
    Thanks
    12
    Thanked 9 Times in 9 Posts
    its working on my end fine, before editing and after, how about you?



Thread Information

Users Browsing this Thread

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

Similar Threads

  1. BigDaddy Means Big Changes at Google
    By 3wdl in forum Affiliate Marketing Lounge
    Replies: 4
    Last Post: 27-01-06, 01:05 PM
  2. Fonetastic mobile sales (none)
    By Leeky in forum Affiliate Marketing Lounge
    Replies: 48
    Last Post: 23-01-06, 12:37 PM

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
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2