You could upload them to YouTube etc (providing you're not wanting to sell the content) then embed the player in your pages...
Paul.
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
You could upload them to YouTube etc (providing you're not wanting to sell the content) then embed the player in your pages...
Paul.
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 goodOriginally Posted by adsw
Thanks,
now, for converting files from mpg or avi or .mov to flash, how do i do this?
cheers
matt
Riva FLV Encoder is mentioned in that tutorial. Again havn't used it so don't know how good it is.now, for converting files from mpg or avi or .mov to flash, how do i do this?
http://www.rivavx.com/?encoder
Adrian
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
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&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&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 &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
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&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&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
thanks very much accelerator, much appreciated![]()
its working on my end fine, before editing and after, how about you?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks