|
From: Peter P G. <Pro...@gm...> - 2013-12-11 16:36:48
|
In the meantime I found an intermediate workaround to have a link for an
external player:
In /opt/tomcat7/webapps/orkweb/WEB-INF/RecSegments.html
Change
<a jwcid="@Any" href="ognl:item.recSegment.tape.playUrl"><img
jwcid="@Image" image="asset:play" alt="Play"/></a>
to
<a jwcid="@Any" href="ognl:item.recSegment.tape.playUrl"><img
jwcid="@Image" image="asset:play" alt="Play"/></a><a target="_blank"
jwcid="@Any" href="ognl:item.recSegment.tape.Url">play</a>
On my Linux system the 'play' link starts an external player with the
record file.
Best regards
Peter
On 12/05/13 22:48, Henri Herscher wrote:
> For paying customers under Linux (not very common) or MacOS (more
> common), we have a java applet as a player, but this is part of the
> commercial release. Also, we are working on a new html5 player, not
> sure yet whether we'll contribute it to the open source version.
> Henri
>
>
> On 29 November 2013 06:26, Peter P GMX <Pro...@gm...
> <mailto:Pro...@gm...>> wrote:
>
> Hello,
>
> we trying to play back sound files from Orkweb in Firefox under
> Xubuntu.
>
> Looking at the code
> <script language="JavaScript">
> function play (audioFilename)
> {
> document.all.player.autoStart = true;
> document.all.player.fileName = audioFilename;
> }
> </script>
>
> <OBJECT ID="player"
> CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
>
> CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.
> cab#Version=5,1,52,701"
> STANDBY="Loading Microsoft Windows Media Player components..."
> TYPE="application/x-oleobject"
> WIDTH=280 HEIGHT=50 >
> <PARAM NAME="fileName" VALUE="">
> <PARAM NAME="animationatStart" VALUE="false">
> <PARAM NAME="transparentatStart" VALUE="true">
> <PARAM NAME="showControls" VALUE="true">
> <PARAM NAME="ShowStatusBar" VALUE="true">
> <PARAM NAME="ShowDisplay" VALUE="false">
> <PARAM NAME="ShowPositionControls" VALUE="true">
> <PARAM NAME="ShowTracker" VALUE="true">
> <PARAM NAME="CurrentPosition" VALUE="0">
> <PARAM NAME="autoStart" VALUE="true">
> </OBJECT>
>
> I can see that this will only work with Windows Media Player Active X
> control.
>
> So my feeling is: This could not work under Linux.
>
>
> Has anybody already tried to use another embedded player, (e.g.
> soundmanager, dewplayer, swplayer, flowplayer, page-player.js) or
> similar to embed this instead of Windows Media Player?
> How are you dealing with Clients under Linux?
>
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business.
> Most IT
> organizations don't have a clear picture of how application
> performance
> affects their revenue. With AppDynamics, you get 100% visibility
> into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of
> AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
> _______________________________________________
> Oreka-devel mailing list
> Ore...@li...
> <mailto:Ore...@li...>
> https://lists.sourceforge.net/lists/listinfo/oreka-devel
>
>
>
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>
>
> _______________________________________________
> Oreka-devel mailing list
> Ore...@li...
> https://lists.sourceforge.net/lists/listinfo/oreka-devel
|