Forum Replies Created
-
-
13 years ago in reply to: Mov file doesn’t play, only loads
Hi Wendy,
getting rid of that black border, you can modify the css file of he plugin, or override it with your own css.
About the video not playing, we have experimented with several codecs for mp4, and using h264 sounded like a good option for us. Or try to recode your video to something else, for example Quicktime player can do the recoding for you.
Zdenka
13 years ago in reply to: videos not playing on iphoneHi Ryan,
we’re running IOS4 as well, and we haven’t encountered the issues you’re describing.
However I have several notes to your video. First of all, the video has almost 500MB. This is way too huge for an iPhone. We haven’t been able to play the video, it always started to load but then the whole browser crashed.Also for your site the video is too big, you should consider making it smaller.
My last advice is: do not use whitespaces in your filenames, you may run into troubles on some servers.
Regarding your broken layout, when the video is displayed on an mobile device, there’s no flowplayer_container class. Only simple html5 video tag is being used, hence your broken layout. Open your site for example in Safari, switch the user agent to iphone and check the sourcecode to see the html tags used.
As far as the video is so huge, it took some time until the play button appeared for us.
Please consider making your video smaller and you might be able to play your video on an iPhone.
Zdenka
13 years ago in reply to: videos not playing on iphoneHi Ryan,
we have iPod Touch available for testing, and we’re not able to replicate your problem. Could you maybe post the link to the video here, also which version of iPhone do you own?
Thanks,
Zdenka13 years ago in reply to: Can a testimonial be embedded into a widget?Hi Andrew,
When looking into the source code of your testimonials page it seems that the heading p tag is styled, but the content one isn’t. To me this looks like your actual ‘content’ of the testimonial already contains a p tag which causes closure of the above one. Can you please check in your testimonials, their content? Are you using p tags there?
To avoid this I would suggest changing the p tag in your template for div for example, with the same styling.
Hope this helps,
ZdenkaHi Miguel,
basic version of FV WordPress Flowplayer does not support pure mp3 without the video.
However, recently we introduced WP Mobile Video Player which is an extension for FV WordPress Flowplayer. This extension enables video on a wide variety mobile devices, and also supports mp3 playback.
Zdenka
13 years ago in reply to: Problem with using of shortcodesHi Miguel,
we will definitely check the default paths, thanks for notifying us.
The case sensitive issue can be server related, it depends on the configuration sometimes it is case sensitive, sometimes not.
Zdenka
13 years ago in reply to: Can a testimonial be embedded into a widget?Hi Andrew,
since you have the pro version, the easiest way for you to fully customise the testimonials output is to create a template for it, and them use this template in the shortcode. Advantage of templates is that you can adjust html just as you need. Here’s guide to templates which might help you to get started.
The very basic template could be just
[title ,]
[excerpt]But I suggest you to check the range of other tags that can be used and fill out the html as well.
Zdenka
13 years ago in reply to: where to put new video folder?Hi Drew,
ideally the video folder shout be in the root of your web. It’s in the public_html directory, or at the most top level you can see. When accessed from outside it should read http://www.example.com/videos/
Zdenka
13 years ago in reply to: how to wrap text around playerHi Murray,
sorry we don’t have stylesheet with these settings, and writing it for you would be custom coding, which we would charge for. also this has to be sorted directly on your site, there’s your theme stylesheet, flowplayer stylesheet and maybe other plugins stylesheets which might interact one with another.
I can suggest you to use for example Firefox with the firebug console, where you can easily turn on and off styles for single elements.
Otherwise I would probably start with removing those !important flags from Flowplayer stylesheet, start with the container – these are probably overriding other settings.
Zdenka
13 years ago in reply to: how to wrap text around playerHi Murray,
you will have to override the css of the player for this, or do the changes directly in the style sheet in our plugin. You’ll find the style sheet in the css/ directory.
Zdenka
Also, the guide to templates is here.
Hi Martin,
sorry we do not have video tutorial, but I’ll try to explain it here:
Yes, you create your template using html and tags, just as you said. The templates are, however not assigned to single testimonials as you thought.
Templates are assigned to testimonials when being rendered on a page, this way you can use different templates for same testimonials on different places on your page.Templates are assigned in the shortcode, using the
-t{number}
tag, for example:
[Testimonials: -c1 -t2 ]
This will output all testimonials from the 1st category and it will use 2nd template.
Check out other tags that can be used in the shortcode here
Zdenka
13 years ago in reply to: Can a testimonial be embedded into a widget?Hi Andrew,
excerpts are not supported in the basic version. Pro version supports excerpts and fully customisable templates.
Zdenka
13 years ago in reply to: Amazon S3 videos supportHi JC,
unfortunately not, so far nobody was willing to share their private info with us.
We have a basic idea that it might work, but we haven’t implemented anything so far.13 years ago in reply to: Can a testimonial be embedded into a widget?Hi Andrew,
at the moment you can insert testimonials either directly into the template or into the PHP widget. You need to use following code:
<?php echo apply_filters('the_content', '[Testimonials: all]'); ?>
Adjust the properties for testimonials to be displayed as you wish.
We are planning to release a new version of testimonials plugin where this issue will be fixed and the shortcode will work in normal Text widget as well. Until then this workaround works.
Hope this helps,
Zdenka13 years ago in reply to: how to share within Facebook.Hi Mike,
I am not sure if this can work, Flowplayer uses some javascripts from footer which aren’t loaded when on facebook.
From what I have experienced facebook just takes the splash image from the page.
Sharing video on facebook could work with iframes though, but we haven’t tested this, nor we have a guide on how to do this properly.
Zdenka
13 years ago in reply to: The FV icon is missingHi John,
as far as the latest version of FV Flowplayer seems to be rather stable and no other complaints about missing icon has been noted, we assume this is really a local conflict.
I am sorry I can’t help you because I am unable to replicate your problem – I have tried the theme and it was working.
Maybe one more check if flowplayer is installed properly: if you type in the shortcode manually into the page or post, does the video play? Try out the most simple example:
[flowplayer src="http://example.com/pathtoyourvideo/example.mp4"]
Also, we do offer a pro install of our plugins, check it out here.
Zdenka
13 years ago in reply to: The FV icon is missingHi John,
I have just tested the WP3.2.1 with your theme, and I can see the Flowplayer button (exactly as described here). It’s not located in the editor top bar, but just above it where other Upload/Insert buttons are.
Also the problem you have found is not related to our FV WordPress Flowplayer plugin, it’s probably related to the plugin from Flowplayer.org, as we do not use code you pasted.
This seems like some problem with your local installation, maybe you can check if you don’t have some javascript conflicts there.
Zdenka
13 years ago in reply to: Problem with using of shortcodesHi Drew,
I don’t know the wp super popup, but I would bet that there’s no way to insert FV Flowplayer into plain HTML content – you need shortcode parsing, php or javascript to run it.
I am not entirely sure what you mean by inject it into the plugin PHP file, but if you mean this literally, that I wouldn’t do it, especially if you don’t know what you’re exactly doing.
The code above simulates the filters that are being applied on normal posts and pages. This code can be inserted into your template php files, of course you have to place it into a php block <?php … ?>
Sure you have to alternate that flowplayer shortcode part of it to fit your video settings.
Zdenka
13 years ago in reply to: The FV icon is missingHi John,
the icon placement should definitely work with default wordpress editor and with our Foliopress WYSIWYG editor. Are you using one of these? Or are you using something completely else?
Zdenka
13 years ago in reply to: Static picture for playing mp3Hi Gary,
no this feature is not supported. But you can very simply simulate this feature by placing the image just above the audio player.
Zdenka
13 years ago in reply to: Problem with using of shortcodesHi Kyle,
another user just had the same 200 error problem, and she discovered that her hosting was not supporting video streaming … it’s just an idea.
Zdenka
13 years ago in reply to: Problem with using of shortcodesHi Drew,
you might want to check out our FAQ section, for a question “How do I insert flowplayer object outside the post, for example to a sidebar?”
Zdenka
Hi Sunshine,
thanks a lot for posting the answer for your trouble here, it might help other users too!
Zdenka
13 years ago in reply to: Problem with using of shortcodesHi Kyle,
I have checked the above shortcode and it really looks fine. I was not able to play the video either. Is the video located on the same server as the webpage? Maybe try renaming the video with all letters lowercase – sometimes servers might have and issue with this (although we never experienced it with Flowplayer yet).
You said that the same shortcode with exactly the same video worked on some other site?
I am sorry I do not have a straight answer for this but the behaviour is weird and it is impossible to tell where’s problem without detailed debugging and checking the files on the server. I have not seen problem like this before.Zdenka
13 years ago in reply to: Problem with using of shortcodesHi Kyle,
it seems there’s something in the shortcode that shouldn’t be there. Please switch your editor into html source code view and verify the shortcode, there might be some characters not visible in the WYSIWYG view. Alternatively try to copy the shortcode into the notepad or other pure text editor, and then back to to your post.
Hope this helps.
Zdenka13 years ago in reply to: How to get rid of the centeringHi Raymond,
if you are user of Firefox you can discover all styling applied using FireBug, Safari & Chrome have build in web developer tools. You have to understand at least basic css to discover the conflict.
Zdenka
13 years ago in reply to: How to get rid of the centeringHi Raymond,
the video is centered by default. If your video is not centered you should check your css. Your own styles probably override our styling.
Zdenka
13 years ago in reply to: Android tablet and phone supportHello Michael,
mobile devices are much more complicated in terms of video playing, and one video does not fit all devices. We have implemented an extension for FV Wordpess Flowplayer, where you can use multiple video formats at once, and different mobile browsers are then served with the most suitable video.
Please check the wpmobilevideoplayer.com for more details and demo.Zdenka
13 years ago in reply to: repeat a videoHi RC,
please check this thread for the answer:
http://foliovision.com/support/fv-wordpress-flowplayer/requests-and-feedback/continuous-loopZdenka
13 years ago in reply to: Splash image at the end of videoHi Jens,
to complete this topic I would like to note that this functionality has already been added into FV WordPress Flowplayer.
Zdenka
trest test rest
Hi Mark,
just add the shortcode as usual, and insert the above code into it. So the example can look something like:
[flowplayer src='example.mp4' redirect='http://example.com']Of course you can define other parameters such as width, height and splash image as well in the shortcode.
Zdenka
13 years ago in reply to: Fast cgi errorHello Bernie,
this sounds more like some problem with your server, we have never seen this problem before. Please check if you’re running PHP5 for the beginning.
Thanks,
ZdenkaHello Mark,
yes our player supports ‘redirect’ option, so when the video finishes playing, a new page is opened. The shortcode to be added is simply
redirect='http://example.com'
Zdenka
13 years ago in reply to: ‘Fatal’ error on activationHi Mike,
You need to use at least PHP 5, your site is probably still running on old PHP 4.
Zdenka
13 years ago in reply to: PlaylistsHi Lilpodbebe,
At the moment we are not thinking about adding new functionality related to playlists.
Zdenka
13 years ago in reply to: Live streaming rtmp13 years ago in reply to: Continuous loop13 years ago in reply to: Continuous loopYou need to use following code to include the shortcode into a sidebar:
echo apply_filters('the_content', '[flowplayer src=yourvideo.mp4 width=240 height=320]');
Fill the Flowplayer shortcode part according to your needs. The apply filter needs to be called because the flowplayer shortcodes are not parsen outside posts automatically. Also, please do not forget to add the echo at the beginning.
13 years ago in reply to: Amazon S3 videos supportHi Jeff,
hosting on Amazon S3 is supported, but only the ordinary one.
We do not support private sharing protected with passwords, and we also haven’t tested streaming properly.
But if you like S3 only to host your videos, this works without any problems.
Zdenka
13 years ago in reply to: How to remove commercial logoHi Gloria,
thanks for sharing this information! We will update our recommendations based on your experience, so thank you very much!
Yes, if you like to help others with Fancybox, please share your experiences here.
Thanks!
Zdenka13 years ago in reply to: How to remove commercial logoHi Gloria,
you need to get that version of Flowplayer and replace the file on your server with the newest version. Check our FAQ: I do own a license key and I would like to use the latest version Flowplayer provided to me.
Zdenka
13 years ago in reply to: How to remove commercial logoHi Calophi
Actually yes, you can enter you license key in the options page, and the commercial logo should disappear.
Zdenka
13 years ago in reply to: IE 9 issueHi Sherrie,
thanks a lot for this update! It’s very helpfull not only for us but also for other users!
Zdenka
13 years ago in reply to: Autoplay doesn’t workHi Tina,
thanks for your nice words, we’re happy to help!
The donation button is at the top of the plugin page ;)
Zdenka
13 years ago in reply to: IE 9 issue13 years ago in reply to: Autoplay doesn’t workHi Tina,
do not use spaces in the directory/file names – I know the above is just an example, but just a reminder.
Also if you use autoplay there’s no point of submitting the splash screen – think will be the problem, that the splash screen takes the advantage and the autoplay is not executed. Try to remove the splash.
Zdenka
13 years ago in reply to: Autoplay doesn’t workHi Tina,
sorry no reported problems about autoplay. Please check if your shortcode is written correctly, if there are no hidden characters – witch to the source code view.
Zdenka
Hi Allen,
this sounds like a problem with permissions, have you tried Maintenance Checks in the Testimonials options tab?
Zdenka
13 years ago in reply to: Sharing the videoHello Gail,
we cleaned up those z-indexes and ordering. The higher the index, the more important link/category. If the index is the same then alphabetical order is used.
All changes are in v0.6.10 which has been just released.
Zdenka13 years ago in reply to: Problem with rejecting linkHi Jerod,
the rejecting of links should now work.
The change is in v0.6.10 which has been just released.
Zdenka13 years ago in reply to: Problem with rejecting link13 years ago in reply to: Pseudostreaming support13 years ago in reply to: Shortcodes are loaded into excerptsHi John,
the shortcodes are not stripped off from the excerpts, and at the moment there is no setting in the plugin to prevent this behavior, but thanks for the suggestion.
Zdenka
13 years ago in reply to: Disabling the autoplay feature13 years ago in reply to: Disabling the autoplay featureHi Ananth,
you have probably autoplay set to true globally. Please check the settings for FV WordPress flowplayer in the admin section under Settings.
Zdenka
13 years ago in reply to: Possibility to show random testimonialHi Michele,
at the moment we do not have a shortcode for this in the free version of this plugin.
Displaying one random testimonial is enabled only in the PRO version so far, when adding directly in the template.
Zdenka
Hi Gail,
you’re really investigating this plugin! Thanks a lot for bringing all these issues up, nobody noticed this ordering problem before. We’ll fix this in the next release, so it respects the zindex defined.
If you came across more issues, just let us know, we appreciate that. Thanks!
ZdenkaHi Gail,
you might want to check the new version 0.6.9 which was just released. The problem you were describing should be fixed. Thanks a lot for reporting it!
zdenka
13 years ago in reply to: Other languages supportHi Gail,
thanks for reporting this problem, we’re investigating it and we’ll fix this as soon as possible.
Zdenka
Hi Gail,
you mean second page in the backend? or the pagination in the frontend where the links are listed?
Could you please also tell us which version of WordPress you’re using?
Thanks!
ZdenkaHi Gail,
thanks for reporting this bug! We just fixed it in the latest release 0.6.8, please upgrade your plugin and you should be able to see the subcategories when editing the link.
Zdenka
13 years ago in reply to: Are visitors allowed to add testimonial?Hi Vitaly,
at the moment we don’t have form for adding new testimonials by users themselves, but we’re planning to add this feature soon.
A testimonials rotator is available in PRO version, and it can be set up by adding the corresponding code into the theme template.
Zdenka
13 years ago in reply to: How to play video from protected ftp server13 years ago in reply to: HTML5 betaHi Jay,
‘to disable HTML 5 until all browsers are equal’ – in that case we would never launch HTML5 support – browsers will never be equal, and by enabling HTML5 we’re trying to show the videos at least to those users who are able to see at least something.
About the width and height – you got it right in your second post – that is exactly the problem: that you do not know the height.
The width can be adjusted by percentage, however the height remains the problem as it needs to be defined.Also for mobile devices, I guess everybody who can watches the video in fullscreen anyway…
Thanks for your comment!
Zdenka13 years ago in reply to: One of my videos doesn’t playHi Desta,
I wouldn’t say that wordpress is limiting this, but it might be your hosting that have some limits.
We were able to play but larger videos in wordpress without any problems.
Zdenka
13 years ago in reply to: One of my videos doesn’t playHi Desta,
I checked your site and all videos can be played. The bottom video ‘Video title’ plays, but there’s only audio – this is probably issue of encoding. We don’t have any restrictions regarding the file size.
Zdenka
13 years ago in reply to: How to disable the popupHi Elke,
For popup not to show you have to have the popup disabled in the admin section, and also your shortcode does not have to include the popup=”” part.
Are these both criteria met and you’re still having popup displayed? Can you post us a link to an example please? (Along with the shortcode you used)
Thanks!
Zdenka13 years ago in reply to: Problem with using of shortcodes14 years ago in reply to: Problem with using of shortcodesHi Nancy,
please try to check the post content in the source editor, you probably inserted the shortcode into the post with some hidden formatting or code which causes the error. The first shortcode should be fine.
About your first problem. We do support the default wordpress editor, and we also support Foliopress WYSIWYG editor. Which editor do you use for editing your posts? It might happen that if ou use some other editor, the shortcodes are not inserted properly.
Zdenka
14 years ago in reply to: Are visitors allowed to add testimonial?Hi Valerie,
you’re right, there is no option for adding testimonials directly from visitors.
Testimonials section should be nice, well kept with good formatting. Therefore we think it is better if you enter testimonials yourself. If you can use some form for collecting testimonials, why not use comments?Zdenka
14 years ago in reply to: Problem with playing in widgetThanks Christine!
14 years ago in reply to: Problem with playing in widgetHi Christine,
if you’re using the text widget, then you need just the normal shortcode to be placed there.
If you want to place the video in the sidebar directly in the template you’ll need to wrap in into a php code, see our FAQ How do I insert flowplayer object outside the post, for example to a sidebar? for details.
Zdenka
Hi Marian,
this feature cannot be turned off in the plugin.
The only thing I can suggest is that you place a div above the player, assign some z-index to it via css which will make the video non-clickable. This however would prevent the user to play the video again as well…
Zdenka
14 years ago in reply to: How to change Play Again and Play button?Hi Tina,
the splash image at the end should be fixed in the latest release 1.2.8, please check it out.
Zdenka
14 years ago in reply to: How to change Play Again and Play button?Hi Tina,
the play again button is built in the Flowplayer and this cannot be changed.
The play button that appears at the beginning is located in images/play.png, you can replace this with your own image – put the same name play.png so you do not have to change the code.
Hope this helps,
Zdenka14 years ago in reply to: Problem with entering a commercial keyHi Allerbe,
The background should be changed also in the backend of WP in the FV WordPress Flowplayer settings – the canvas option.
Hope this helps,
Zdenka14 years ago in reply to: Global video settingsHi Chris,
we are really happy that you like our plugin. Thanks for all those suggestions from your wish list.
We will definitely think about the default width and height setting, this is a good point.
More default settings – we’ll see about this.About other plugins integration, well this is more complicated, as there’s no way that we can build some default plugin integration. FV WordPress Flowplayer is built to be user friendly – only simple shortcodes are needed. However this leaves all the configuration of plugins on our shoulders, so we actually have to prepare all the code for each plugin separately. This is the main reason why we do not plan to support Flowplayer plugins in general.
Thanks again for your comment!
ZdenkaHi Virtually Marj,
check out the new 1.2.7 version, the problem with widgets should be fixed there. Thanks again for reporting this!
Zdenka
14 years ago in reply to: WP 3.1 compatibilityHi Shawn,
The error you’re getting is probably because your server is still running some old version of PHP. You’ll need at least PHP 5 here.
Thanks for asking,
Zdenka14 years ago in reply to: Amazon S3 videos supportHi TS,
the first functionality is not build in our plugin, and at the moment we are not planning to add this.
On the other hand, yes we are interested in adding the support for private video embeds from S3. However we are looking for a sort of support here: we need somebody who will provide an access to his S3 account, with couple of short videos for testing.
If you are willing to help us this way, we’ll be happy to initiate the development of this feature.Zdenka
14 years ago in reply to: Amazon S3 videos supportHi TS,
if you have a direct link to a video hosted on S3 such as ‘http://your.s3.amazonaws.com/video.mp4’
then this videos of course can be played in our plugin.
At the moment we do not support private videos, password protected videos, streaming and other ways of sharing the video.
Direct link to a video file should work, but if the link doesn’t contain the name of video file then it won’t play.Zdenka
14 years ago in reply to: Html 5 videoHi Mark,
with the current version of plugin you can upload only one video, there is currently not place for using multiple videos.
If you use mp4, it would play with normal browsers as well as with HTML5 on iphones, ipods…Zdenka
14 years ago in reply to: How to disable Play Again featureHi Liam,
at this moment we’re not thinking about implementing this feature, but we might come back to this sometimes later.
Zdenka
14 years ago in reply to: How to use widget with this plugin?14 years ago in reply to: Mov file doesn’t play, only loadsHi Aron,
the video has probably some problem with encoding, try to encode the video once again, preferably to mp4 or flv format.
Zdenka
14 years ago in reply to: Autoplay doesn’t workHi Robert,
the first problem you having is your own css. Sorry, I can’t fix that for you.
The second issue: just remove the splash screen if you want to run autoplay. You can’t have autoplay and splash at the same time, splash screen has the priority here, so if you used splash, it is placed over the video and autoplay is supressed.
Zdenka
14 years ago in reply to: Problem with entering a commercial keyHi Allerbe,
the gradient is an image in images/finished.png. You can replace this with an image of your choice.
We will prepare this option for the next release, we’ll let you know about it.
I’m glad the new version works for you now,
Zdenka14 years ago in reply to: Problem with entering a commercial keyHi Allerbe,
we just checked the 3.2.5 version, seems to be working ok.
When you uploaded the new flowplayer file, did you renamed it to flowplayer.commercial-3.2.5.swf?
The name of the file should be the same as the one you filled on the line 110.It also seems that Flowplayer upgraded also the flowplayer.controls file, so be sure you upload this file as well – don’t change it’s name.
Thanks for your experience with entering the keys! We’ll prepare a guide on how to add the Flowplayer files.
Zdenka
14 years ago in reply to: Sharing the videoHi Sheri,
check out our User guide, scroll down to the end of the article.
When you add popup=”Would you like to share this video?” to your shortcode, the popup will appear when the video finishes playing.
Zdenka
14 years ago in reply to: Sharing the videoHi Sheri,
there’s an option to display the popup when the video finish playing. This popup contains also the ‘Share’ button which displays the link to the video.
We do not support embedding as such.
Zdenka
14 years ago in reply to: Splash image at the end of videoHi Jens,
we included the reactivation of the splash image after the video finishes playing. The release just went out, you are welcome to check it out.
Just include the “splashend=show” into the shortcode. Please notice that the image has to have the same dimensions as the video, as there is no stretching applied.Zdenka
14 years ago in reply to: Can Flow Player play big video files?Hi Alex,
of course, flv format is supported as written above, but regarding the file size this mostly depends on your hosting.
Zdenka
14 years ago in reply to: The Player doesn’t work in sidebarHi Hitendra,
I am very glad you made it work. This is valuable user experience, so thanks very much for sharing!
Zdenka