Click to See Complete Forum and Search --> : want to play videos on my website
Babelduo
09-02-2008, 02:19 PM
Hello,
i have many videos on my server (avi, mpeg, wmv...) and iam searching
for a method to play them at my webside.
is there a free flash-player which i can use? like that in youtube?
and is it possible to convert my videos to flash-videos with a php-api
or someting?
what is the best way?
questions over questions... :)
thx, babel
nina7683
09-03-2008, 01:51 AM
play videos on website, can choose FLV, SWF, and HTML, or WMV, AVI (as YouTube accepts).
WMV and AVI files are much larger in size, so here we are using FLV, SWF, and HTML.
i found this guide:
play videos on web (http://www.video-to-flash.com/create_flash_video/)
hope it can help u.:p
Babelduo
09-03-2008, 03:20 AM
hmm okay thx :)
but iam searching for a method to convert my videos directly on the server.
if a user upload a video from any format. so the video should be converted or i
shoud have a player which can play any video-formats!
babel
nina7683
09-03-2008, 10:35 PM
hmm okay thx :)
but iam searching for a method to convert my videos directly on the server.
if a user upload a video from any format. so the video should be converted or i
shoud have a player which can play any video-formats!
babel
its easy this tool-Flash Video MX Pro (http://www.video-to-flash.com/),it can directly converts AVI to SWF/FLV, DVD to SWF/FLV, MOV to SWF/FLV, WMV to SWF/FLV, MP4 to SWF/FLV, 3GP to SWF/FLV, MPEG to SWF/FLV, etc.
isabella219
09-16-2008, 10:09 PM
this tool i used it,works very well.:p
gotstano
09-24-2008, 11:10 PM
I'm experiencing the same issue. I converted my video to .flv and it isn't recognized as a subpage. How is this done?
lareina0707
09-25-2008, 11:02 PM
Hello,
i have many videos on my server (avi, mpeg, wmv...) and iam searching
for a method to play them at my webside.
is there a free flash-player which i can use? like that in youtube?
and is it possible to convert my videos to flash-videos with a php-api
or someting?
what is the best way?
questions over questions... :)
thx, babel
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240">
<param name=""movie"" value="11000_0.swf">
<param name=""quality"" value="high">
<param name=""allowScriptAccess"" value="sameDomain" />
<param name=""allowFullScreen"" value="True" />
<embed src="11000_0.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="320" height="240" allowScriptAccess="sameDomain" allowFullScreen="True">
</embed>
</object>
u can change “11000_0.swf” with ur own SWF file name, and change the values of width and height.
hope it can help u.
lareina0707
09-25-2008, 11:04 PM
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240">
<param name="movie" value="11000_0.swf">
<param name="quality" value="high">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="True" />
<embed src="11000_0.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="320" height="240" allowScriptAccess="sameDomain" allowFullScreen="True">
</embed>
</object>
u can change the words “11000_0.swf” with your own SWF file name, and change the values of width and height.
hope it can help u.
lareina0707
09-25-2008, 11:16 PM
Hello,
i have many videos on my server (avi, mpeg, wmv...) and iam searching
for a method to play them at my webside.
is there a free flash-player which i can use? like that in youtube?
and is it possible to convert my videos to flash-videos with a php-api
or someting?
what is the best way?
questions over questions... :)
thx, babel
try this ,
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240">
<param name="movie" value="11000_0.swf">
<param name="quality" value="high">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="True" />
<embed src="11000_0.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="320" height="240" allowScriptAccess="sameDomain" allowFullScreen="True">
</embed>
</object>
u can change the words “11000_0.swf” with your own SWF file name, and change the values of width and height.
hope it can help u.
lareina0707
10-15-2008, 02:57 AM
i have some videos to upload my blog,but i dont know how convert multiple videos to FLV at one time,who know?:confused:
lareina0707
10-27-2008, 03:10 AM
:), Do you want to get a server-side video to flash application to convert the uploaded videos from virtually any format to Flash video (FLV), Flash (SWF), build a video hosting website like YouTube? then your website users can upload video(.avi, mpeg, wmv) to your server-side? I know a flash video sdk, Convert video to FLV with command line in batch and console mode on Windows servers under PHP, C/++, Visual Basic, Delphi, ASP, .NET, ColdFusion. There is free download link:
http://www.****************.com/flash-video-mx-sdk/
any other question, send me mail.
hi,guy,
it seems not bad,thank u 4 share.:p
lareina0707
11-11-2008, 12:30 AM
:), you are welcome, hope it can help u a little, and it isn't free.
it's very good,but i want to find a freeware can do it.:confused: