![]() |
|
ZenPhoto + FlowPlayer + iPhone/iPad video - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: ZenPhoto + FlowPlayer + iPhone/iPad video (/thread-7885.html) |
ZenPhoto + FlowPlayer + iPhone/iPad video - theangel - 23-11-2010 Over at FlowPlayer the page for 3.2.3 makes the claim that it has support for iPhones and iPads. Version 3.2.3 also seems to be the same version that the latest release of ZenPhoto includes. It appears that the way to get it to work simply has to do with the way you format your HTML. But playing of mp4s isn't working. Given the information above could someone help me with some tweak I could make to the source or html that would enable this iPhone "support" with the default theme? ZenPhoto + FlowPlayer + iPhone/iPad video - acrylian - 25-11-2010 You will probably have to modify the flowplayer3 plugin. ZenPhoto + FlowPlayer + iPhone/iPad video - marjolein - 03-01-2011 I'm also very interested in adding support for ipads and iphones. Did you or somebody else already find out how we can do this? I looked at the information at the Flowplayer site but it's all very confusing for me and I don't know where to start..... ZenPhoto + FlowPlayer + iPhone/iPad video - acrylian - 03-01-2011 Quote:Flowplayer supports iPad and iPhone even without this plugin. This support comes from the fallback embedding features that are included in the flowplayer.js script. This plugin offers following additional features and benefits, that are not included in the default fallback of flowplayer.js: ZenPhoto + FlowPlayer + iPhone/iPad video - marjolein - 24-01-2011 I changed flowplayer3.php a bit so it can show video and audio on an ipad. I installed flowplayer.ipad-3.2.1.js in the flowplayer3 folder and I added the following line to flowplayer3.php: ZenPhoto + FlowPlayer + iPhone/iPad video - Morty - 03-05-2011 Hey i have been looking into on how to replace the flowplayer version in the flowplayer plugin for a commercial one. but i can't seem to find any info regarding using another player any thoughts on this would be greatly appreciated Morty ZenPhoto + FlowPlayer + iPhone/iPad video - acrylian - 03-05-2011 As far as I there is no real technical difference between the GPL and the commerical version. You would have to replace the included one with yours. Of course you have to do it again on every update. Look at the plugin files. Seems you also need to add the product key: This means you have to modify the plugin directly. Best you make a custom plugin of it. ZenPhoto + FlowPlayer + iPhone/iPad video - Morty - 04-05-2011 okay, thank you! just another thing... the function in which image urls are store in the which part of the php script is that, if more then more section?? anyway, love the script and the zenphoto flexibility!! ZenPhoto + FlowPlayer + iPhone/iPad video - acrylian - 04-05-2011 That is functionality of the core classes. Why do you need to know that specifially? ZenPhoto + FlowPlayer + iPhone/iPad video - Morty - 04-05-2011 I am working on a small upload script as part of my exams Thanks ZenPhoto + FlowPlayer + iPhone/iPad video - acrylian - 04-05-2011 I suggest to look at the admin files for upload then. Generally I would suggest to read the object model tutorial if you haven't already. ZenPhoto + FlowPlayer + iPhone/iPad video - Morty - 04-05-2011 Okay i will. thanks again, much appreciated ZenPhoto + FlowPlayer + iPhone/iPad video - busternutley - 20-08-2011 I'm so glad I saw this thread. It looks like [b]marjolein[/b] figured it out but I'm confused by what he/she wrote: Quote:I also added .ipad()to the flowplayer call in flowplayer3.php. ZenPhoto + FlowPlayer + iPhone/iPad video - acrylian - 21-08-2011 You need to make your own custom flowplayer plugin by modifying the existing one. As said before FLowplayer will play even without on iDevices if the correct movie format is used (mp4 that is). ZenPhoto + FlowPlayer + iPhone/iPad video - busternutley - 21-08-2011 Thanks but mp4 doesn't do the trick, I still get that prompt to "Install latest Flash player.." I tried uploading an m4v but zenphoto doesn't seem to read it. Not that I'm complaining... zenphoto is an absolutely outstanding and brilliant cms. I would cry if I had to live without it. ZenPhoto + FlowPlayer + iPhone/iPad video - acrylian - 21-08-2011 The flowplayer site says it would play directly by default. I don't have any iDevices so I neiter can help nor test anything (although I am Mac user otherwise). I have put adding that iPad plugin to the official plugin on my list for Zenphoto 1.4.2 (scheduled December 1st). It will probably sometime before that in the developlement nightly build. Zenphoto does not recognize .m4v currently, only the generic .mp4. It is planned to change that for 1.4.2 as well. There are also plans to make a proper jPlayer (jplayer.org) plugin (There is a 3rd party one only for audio playlists). ZenPhoto + FlowPlayer + iPhone/iPad video - busternutley - 21-08-2011 Acrylian, you guys have an amazing product here. I'll be looking forward to the next update. In the meantime I'll keep tinkering along. Thanks for your help. ZenPhoto + FlowPlayer + iPhone/iPad video - mrgilbo - 08-09-2011 Just thought I'd pop some info in this thread based on my own experiences. As Marjolein stated above,there are some tweaks you can make to Flowplayer to get it to play mp4 videos embedded in ZenPhoto on the iPad instead of going full screen (on the iPhone they will only play full screen). Download and copy flowplayer.ipad-3.2.2.min.js to your /zp-core/zp-extensions/flowplayer directory. Now you need to make two changes to flowplayer3.php: Add the following line underneath the similar ones within the flowplayer2JS function: ZenPhoto + FlowPlayer + iPhone/iPad video - acrylian - 08-09-2011 Thanks, that will be in Zenphoto 1.4.2. |