JW Media Player - JW Image Rotator

Get help with installation and running official modules for phpwcms here. Please do not post bug reports or feature requests here.
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by sustia »

Hi breitsch, thanks for this great news!

This is one of my favorite module (together with Google maps), and I will the test immediately!
Campeones del mundo!
Vegetables!
User avatar
zelsyus
Posts: 85
Joined: Wed 5. Nov 2003, 14:23
Location: Lauffen am Neckar
Contact:

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by zelsyus »

Wow! It works perfectly...
Thanks a lot.

I send a little something on the way ... ;-)
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by sustia »

Hi breitsch,
it works perfectly, but seems that I have a problem with external video link.

If you look at this sample page: http://www.angelosignore.it/
you can see that the first two title in the playlist are visible (an internal video file and a Flickr image file), while the third file (a youtube link) never start to play.

Anyway in my config.php I have these settings:

Code: Select all


$phpwcms['allow_remote_URL']  = 1;  //0 = no remote URL in {PHP:...} replacement tag allowed, 1 = allowed
$phpwcms['allow_ext_init']    = 1;  //allow including of custom external scripts at frontend initialization
Campeones del mundo!
Vegetables!
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by breitsch »

sustia wrote:...while the third file (a youtube link) never start to play
solved. The installation instructions changed slightly, see the docu.
sustia wrote:Anyway in my config.php I have these settings:
the config.php settings do not affect the module!
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
selbaer
Posts: 93
Joined: Sun 22. Jan 2006, 02:19
Location: Florida West Coast

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by selbaer »

I just installed 307 and the updated player but it's not visible in the frontend... (rotator is working excellent)

the xml file looks like this:

Code: Select all


This XML file does not appear to have any style information associated with it. The document tree is shown below.
      
−
<playlist version="1">
<title>test videos</title>
<info>http://mydomain.com/</info>
−
<trackList>
−
<track>
<title>title 1</title>
−
<location>
http://mydomain.com/include/inc_module/mod_flashplayer/stream.php?file=25f70b669b1b7871402785f5ece1a165.flv
</location>
−
<image>
http://mydomain.com/content/images/3dc04fc524432e745183deb112ac4df3.jpg
</image>
</track>
</trackList>
</playlist>

when I add a youtube file to it I'll get this:

Code: Select all


XML Parsing Error: not well-formed
Location: http://mydomain.com/content/tmp/playlist.mpl_24_30.xml
Line Number 12, Column 61:<location>http://www.youtube.com/watch?v=l93MPr6bfTk&feature=PlayList&p=7FEFFB78FC9CDDE9&index=0</location>


should I try a new install?

thx, marco
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by breitsch »

would be enough. Frontend should work though.

In YouTube URL's use

Code: Select all

&
instead of

Code: Select all

&
Not nice I know, and it will be fixed, but youtube url's doesn't normally contain &
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
selbaer
Posts: 93
Joined: Sun 22. Jan 2006, 02:19
Location: Florida West Coast

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by selbaer »

thank you for your quick reply :P
breitsch wrote: Not nice I know, and it will be fixed, but youtube url's doesn't normally contain &
I probably used a search result instead of the direct url. So I wouldn't worry too much about it...

But the player is still not visible in the frontend. I tried my flv file and just the youtube file...nothing...

Maybe something very simple? ...I hope.

Thx, marco

[edit]

somehow it should be there, here the generated source:

Code: Select all

<style type="text/css">
  .FWP_DivContainer object {outline:0;}
</style>
<script type="text/javascript" language="javascript">
  <!-- 
var MODfmp30_flashvars = {
type : "youtube",
playlist : "bottom",
shuffle : "false",
playlistsize : "180",
file : "http://www.youtube.com/watch%3Fv%3Dl93MPr6bfTk",
repeat : "none",
height : "178",
width : "200",
icons : "true",
stretching : "none",
skin : "include/inc_module/mod_flashplayer/template/skins/thin.swf",
mute : "false",
autostart : "false"
};
var MODfmp30_params = {
wmode : "transparent",
allowfullscreen : "false"
};
var MODfmp30_attributes = {
id : "MODfmp30",
name : "MODfmp30"
};



