Hi again! OK I found the problem! The erroneous site has 2 templates - HOME and UNIVERSAL. In HOME, I can see ods_jwplayer in the template constant editor. However, in the UNIVERSAL template constant editor, there is no record. It's as if the UNIVERSAL template isn't loading/recognizing the extension???
-Scott. ________________________________ From: Scotty C <[email protected]> To: "[email protected]" <[email protected]>; TYPO3 English <[email protected]> Sent: Tuesday, August 20, 2013 3:32:53 AM Subject: Re: [TYPO3-english] Audio Streaming of Playlist.xml Hi again, In hacking away on this, I've found something extremely strange. I'm on the same installation of T3 4.7 with 2 different sites/domains in the tree, so they're both using the same extensions. Nothing fancy. The first (working) station has source code that looks like this: /*<![CDATA[*/ <!-- /*mmswf52133452d6f4e*/ var flashvars={"playlistfile":"\/fileadmin\/starfm2\/playlist.xml","repeat":"list","skin":"\/fileadmin\/starfm2\/simple.zip","allowFullScreen":"false","file":"..\/..\/..\/..\/\/","autostart":"false"};var params={"allowScriptAccess":"always"};var attributes={};swfobject.embedSWF("typo3conf/ext/ods_jwplayer_media/res/player.swf","mmswf52133452d6f4e","400","23","9","typo3/contrib/flashmedia/swfobject/expressInstall.swf",flashvars,params,attributes); // --> /*]]>*/ ... while the other (non-working) station, using the exact same content element but in a different domain/page tree has this source code - note the swfobject.embedSWF chunk: /*<![CDATA[*/ <!-- /*mmswf5213375b3f973*/ var flashvars={"playlistfile":"\/fileadmin\/starfm2\/playlist.xml","repeat":"list","skin":"\/fileadmin\/starfm2\/simple.zip","allowFullScreen":"false","autoPlay":"false","soundFile":"..\/..\/..\/\/"};var params={"quality":"high","allowScriptAccess":"sameDomain","menu":"false"};var attributes={};swfobject.embedSWF("typo3/contrib/flashmedia/player.swf","mmswf5213375b3f973","400","23","9","typo3/contrib/flashmedia/swfobject/expressInstall.swf",flashvars,params,attributes); // --> /*]]>*/ So, it seems that's the problem - one site is loading the full featured jwplayer extension while the other is stuck on the flashmedia player. Can anybody tell me why? Thanks, -Scott. ________________________________ From: Scotty C <[email protected]> To: "[email protected]" <[email protected]> Sent: Monday, August 19, 2013 6:03:58 AM Subject: [TYPO3-english] Audio Streaming of Playlist.xml Hi everyone, (Ignore my last message as the subject line had a typo) A radio station has asked me to implement a JW Player of a playlist.xml file that they've stored in fileadmin. I used to make this work with ods_jwplayer_media but now it just shows a flash player instead of JW Player and it sticks at "Connecting...". Can anybody tell me a simple extension that will link to/read the playlist.xml file and output the audio stream? Thanks, -Scott. _______________________________________________ TYPO3-english mailing list [email protected] http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english _______________________________________________ TYPO3-english mailing list [email protected] http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english _______________________________________________ TYPO3-english mailing list [email protected] http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
