Railo 3.0 released - Features part III - Multimedia
As you might have read in my previous entries, Railo 3.0 introduces some new multimedia tags and functions. In this blog entry I will show you how to use them.
As you might have read in my previous entries, Railo 3.0 introduces some new multimedia tags and functions. In this blog entry I will show you how to use them.
| Mo | Di | Mi | Do | Fr | Sa | So |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 |
Random Friday Railo tip: this.datasource
Mark Z said: Thanks for the review. You've saved much of my time as I'm currently
surfing the web looking for s...
[More]
Railo Tip: Trimming with cfsavecontent
Naveen Krishnamurthy said: I had the same preceding and succeeding spaces too.. But the spaces are gone if we set the suppressW...
[More]
Railo – BlazeDS
Serge said: Hi, I just try to make it work through Ajax client library. It doesn't seem to have setSource() meth...
[More]
Railo 3.0 released - Features part III - Multimedia
brian said: Hi, just wondered if anyone had come across this. I downloaded Railo Express
last night to give c...
[More]
Running Railo 3.1 from a CD
brian said: When I try and launch a url from the start.bat file as follows:
httpd.exe -conf conf/resin.conf -...
[More]
1) would be great to update the player to play H.264/MP4 files instead of just FLV. 264 files generally look better and are a tad smaller than FLV files.
2) you guys might consider using GOOGLES AJAX libraries for the SWFOBJECT. it's cacheable and since this is a module that will be on multiple sites, if anyone visits another site and SWFOBJECT is in the cache - the browser will use the cached version
more info at
http://code.google.com/apis/ajaxlibs/
or simply change the SWFOBJECT script call in the generated player to:
<invalidTag type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.1...;
This code generate this error!
Get the Flash Player to see this player.
and not render video.
<cfvideoplayer video="http://localhost:8080/videos/rails.flv" preview="http://localhost:8080/videos/rails.jpg" width="640" height="360">
produce this message:
Get the Flash Player to see this player.
last night to give cfvideoplayer a try and have got a bit of a problem with the
play list feature. However I seem to order the videos in the code the play list
just comes up in some random order that seems to change every time you load the
page.
This is what I'm doing:
<cfvideoplayer autostart="YES" width="750" height="460"
allowfullscreen="true" playlist="right" showpause="false">
<cfvideoplayerparam video="_flash/Chapter 1.flv" title="Chapter 1">
<cfvideoplayerparam video="_flash/Chapter 2.flv" title="Chapter 2">
<cfvideoplayerparam video="_flash/Chapter 3.flv" title="Chapter 3">
<cfvideoplayerparam video="_flash/Chapter 4.flv" title="Chapter 4">
<cfvideoplayerparam video="_flash/Chapter 5.flv" title="Chapter 5">
<cfvideoplayerparam video="_flash/Chapter 6.flv" title="Chapter 6">
<cfvideoplayerparam video="_flash/Chapter 7.flv" title="Chapter 7">
<cfvideoplayerparam video="_flash/Chapter 8.flv" title="Chapter 8">
<cfvideoplayerparam video="_flash/Chapter 9.flv" title="Chapter 9">
<cfvideoplayerparam video="_flash/Chapter 10.flv" title="Chapter 10">
</cfvideoplayer>
Anyone know how to make them list in the order coded? BTW I've tried taking
spaces out of the titles and filenames with no luck.