• 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

Search Results for 'Javascript error'

Foliovision › Forums › Search › Search Results for 'Javascript error'

Viewing 23 results - 301 through 323 (of 323 total)
← 1 2 3 4
  • 11 years ago In reply to: Javascript error: Uncaught TypeError: Object 300 has no method ‘apply’
    Martin

    Hello rolu,

    just check if your jQuery library is loaded before fv-flowplayer.min.js. Also check if you are not using two jQuery libraries at the same time.

    Following the step 4. here should help too: foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/installation

    Thanks,
    Martin

    11 years ago Topic: Javascript error: Uncaught TypeError: Object 300 has no method ‘apply’
    in forum Troubleshooting
    [Solved]
    rolu

    I just caught a javascript error while working on a website using the flowplayer plugin. The console log says, “Uncaught TypeError: Object 300 has no method ‘apply’.” @ fv-flowplayer.min.js?ver=2.1.50:5.

    Is the issue due to the order of loading the JS files?

    11 years ago In reply to: Problems with minify in footer
    Martin

    Hi Sergio,

    as our licensed user, I checked your site.

    I see an error on your JavaScript console: “TypeError: window.initFlowplayer is not a function”

    The function is called from within this JS file: https://….cloudfront.net/…//cdn.foliovision.com/fv-flowplayer.min.defer.js?v=2

    It appears you are using some complex minify solution. That’s probably breaking it. Please let us know what exactly you use and then we can come up with some recommendation.

    But in general – flowplayer.conf JavaScript gets adjusted in wp_footer hook with priority 100, that means after all scripts have been loaded (footer JavaScript gets outputted with priority 10).

    However I see that we can improve this by using wp_localize_script() – standard WordPress API function. The problem is that we need to write directly into flowplayer object, but I now realize we can merge the localized variables into that. We can improve that and it should help, but I’m not exactly sure what you are trying to achieve here. If somebody is helping with your customized Minify, could you please confirm with them if wp_localize_script() will help?

    Making the web work for you,

    Martin

    12 years ago In reply to: How do I grab the video player id when it keeps changing dynamically upon refreshing the page?
    rolu

    Another issue I ran into is:

    $f(document).ready(function() {

    $f(‘#post-1823.flowplayer’).flowplayer().play();

    });

    I get an error stating: “Uncaught TypeError: Object[object Object] has no method ‘play’.

    It seems like it’s not pulling any api functions from the flowplayer at all. Any idea why? This file is in my custom_js.js file and the flowplayer javascript file was already loaded when I installed the plugin.

    12 years ago In reply to: How to Disable or Hide Flowplayer on Non-Flash Devices
    Martin

    Hello BDS1400,

    currently this is not supported, you would have to put in some extra code. Here’s a jQuery library for detecting Flash which might help you: http://madhavvyas.blogspot.sk/2011/03/detect-flash-using-jquery.html

    Other option could be to enable auto-buffering and then hide any player which throws in the Flash error using the JavaScript API, but I haven’t checked that.

    That said, we will have a chat in our team and decide if we want this feature.

    Thanks,
    Martin

    12 years ago In reply to: setting up RTMP server
    Martin

    Hello Cribeiro,

    I’ll go through your questions one by one:

    2) To set the thumbnail, just click “Add Image” button next to the “Splash Image” entry field in the Add FV Flowplayer dialog. Read more about usage in our User Guide, although I see we need to update screenshots.

    3) Our plugin checks your video file and sets the expire time to its length. If user runs out of the time, we show a sensible message for the user to reload the page as the link is expired.

    6) If you entered proper keys and bucket name in Settings -> FV WordPress Flowplayer -> Amazon S3 Protected Content, just using simple URL should work, as the URL will get its Amazon S3 signature automatically. If this gives you an error message, there must be something wrong.

    7) Finding out about RTMP – you can check your browser development console and check the Network tab to see if the MP4 file is downloading. If you don’t see it, then it goes via RTMP (it’s not visible there). Or you can just execute following from the browser’s JavaScript console after the video started playing: “console.log( flowplayer().video.src );”

    Please let us know if you are still having issues. If you buy our plugin license, we can take care of your issues right on your site for you.

    Thanks,
    Martin

    12 years ago In reply to: Flowplayer insert video page won’t close or insert video
    Martin

    Hi Jinobi,

    there were some issues with the insert video dialog before, but they were all resolved.

    This may be some conflict with some other plugin.

    1. Could you please send us a list of your plugins?
    2. Could you please open the error console of your browser, then try to insert a video and let us know if any error message pops up in the console? If you are not sure how to use the error console, read the Step 3 of WordPress “Using Your Browser to Diagnose JavaScript Errors” guide

    Thanks,
    Martin

    12 years ago In reply to: I updated the newest version,but find that no play button or control bar show.Only by right click
    Peter Barretto

    I upgraded to the latest 2.1.30 version but i still get the default html5 player and not the flowplayer shown in the above link. There are no javascript errors on the page, i have checked in firebug.
    Now i have starting getting the error:
    “Warning: Division by zero in C:xampplitehtdocswordpress-heygoatvwp-contentpluginsfv-wordpress-flowplayermodelsflowplayer-frontend.php on line 363”

    12 years ago In reply to: I updated the newest version,but find that no play button or control bar show.Only by right click
    Martin

    Hello Peter,

    I think that the player which shows for you is not FV Flowplayer, but the browser’s integrated HTML5 player. You can tell so by comparing it to the screenshot of FV Flowplayer here. I think that you control bar will be different than what he have here: http://s.wordpress.org/plugins/fv-wordpress-flowplayer/screenshot-1.png?r=749931

    Next step would be to check your JavaScript error console and check if something is not breaking JavaScript on your site. Here’s how to open the console: http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers

    Before doing so, please upgrade to 2.1.29 – latest version.

    Thanks,
    Martin

    12 years ago In reply to: How can I make video responsive on mobile screens?
    Martin

    Hello Joachim,

    sorry about the delay, when I open the page on iPad, it freezes on the black loading screen with the spinning progess indicator half of the time. It also says there is some JavaScript error on Line 1.

    Is that the issue you were having? Does it happen without our plugin?

    Thanks,
    Martin

    12 years ago In reply to: How can I make video responsive on mobile screens?
    Martin

    Hello Joachim,

    sorry about the delay, when I open the page on iPad, it freezes on the black loading screen with the spinning progess indicator half of the time. It also says there is some JavaScript error on Line 1.

    Is that the issue you were having? Does it happen without our plugin?

    Thanks,
    Martin

    12 years ago In reply to: How to set correct mime-type on videos hosted by Amazon ?
    Deborah

    I tried this solution in order to embed my S3 video to my site, but (1) my management console isn’t giving me a video/mp4 option in the drop-down menu and (2) I wonder if I still have the protections that the Javascript EZS3 player gave me before I moved to Sensei? I liked that my video would only play on my URL, and I don’t know how to do that here. Of course, the biggest concern, like OP, is that I’m getting the application/octet error message but can’t follow through on your solution to fix it (but did find your suggestion VERY helpful, as I wasn’t able to get video to play at all until I combined your advice with someone else’s to install Flowplayer).

    12 years ago In reply to: How can I make video responsive on mobile screens?
    Tim Solac

    Excellent just a little bug :(
    The video no longer play and when I clicked on template check it shows the following error:
    =====================
    It appears your Flowplayer JavaScript library is loading before jQuery. Your videos probably won’t work. Please make sure your jQuery library is loading using the standard WordPress function – wp_enqueue_scripts(), or move it above wp_head() in your header.php template.
    ======================
    I have NextGen Gallery, Woocommerce plugins installed.

    How can I resolve this?
    Thank you.
    Tim

    12 years ago In reply to: FV Wordpress Flowplayer not working
    Martin

    Hello Renee,

    then this has to be a conflict with some other plugin.

    You can try to check your JavaScript error console, there is probably some error (instructions here).

    If this is a time sensitive fix which you need for your work, I would suggest you use our Pro plugin support. Or perhaps this issue won’t occur in new FV WP Flowplayer (with Flowplayer version 5).

    Thanks,
    Martin

    12 years ago In reply to: Can’t get videos to play on site, only get white box
    Anonymous

    Hi gersson,

    That could be a problem in flowplayer core or some javascript error. Could you provide a link where the video is inserted?

    Thanks,
    Milan

    13 years ago Topic: Version 0.8.1
    in forum Release Notes
    foliovision

    2012, Mar 12:

    • Repaired wrong sign-up code

    2012, Mar 08:

    • Added escaping of TODO list names and descriptions so JavaScript will not produce parsing errors

    2012, Mar 05:

    • Changed JavaScript structure for better handling of Adding TODOs, changing TODO lists and Responsible party
    • Added automatic cleaning of rate-check table
    • BugFix: Reordering of TODOs sometimes caused disappearing of the whole order
    • BugFix: Right hand column was badly refreshed when adding new TODOs

    2012, Feb 27:

    • BugFix: In periodic updater code
    • Added JavaScript redirect when incorrect authentication cookie detected
    • Changed ICO for reordering TODOs

    2012, Feb 24:

    • Added full HTTPS support

    2012, Feb 09:

    • Added order for Projects to speed up Database queries
    • Added project include into sign-up scripts
    • Optimization of update queries in Database through transactions
    • BugFix: Deleted users need to stay in Database and assigned to their ascent list for Database consistency
    • Optimized speed of loading TODOs from Database

    2012, Jan 23:

    • Updated sign-up script not to cause so many problems

    2012, Jan 18:

    • Added code for for catching bugs and reporting them back to Foliovision

    13 years ago In reply to: Categories not working on Link Directory Page
    zdenka

    Hello Roger,

    it seems you have removed the link directory from your site, the link you posted does not work anymore.
    I have also just checked the link robot in wp3.3.1, I haven’t experienced any issues. You might want to try to refresh your permalinks, just go to Settings > permalinks and click Save changes.

    The other links to edit or trash should be working as well. They use ajax calls, so if you have some javascript errors on your page, they may misbehave.

    Zdenka

    13 years ago In reply to: Doesn’t work in google Chrome…
    Sean

    Hi Zdenka, I checked with my theme’s support team, and they did not find any javascript errors on my page/site. They seem to think it’s an issue with the plug in.

    Could this be related to my hosting provider?

    13 years ago In reply to: Doesn’t work in google Chrome…
    zdenka

    Hello Sean,

    we have tested the plugin in Chrome and it had played well. It seems to me you have some javascript errors on your page which might be preventing the Flowplayer javascript to execute properly. Please check your site for these errors first, as this is not something we can solve with our plugin.

    Zdenka

    14 years ago In reply to: quick insert image
    Martin

    Hello Amanda,

    1. the issue with our image uploader should be related to permissions. Check the path in Settings -> Foliopress WYSIWYG -> Path to images on your web server and make sure it exists. If it does, you can ask your host administrators to fix permissions for that folder to be writable by your web server.

    2. the issue with the WordPress uploader is even more weird. There must be some JavaScript issue on your post editing screen or some of WordPress files might be missing.

    Check if you see any error messages in your web browser error console (you can use Web Inspector in Safari or Web Console in Firefox). If you do, you could start disabling plugins until you see which one was in conflict. Perhaps you installed some new plugins recently.

    Thanks,
    Martin

    14 years ago In reply to: Can’t get Foliopress’ image manager to work
    Martin

    Hello Jelenko,

    thank you very much for a nice bug report.

    It looks like some of the PHP warnings might be damaging the JavaScript code present in the window. We check our error logs on our sites to make sure our plugins are not filling them with errors, but we haven’t seen these before.

    Could you try to save the plugin options in WP Admin -> Settings -> Foliopress WYSIWYG to see if it works afterwards? The options are initialized properly together with the plugin, but there might be a glitch in that.

    We will test your issues and see if we can get to the same error. We also prepare some performance tweaks for the new version.

    Thank you,
    Martin

    15 years ago In reply to: Image white sizing handles
    Red

    Thanks Alec!

    I really have to consider the download times and also the unproportioned size..

    Another thing I would like to ask not so important,

    Is there any other way to remove error message when copying texts within the editing field, a message always appears that copying is not allowed by my browser(firefox) when clicking on (copy button) it tells to just use ctrl+c. This was just for my clients who are used to click the copy button and doesn’t know shortcuts.

    I’ve tried including (foliopress-copy) on custom toolbar but doesn’t work

    Maybe I’ll just configure the browser settings for allowing javascript actions, but if there’s any tweaking methods to allow the use of copy button, let me know.

    Thanks!

    15 years ago In reply to: Mailpress issues
    Martin

    Hi Simon,

    I checked on the Mailpress issue and it’s really not working. However we want to make it compatible in one of the next versions.

    We tested the Insert media button extensively and it’s working. Are you seeing any JavaScript errors in your Firefox? Can you create a test editor account on your site for me to see the problem?

    Thanks,
    M.

  • Author
    Search Results
Viewing 23 results - 301 through 323 (of 323 total)
← 1 2 3 4

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!