Foliovision › Forums › Search › Search Results for 'Javascript error'
-
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.
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,
Martin11 years ago In reply to: setting up RTMP serverHello 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,
MartinHi 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” guideThanks,
MartinI 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”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,
MartinHello 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,
MartinHello 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,
MartinI 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).
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.
Tim12 years ago In reply to: FV WordPress Flowplayer not workingHello 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,
MartinAnonymousHi gersson,
That could be a problem in flowplayer core or some javascript error. Could you provide a link where the video is inserted?
Thanks,
Milan2012, 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
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…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…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
13 years ago In reply to: quick insert imageHello 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,
Martin13 years ago In reply to: Can’t get Foliopress’ image manager to workHello 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,
Martin14 years ago In reply to: Image white sizing handlesThanks 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 issuesHi 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. -
AuthorSearch Results