• Skip to content
  • Skip to primary sidebar
  • Skip to footer

Foliovision

Main navigation

  • Weblog
    • FV Player
    • WordPress
    • Video of the Week
    • Case Studies
    • Business
  • About
    • Testimonials
    • Meet the Team
    • We Support
    • Careers
    • Contact
    • Pricing
  • Products
  • Support
    • FV Player Docs
    • Pro Support
  • Login
  • Basket is empty

zdenka

  • Profile
  • Topics Started
  • Replies Created

Forum Replies Created

Viewing 100 replies - 101 through 200 (of 242 total)
← 1 2 3 →
  • 14 years ago in reply to: Mov file doesn’t play, only loads
    zdenka

    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

    14 years ago in reply to: videos not playing on iphone
    zdenka

    Hi 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

    14 years ago in reply to: videos not playing on iphone
    zdenka

    Hi 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,
    Zdenka

    14 years ago in reply to: Can a testimonial be embedded into a widget?
    zdenka

    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,
    Zdenka

    14 years ago in reply to: How do I get mp3 files playing without splash picture?
    zdenka

    Hi 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

    14 years ago in reply to: Problem with using of shortcodes
    zdenka

    Hi 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

    14 years ago in reply to: Can a testimonial be embedded into a widget?
    zdenka

    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

    14 years ago in reply to: where to put new video folder?
    zdenka

    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

    14 years ago in reply to: how to wrap text around player
    zdenka

    Hi 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

    14 years ago in reply to: how to wrap text around player
    zdenka

    Hi 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

    14 years ago in reply to: Video tutorials for creating and using templates in FV testimonials
    zdenka

    Also, the guide to templates is here.

    14 years ago in reply to: Video tutorials for creating and using templates in FV testimonials
    zdenka

    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

    14 years ago in reply to: Can a testimonial be embedded into a widget?
    zdenka

    Hi Andrew,

    excerpts are not supported in the basic version. Pro version supports excerpts and fully customisable templates.

    Zdenka

    14 years ago in reply to: Amazon S3 videos support
    zdenka

    Hi 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.

    14 years ago in reply to: Can a testimonial be embedded into a widget?
    zdenka

    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,
    Zdenka

    14 years ago in reply to: how to share within Facebook.
    zdenka

    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

    14 years ago in reply to: The FV icon is missing
    zdenka

    Hi 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

    14 years ago in reply to: The FV icon is missing
    zdenka

    Hi 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

    14 years ago in reply to: Problem with using of shortcodes
    zdenka

    Hi 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

    14 years ago in reply to: The FV icon is missing
    zdenka

    Hi 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

    14 years ago in reply to: Static picture for playing mp3
    zdenka

    Hi 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

    14 years ago in reply to: Problem with using of shortcodes
    zdenka

    Hi 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

    14 years ago in reply to: Problem with using of shortcodes
    zdenka

    Hi 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

    14 years ago in reply to: 200 stream not found after embedding shortcode
    zdenka

    Hi Sunshine,

    thanks a lot for posting the answer for your trouble here, it might help other users too!

    Zdenka

    14 years ago in reply to: Problem with using of shortcodes
    zdenka

    Hi 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

    14 years ago in reply to: Problem with using of shortcodes
    zdenka

    Hi 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.
    Zdenka

    14 years ago in reply to: How to get rid of the centering
    zdenka

    Hi 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

    14 years ago in reply to: How to get rid of the centering
    zdenka

    Hi 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

    14 years ago in reply to: Android tablet and phone support
    zdenka

    Hello 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

    14 years ago in reply to: repeat a video
    zdenka

    Hi RC,

    please check this thread for the answer:
    http://foliovision.com/support/fv-wordpress-flowplayer/requests-and-feedback/continuous-loop

    Zdenka

    14 years ago in reply to: Splash image at the end of video
    zdenka

    Hi Jens,

    to complete this topic I would like to note that this functionality has already been added into FV WordPress Flowplayer.

    Zdenka

    14 years ago in reply to: How to insert flowplayer object outside the post?
    zdenka

    trest test rest

    14 years ago in reply to: Open a New Webpage after a Video is finished Playing
    zdenka

    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

    14 years ago in reply to: Fast cgi error
    zdenka

    Hello 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,
    Zdenka

    14 years ago in reply to: Open a New Webpage after a Video is finished Playing
    zdenka

    Hello 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

    14 years ago in reply to: ‘Fatal’ error on activation
    zdenka

    Hi Mike,

    You need to use at least PHP 5, your site is probably still running on old PHP 4.

    Zdenka

    14 years ago in reply to: Playlists
    zdenka

    Hi Lilpodbebe,

    At the moment we are not thinking about adding new functionality related to playlists.

    Zdenka

    14 years ago in reply to: Live streaming rtmp
    zdenka

    Hi Christian,

    we’re not supporting live streaming at the moment, sorry.

    Zdenka

    14 years ago in reply to: Continuous loop
    zdenka

    Hi Adam,

    sorry, we do not support the loop of the video.

    Zdenka

    14 years ago in reply to: Continuous loop
    zdenka

    Hi Adam,

    sorry, we do not support the loop of the video.

    Zdenka

    14 years ago in reply to: How to insert flowplayer object outside the post?
    zdenka

    You 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.

    14 years ago in reply to: Amazon S3 videos support
    zdenka

    Hi 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

    14 years ago in reply to: How to remove commercial logo
    zdenka

    Hi 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!
    Zdenka

    14 years ago in reply to: How to remove commercial logo
    zdenka

    Hi 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

    14 years ago in reply to: How to remove commercial logo
    zdenka

    Hi Calophi

    Actually yes, you can enter you license key in the options page, and the commercial logo should disappear.

    Zdenka

    14 years ago in reply to: IE 9 issue
    zdenka

    Hi Sherrie,

    thanks a lot for this update! It’s very helpfull not only for us but also for other users!

    Zdenka

    14 years ago in reply to: Autoplay doesn’t work
    zdenka

    Hi Tina,

    thanks for your nice words, we’re happy to help!

    The donation button is at the top of the plugin page ;)

    Zdenka

    14 years ago in reply to: IE 9 issue
    zdenka

    Hi Sherrie,

    we’ll check the issue with IE9, thanks for reporting!

    Zdenka

    14 years ago in reply to: Autoplay doesn’t work
    zdenka

    Hi 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

    14 years ago in reply to: Autoplay doesn’t work
    zdenka

    Hi 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

    14 years ago in reply to: An error has occured after I changed wordpress url
    zdenka

    Hi Allen,

    this sounds like a problem with permissions, have you tried Maintenance Checks in the Testimonials options tab?

    Zdenka

    14 years ago in reply to: Sharing the video
    zdenka

    Hi JimmyJack,

    no the popup screen comes as it is, with both replay and share buttons.

    Zdenka

    14 years ago in reply to: Subcategories are missing in category drop down
    zdenka

    Hello 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.
    Zdenka

    14 years ago in reply to: Problem with rejecting link
    zdenka

    Hi Jerod,

    the rejecting of links should now work.

    The change is in v0.6.10 which has been just released.
    Zdenka

    14 years ago in reply to: Problem with rejecting link
    zdenka

    Hi Jerod,

    Thanks for reporting this, we’ll have a look at it!

    Zdenka

    14 years ago in reply to: Subcategories are missing in category drop down
    zdenka

    Hi Gail,

    we’ll have a look at the style issues as well.

    Zdenka

    14 years ago in reply to: Pseudostreaming support
    zdenka

    Hi Tim,

    pseudostreaming is not yet supported, but we are considering adding it.

    Zdenka

    14 years ago in reply to: Shortcodes are loaded into excerpts
    zdenka

    Hi 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

    14 years ago in reply to: Disabling the autoplay feature
    zdenka

    Hi Anath,

    good to hear!

    Zdenka

    14 years ago in reply to: Disabling the autoplay feature
    zdenka

    Hi Ananth,

    you have probably autoplay set to true globally. Please check the settings for FV WordPress flowplayer in the admin section under Settings.

    Zdenka

    14 years ago in reply to: Possibility to show random testimonial
    zdenka

    Hi 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

    14 years ago in reply to: Subcategories are missing in category drop down
    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!
    Zdenka

    14 years ago in reply to: Subcategories are missing in category drop down
    zdenka

    Hi 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

    14 years ago in reply to: Other languages support
    zdenka

    Hi RausV,

    we’re sorry, but at the moment we do not support other languages.

    Zdenka

    14 years ago in reply to: Subcategories are missing in category drop down
    zdenka

    Hi Gail,

    thanks for reporting this problem, we’re investigating it and we’ll fix this as soon as possible.

    Zdenka

    14 years ago in reply to: Subcategories are missing in category drop down
    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!
    Zdenka

    14 years ago in reply to: Subcategories are missing in category drop down
    zdenka

    Hi 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

    14 years ago in reply to: Are visitors allowed to add testimonial?
    zdenka

    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

    14 years ago in reply to: How to play video from protected ftp server
    zdenka

    Hi Dorin,

    at the moment we do not support logging into a password protected servers.

    Zdenka

    14 years ago in reply to: HTML5 beta
    zdenka

    Hi 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!
    Zdenka

    14 years ago in reply to: One of my videos doesn’t play
    zdenka

    Hi 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

    14 years ago in reply to: One of my videos doesn’t play
    zdenka

    Hi 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

    14 years ago in reply to: How to disable the popup
    zdenka

    Hi 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!
    Zdenka

    14 years ago in reply to: Problem with using of shortcodes
    zdenka

    Hi Nancy,

    I’m glad to hear that!

    Thanks for the tip about MaxCDN.

    Zdenka

    14 years ago in reply to: Problem with using of shortcodes
    zdenka

    Hi 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?
    zdenka

    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 widget
    zdenka

    Thanks Christine!

    14 years ago in reply to: Problem with playing in widget
    zdenka

    Hi 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

    14 years ago in reply to: How to Turn off video pausing caused by clicking on video area
    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?
    zdenka

    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?
    zdenka

    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,
    Zdenka

    14 years ago in reply to: Problem with entering a commercial key
    zdenka

    Hi Allerbe,

    The background should be changed also in the backend of WP in the FV WordPress Flowplayer settings – the canvas option.

    Hope this helps,
    Zdenka

    14 years ago in reply to: Global video settings
    zdenka

    Hi 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!
    Zdenka

    14 years ago in reply to: Short codes in widgets don’t work in WP 3.1.1
    zdenka

    Hi 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: Short codes in widgets don’t work in WP 3.1.1
    zdenka

    Hi Virtually Marj,

    thanks for reporting we’ll check this.

    Zdenka

    14 years ago in reply to: WP 3.1 compatibility
    zdenka

    Hi 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,
    Zdenka

    14 years ago in reply to: Amazon S3 videos support
    zdenka

    Hi 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 support
    zdenka

    Hi TS,

    if you have a direct link to a video hosted on S3 such as ‘http://your.s3.amazonaws.com/video.mp4&#8217;
    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 video
    zdenka

    Hi 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 feature
    zdenka

    Hi 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?
    zdenka

    Hi Opay,

    this feature is not supported yet, but thanks for the suggestion!

    Zdenka

    14 years ago in reply to: Mov file doesn’t play, only loads
    zdenka

    Hi 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 work
    zdenka

    Hi 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 key
    zdenka

    Hi 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,
    Zdenka

    14 years ago in reply to: Problem with entering a commercial key
    zdenka

    Hi 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 video
    zdenka

    Hi 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 video
    zdenka

    Hi 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 video
    zdenka

    Hi 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?
    zdenka

    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 sidebar
    zdenka

    Hi Hitendra,

    I am very glad you made it work. This is valuable user experience, so thanks very much for sharing!

    Zdenka