var MODfmp30_player;
swfobject.embedSWF("http://mydomain.com/include/inc_module/mod_flashplayer/template/jw_media_player/player.swf", "MODfmp30", "200", "178", "9.0.0", false, MODfmp30_flashvars, MODfmp30_params, MODfmp30_attributes);
  //-->

</script>
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by Jensensen »

Which version of the player is used? JW mediaplayer4.2+ is not working.
http://code.google.com/p/phpwcms/issues/detail?id=130

But the MOD maybe is different. I'm not sure.
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
selbaer
Posts: 93
Joined: Sun 22. Jan 2006, 02:19
Location: Florida West Coast

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by selbaer »

breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by breitsch »

I need the link, PM if you don't want it to be public.
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
selbaer
Posts: 93
Joined: Sun 22. Jan 2006, 02:19
Location: Florida West Coast

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by selbaer »

problem solved:

I downloaded at http://www.longtailvideo.com/players/jw-flv-player/ the version with the viral plugin / http://www.longtailvideo.com/addons/plugins/47/Viral?q=

Now in this case the player.swf is called the viral-player.swf

This file of course is not working with the phpwcms module developed by Breitsch.

Just renaming does the trick or download the swf file without the plugin


Thank's to Breitsch for developing such great modules ...hats down...
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by update »

After having spent a lot of time with emailing to and fro with longtailvideo I have to say that I'm quite disappointed by the fact that there isn't any logic behind their licensing scheme.
This is made even worse by r309 ($phpwcms['JW_FLV_License'] = '';)
So before I am unable (technically concerning this license rubbish) to use this wonderful mod I'm going to ask you:

How can I fulfill the license request AND have
a site with more than one language and more than one domain pointing to different levels of one instance of the cms/player

If this question is ansered sufficiently, r309 will make sense, otherwise not (you will need an array then to fill in your ten license, if ten domains are pointing to your single instance of your cms/player)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
User avatar
axelko
Posts: 138
Joined: Mon 27. Feb 2006, 22:51
Contact:

Error in cnt.form.php

Post by axelko »

Hi,

I had a problem with the flashplayer_mod, after downloading and installing I got the error below.

Code: Select all

Parse error: syntax error, unexpected '}' in /home/sites/site119/web/glass-2/include/inc_module/mod_flashplayer/inc/cnt.form.php on line 1
The cause was the file mod_flashplayer/inc/cnt.form.php from the zipfile, after (ws-ftp pro) uploading it was 'messed' up, although it was in binary mode. I just edited the file in notepad++ and saved it. After uploading this modified file all worked ok.

Greetz,

Axel
-------------------------------
User avatar
santscho
Posts: 1442
Joined: Mon 2. Apr 2007, 08:56
Location: Schweiz

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by santscho »

I have problems with phpwcms 1.4.2 and the newest download of Breitsch's mod "flashplayer". I am using JW Mediaplayer 4.4. I could not download an older version on JW's website.
-------------------------------------
When I change the skin, the flashplayer is not visible in frontend anymore. It looks just as would be a transparent flash/gif there. But when I call the URL of the skin, the skin appears in the browser window. Means... the installed skins are not corrupt (http://www.xxx.com/include/inc_module/m ... bright.swf).
CHMOD for the skins folder is 777.
-------------------------------------
I've deleted the xml and the mod and installed an older beta version, which I've got from Breitsch a view month ago for testing. This "beta package" includes already the JW flashplayer, so I did not install version 4.4. ......But the skins also not working.
-------------------------------------
Breitsch's beta package works perfect in a phpwcms 1.4.1 installation, hosted by the same company.
-------------------------------------

So... what could be the problem? Maybe phpwcms 1.4.2?????


Cheers
Ralph
Schon Konfuzius sagte: "Sei kein YAML-Lappen". YAML-phpwcms-Integration auf http://www.yaml.phpwcms.org
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Re: JW Media Player - JW Image Rotator [NEW Version 2.0]

Post by breitsch »

everything is on the same domain?
xml, player, skins?
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
Post Reply