• 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

dot4all

  • Profile
  • Topics Started
  • Replies Created

Forum Replies Created

Viewing 23 replies - 1 through 23 (of 23 total)
  • 10 years ago in reply to: Quality Switching issues in Firefox
    dot4all

    I’m sorry,

    I forgot version:
    firefox: 34.0.5
    max os: 10.10.1 (14B25)
    FV flowplayer: 2.3.8
    Fv pro: 0.1.17.1

    Thank you

    11 years ago in reply to: _fv_flowplayer data
    dot4all

    Hi Alec,

    we would like to buy a pro support but form for european vat is broken.
    We wrote you via contact form but we haven’t receive response.

    How we can buy a pro support?

    Thank you.
    David

    11 years ago in reply to: _fv_flowplayer data
    dot4all

    Hi Alec,

    thank you for your response. I dont understand why we need to bougth pro support if we have bought commercial license!!!

    11 years ago in reply to: _fv_flowplayer data
    dot4all

    Hi Martin,

    thank you for your response. I’ve checked this option and I manually regenerated option with 1 ID but video duration checker is still stalled.

    I’ve read again your advice on moov meta data etc etc but nothing.I don’ understand why other 20 videos has checked correctly.
    Thank you

    11 years ago in reply to: _fv_flowplayer data
    dot4all

    Hi Martin,

    I’ve a simple problem, I’ve Currently 59 videos in database and 377 posts in queue. Cron run every 5 minutes but videos in queue are ever 377.
    I dont’ understand why. Can you hel me?

    Thank you.
    David

    11 years ago in reply to: Amazon S3 Protecting Data Using Server-Side Encryption
    dot4all

    Hi Martin,

    thank you for your response.

    But a chromeless Flash player for HLS will be compatible with all devices and not only iDevices?

    11 years ago in reply to: Amazon S3 Protecting Data Using Server-Side Encryption
    dot4all

    Hi Martin,

    thank you for your response.

    We work on LMS platform and we need that user cannot download video. Now we use encrypted url but I don’t know if there is a more secure system to protect video.

    What do you think?
    Thanks
    David

    11 years ago in reply to: Warning: Illegal offset type in isset or empty
    dot4all

    Hi Martin,

    thank you for response. Version 0.1.8.3.1 solve this bug.

    I’ve wp_debug turned on because it’s a dev area not production.

    Thank you.

    11 years ago in reply to: Warning: Illegal offset type in isset or empty
    dot4all

    Hi Martin,

    thank you for your response, I think is a playlist bug (we don’t use playlist). In the source code we get this

    <!– #fv-flowplayer-playlist–>
    <table style=”display: none”>
    <tbody><tr id=”fv_wp_flowplayer_add_format_wrapper”>
    <th scope=”row” class=”label” style=”width: 19%”></th>
    <td class=”field” style=”width: 50%”></td>
    <td class=”field”><div id=”add_rtmp_wrapper”><span id=”add-rtmp”>+</span> Add Playlist Item</div></td>
    </tr>
    </tbody>
    </table>
    <tr
    <b>Warning</b>: Illegal offset type in isset or empty in <b>/home/piuchepu/public_html/assets/plugins/fv-player-pro/fv-player-pro.php</b> on line <b>779</b>
    style=”display: none”>
    </tr

    P.s: I’ve tried to resave plugin options but I get this error again

    Thank you for your support

    11 years ago in reply to: Warning: Illegal offset type in isset or empty
    dot4all

    Hi Martin,

    I’ve update plugin to the last version (fv:2.2.17 – fvpro:0.1.8.3) and I get error again

    Warning: Illegal offset type in isset or empty in /home/piuchepu/public_html/assets/plugins/fv-player-pro/fv-player-pro.php on line 779
    style=”display: none”>

    Thanks.
    David

    Thank you

    11 years ago in reply to: Warning: Illegal offset type in isset or empty
    dot4all

    thank you too for the support

    11 years ago in reply to: _fv_flowplayer data
    dot4all

    Hi Martin,

    great great great. Thanks a lot.

    five stars to fv flowplayer plugin

    11 years ago in reply to: Fix splash image on videos with different aspect ratio
    dot4all

    Hi Martin

    I have same problem. I think that the best way is to hide backgound when playing and to sho when is finish.

    What do you think?

    11 years ago in reply to: _fv_flowplayer data
    dot4all

    Hi Martin,

    I’ve page list and I need to show video length near this page list. I’ve only one video for page.

    @Alec yes people should know the video length but after that they opened it.

    I think best solution is implement my custom function with getID3 library without modify plugin.

    Thank you.

    11 years ago in reply to: _fv_flowplayer data
    dot4all

    Hi Martin,

    Thank you for your response, What do you think to get this info with cron? Might be a good idea?

    If we have a video on amazon, to get info (time etc.) we can download file locally, get info and then remove file?

    Have a good day.
    David

    11 years ago in reply to: _fv_flowplayer data
    dot4all

    Hi Martin,

    I’ve bought a pro license, Can you help me to implement this feature?

    Thank you for your time.

    David

    11 years ago in reply to: wp_ajax_ do_shortcode
    dot4all

    Hi Martin,

    Ok I’ve understand that with this method I can play video

    jQuery(‘.flowplayer’).flowplayer();
    var api = flowplayer();//with this we get first instance of player
    api.load(); //play video

    api.play() //not load video
    jQuery(‘.flowplayer’).flowplayer().load() //return error undefined

    if I’ve more info I share here

    11 years ago in reply to: wp_ajax_ do_shortcode
    dot4all

    Yes I have //cdn.foliovision.com/plugins/fv-wordpress-flowplayer/flowplayer/fv-flowplayer.min.js?ver=2.2.7 in the footer

    11 years ago in reply to: wp_ajax_ do_shortcode
    dot4all

    Hi Martin,

    thank you for your response. Soon I’ll buy license for our project.

    I need to use ajax to load content but I currently use a loophole like this
    $(‘.content’).load($(this).attr(‘href’)+’ .flowplayer’,function(){
    jQuery(‘.flowplayer’).flowplayer();
    });
    And this loophole does work.
    But I don’t understand why if I call jQuery(‘.flowplayer’).flowplayer().play(); I get an error: Uncaught TypeError: undefined is not a function
    If I use this after jQuery(‘.flowplayer’).flowplayer()
    var api = flowplayer();
    api.bind(‘ready’, function() {
    alert( ‘Video just started!’ );
    });
    I doesn’t see alert

    Thank you

    11 years ago in reply to: wp_ajax_ do_shortcode
    dot4all

    Hi Martin,

    I did some debig and seems that not all file are loaded in ajax envirovment.

    In my ajax call I had to include controller/shortcodes.php but I get
    Fatal error: Call to undefined method flowplayer_backend::build_min_player() in /fv-wordpress-flowplayer/controller/shortcodes.php on line 182

    Then I re-initialized again $fv_fp = new flowplayer_frontend(); in controller/shortcodes.php for testing pourpose and I get splash screen correctly but with error
    Admin warning:
    I’m sorry, your JavaScript appears to be broken. Please use “Check template” in plugin settings or order our pro support and we will get it fixed for you.

    11 years ago in reply to: wp_ajax_ do_shortcode
    dot4all

    Hi Martin,

    thank you for your response. I’ve tried with my custom shortcode, with [gallery ids="2377,2376,2374"] shortcode, and all it’s ok. I don’t understand why with fvplayer shortcode doesn’t work.

    My test: when click on link, I call ajax function that return do_shortcode(‘[gallery ids="2377,2376,2374"]‘) and replace div with html response and I see gallery image

    When I use do_shortcode(‘[fvplayer src="http://amazonaws.com/test.mp4" width=500 splash="http://site.com/wp-content/uploads/2013/02/videoAnteprima-thumb.png" splashend=show]‘) and replace html, I see shortcode as string and doesn’t convert as video.

    I’ve checked that calling floplayer_content_handle() function (/controller/shortcode.php) I get this:
    Fatal error: Call to undefined function flowplayer_content_handle() in ajax-functions/init.php on line 57

    I think that flowplayer doesn’t load in ajax envirovment.

    Can you help me? Thank you

    11 years ago in reply to: wp_ajax_ do_shortcode
    dot4all

    I’ve tested it with other shortcode and it’s ok. What’s wrong with fvplayer shortcode?

    Thanks

    David

    11 years ago in reply to: _fv_flowplayer data
    dot4all

    Hi Martin,

    thank you for your response. Can I get a video time length someway?

Viewing 23 replies - 1 through 23 (of 23 total)

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!