Viewing 100 replies - 101 through 200 (of 242 total)
← 1 2 3 →

Primary Sidebar

Sign in Register
FV Player Docs Post New Topic

Welcome

to Foliovision support forums! We'll be happy to provide free support to resolve all the reported bugs. You always can start by specifying your OS and browser and steps to reproduce the bug.

If you need help with the installation on your site, please submit a request for a Pro Support Incident. We'll have you up and running in no time, with detailed instructions on how to resolve your issue yourself in the future.

Facing a hard to solve WordPress problem? On a tight deadline?

Let us take care of it for you
right now.

Pro Support Buy FV Player

Footer

Our Plugins

  • FV WordPress Flowplayer
  • FV Thoughtful Comments
  • FV Simpler SEO
  • FV Antispam
  • FV Gravatar Cache
  • FV Testimonials

Free Tools

  • Pandoc Online
  • Article spinner
  • WordPress Password Finder
  • Delete LinkedIn Account
  • Responsive Design Calculator
Foliovision logo
All materials © 2025 Foliovision s.r.o. | Panská 12 - 81101 Bratislava - Slovakia | info@foliovision.com
  • This Site Uses Cookies
  • Privacy Policy
  • Terms of Service
  • Site Map
  • Contact
  • Tel. ‭+421 2/5292 0086‬

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary Cookies

Strictly Necessary Cookie allow you to log in and download your software or post to forums.

We use the WordPress login cookie and the session cookie.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

Support Cookies

Foliovision.com uses self-hosted Rocket.chat and self-hosted Freescout support desk to provide support for FV Player users. These cookies allow our visitors to chat with us and/or submit support tickets.

We are delighted to recommend self-hosted Rocket.chat and especially Freescout to other privacy-conscious independent publishers who would prefer to self-host support.

Please enable Strictly Necessary Cookies first so that we can save your preferences!

3rd Party Cookies

This website uses Google Analytics and Statcounter to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

We reluctantly use Google Analytics as it helps us to test FV Player against popular Google Analytics features. Feel free to turn off these cookies if they make you feel uncomfortable.

Statcounter is an independent Irish stats service which we have been using since the beginning of recorded time, sixteen years ago.

Please enable Strictly Necessary Cookies first so that we can save your preferences!