Forum Replies Created
-
-
10 years ago in reply to: Admin fv pro updated notification
Hello smith234,
sorry about my late reply. It’s really awful what you had to go through when trying to get rid of this message.
It seems like your website doesn’t remember that it already installed the FV Player Pro extension. If you are using GoDaddy or Dreamhost I’m a bit worried they might have some caching mechanism in place which prevents options from updating properly. I noticed some issue there with WP transient API on some of these web hosts.
Can you open http://{your-site.com}/wp-admin/options.php page on your site and look for “fv_flowplayer_extension_install” there? Does it say “SERIALIZED DATA” in the input box next to it?
Thanks,
Martin10 years ago in reply to: Vimeo Issue10 years ago in reply to: Vimeo IssueHello John,
sorry about the delay, could you please post more about the issue? I’m not seeing anything strange happening.
Thanks,
Martin10 years ago in reply to: How can I disable the flash fallback?Hello Steven,
you are right that the modern browsers should be not using Flash.
Could you please post the shortcode you are using and also a URL where we can see this behavior? It’s not what is normally happening.
Thanks,
Martin10 years ago in reply to: Several Playback IssuesHello Birsen,
2) Video not playing on mobile – I’m noticing it’s a full HD video – that won’t play on older iPhones. You can use our mobile video feature for these devices: https://foliovision.com/player/encoding#mobile-video Or you can use quality switching: https://foliovision.com/player/switch-video-quality
However I’m noticing that the video fails on the Ajax load of the RTMP URL signature – I’ll have to debug it in depth, I can do so tomorrow.
3) Video sometimes only playing after a page reload – I was not able to reproduce this issue. On the other hand the page reloading often took a while – if you are on a shared server it might be overloaded and since the video is using WP Ajax to get the URL signature for RTMP, it might be slowed down because of that.
Thanks,
Martin10 years ago in reply to: Target VAST ads on specific videosHello Ayman,
you can simply add into your [fvplayer…] shortcode:
vast=”http://your-ad-network.com/your-ad-url”
Just make sure you replace any [ and ] symbols with { and } to not break the shortcode. If you need to use the Flash VPAID ad, also add vast_engine=”flash”.
We also plan to add this as an option to the shortcode editor.
Thanks,
Martin10 years ago in reply to: Quality Switching renames filenameHello Jonstout,
please make sure you use something more unique for these quality prefixes. If you use -sd, -hd and -mobile then there is a good change it won’t occur in any of your filenames.
I see we could make it check for the dot in the file name as well, so it would only replace _M. with _L. for large video file, but not _M in “_Monkeys”.
Thanks,
Martin10 years ago in reply to: How can I disable the flash fallback?Hello Steven,
there is not a direct way of disabling it. Please let us know more about what kind of videos you are using in our player and what issue you are facing and I’m sure we can come to a solution.
Thanks,
Martin10 years ago in reply to: Problem on MultisiteHello Giovanni,
sorry about the delay, I’ll fix the image uploader here so you can upload your screenshot for us.
You can also order our services to setup the CloudFront for you: https://foliovision.com/player/pro-setup
Thanks,
Martin10 years ago in reply to: Flowplayer logo on screen startup.Hello Victor,
I had a look at your licensed website and I can see this behavior, it’s definitely not intended.
I need to have a closer look, perhaps there is a conflict with one of the scripts you are using.
Thanks,
Martin10 years ago in reply to: Embed Option Icon?Hello Victor,
do you mean that it should be an icon similar to the Facebook, Twitter, Google+ and email icons we already have up?
The CSS selector for that “Embed” link is a.embed-code-toggle, so you can apply styling to it that way.
Thanks,
Martin10 years ago in reply to: Admin fv pro updated notificationHello smith234,
sorry about the inconvenience. Does it say “FV Flowplayer Pro extension upgraded succesfully!” or what is the exact message?
Thanks,
Martin10 years ago in reply to: Full Screen Mode Transition10 years ago in reply to: Vimeo Pro – Hide HD/SD/Mobile ButtonsHello Ganesh,
you can disable “Enable quality switching” as seen on the first screenshot here: https://foliovision.com/player/how-to-use-vimeo-pro
Thanks,
Martin10 years ago in reply to: Add AdsHello Christopher,
sorry about the delay. I inspected your ad code. It uses document.write, so the script has to load together with HTML. In our ad integration we load the script once the video starts to playing, so that’s why it doesn’t work.
We could just output the script into HTML to make it work, but then it would could the impression even if the person newer starts the video. Would that be a problem for your ad provider? Can they provide ads which can load dynamically even if the script tag is inserted to the website using JavaScript?
Thanks,
Martin10 years ago in reply to: Video player for FacebookHello Nishan and smith234,
we tested this some more.
The good news is that this doesn’t rely on SWF (Flash) anymore and we can use HTML5 video here, so we could implement this feature.
The neutral news is that this would only work for self-hosted videos and not for videos with download protection (Amazon S3 or CloudFront) and not for Vimeo or YouTube videos. But I guess if you want your videos propagated on Facebook it’s not a problem. From our point of view we need to make sure we won’t put up incompatible video into the OG tags.
The bad news is that the video has to be served via HTTPS – so you need to make your site HTTPS before sharing the videos out into Facebook. However we strongly recommend using a CDN in this case to handle increased traffic. CloudFront CDN gives you HTTPS right away.
Thanks,
Martin10 years ago in reply to: Problem on MultisiteHello Giovanni,
actually it appears the upload has failed. I’ll have to test it some more before I enable it for non-admin users. Sorry about that.
Thanks,
Martin10 years ago in reply to: Problem on MultisiteHello Giovanni,
we added image upload function to our forums, so if you are logged in you can submit it here.
Thanks,
Martin10 years ago in reply to: Several Playback IssuesHello Birsen,
1) The thing is if the browser finds an mp4 video and it supports its playback in HTML5 it won’t try the Flash video. You can set the player to prefer Flash engine in Settings -> FV WordPress Flowplayer -> Sitewide Flowplayer Defaults -> Prefer Flash by Default.
2) Please submit your video using video checker, here’s how: https://foliovision.com/player/faq#properties-built-checker-report-playing
3) This might be a JavaScript issue – could you please post a URL where we can see this?
4) Same as 2), please submit your videos.
Thanks,
Martin10 years ago in reply to: slow video still after plugin cleanupHello Miguel,
if you use CloudFront and it’s sometimes slow you should be first checking if it’s not your internet connection. You can run a test of your internet connection here: http://www.speedtest.net
Next you can contact Amazon AWS support.
Please let us know if you have any more issues.
Thanks,
Martin10 years ago in reply to: How to disable time?Hello stefanredcat,
sorry about the enormous delay here. You can use a CSS like this:
.fp-duration, .fp-remaining, .fp-elapsed { display: none; }
Or you can add class “no-time” to the player element using a PHP code, see our FAQ here: https://foliovision.com/player/faq#customized-player-control-playpause-button Just make sure you add “no-time” and not “play-button”
Thanks,
Martin10 years ago in reply to: Skip Link , when ?Hello Frank,
thank you for the suggestion, we will talk about it in our team. You mean the custom video pre/post-roll ads, is that correct? Currently it requires that the first half of the video ad is played or that it’s clicked.
Thanks,
Martin10 years ago in reply to: RCP Rent this Video Can't disable bug?Hello Cruiserparts,
please upgrade FV Player Pro (we released version 0.6.6 which fixes the Restrict Content Pro compatibility).
Thanks,
Martin10 years ago in reply to: Problem on MultisiteHello Giovanni,
it appears you entered “d3….c.cloudfront.net” for the Access Key ID instead of the actual Access Key ID. Please check our guide (step 5.) to see how to get it:https://foliovision.com/player/serving-private-cloudfront
Thanks,
Martin10 years ago in reply to: Problem on MultisiteHello Giovanni,
I’ll look into this, I see the MP4 link works, however I don’t see any signature appended to the URL. It plays for me in a Chromium. The one that doesn’t play is RTMP.
Thanks,
Martin10 years ago in reply to: Urgent – Prevent video ad from stretchingHello Ayman,
you can use CSS to achieve this, but I would consider it experimental:
.flowplayer.is-cva .fp-player {
max-width: 640px;
left: 25%;
}The “is-cva” class gets added to the player when the pre/post-roll video ad is playing. Please let us know if the above code helps, you should insert it into your theme CSS or custom CSS field.
Thanks,
MartinHello Muhammad,
it appears to be caused by a div with class fluid-width-video-wrapper which wraps our player. This element appears to be inserted by the jQuery FitVids script which is in your theme. You should find a way of disabling the script In the worst case you can just write CSS to remove its impact on our player.
Thanks,
Martin10 years ago in reply to: Vimeo videos only showing in low qualityHello amieathuemor,
please upgrade FV Player Pro to 0.6.5 (new version which we released today) and let us know if you still have issues. Vimeo changed the order of the video qualities, so we had to adjust for that.
Thanks,
Martin10 years ago in reply to: Videos Not PlayingHello Danielle,
please upgrade your FV WordPress Flowpalyer, there should be version 6.0.3.10 available for you.
We found that some Vimeo video URLs (around quarter of them) still cause issues with Flash engine (less than a quarter of computers there days), now we fixed it properly. Perhaps it affected you as well.
Please make sure you clear your minify cache before doing another test.
Thanks,
Martin10 years ago in reply to: auto pause, lazyHello djsteve,
we have some of the code for the scroll-based loading ready and working on some of our client websites. We will check how to make it available for our users, it must be easy to use and perhaps work as a global setting.
I’m not sure about the display issue you are mentioning, but it might be some CSS conflict. What there are you using?
Thanks,
Martin10 years ago in reply to: Problem on MultisiteHello Giovanni,
you can post the URL here, we won’t publish it if you don’t want to.
Thanks,
Martin10 years ago in reply to: Setup without WordpressHello Manuel,
we don’t provide any functionality for skipping the VAST/VPAID ads, we rely completely on the ad unit to provide this functionality. We do provide JS events, however only for VPAID engine at this point and adding a hook to skip the ad would have to be created as well.
Thanks,
Martin10 years ago in reply to: Player broken when using Adblock PlusHello Frank,
we just released FV Player VAST 0.4.4 which fixes this issue. If the VAST JavaScript fails, it continues playing the actual video and won’t break. You can check this on https://foliovision.com/player/demos/vast-ads
Thanks,
Martin10 years ago in reply to: Videos Not PlayingHello Wilhan,
FV WordPress Flowplayer is the free plugin which brings the player functionality. FV Player Pro is the paid module which gives you advanced Vimeo embedding, video ads etc. You need to check the version of the FV Player Pro. If you don’t see the upgrade available, you can get a fresh copy from your account at https://foliovision.com/login -> My Products -> FV WordPress Flowplayer -> Extensions -> FV Player Pro – which lets you download a ZIP file.
Thanks,
Martin10 years ago in reply to: Setup without WordpressHello Roman,
sorry about the delay. I created a local copy of your HTML, put in class=”is-splash” (I said is_splash before by mistake) to the Flowplayer elements (that is #player) and that fixed the autoplay issue and also the play button issue.
Please let us know if there is anything else.
Thanks,
Martin10 years ago in reply to: Videos Not PlayingHello John,
we released FV Player Pro 0.6.4 which fixes this issue, could you please upgrade to it.
Please let us know if you are having any other issues.
Thanks,
Martin10 years ago in reply to: Vimeo Videos Not Playing – Even On YOUR SiteHello Ken,
we released FV Player Pro 0.6.4 which fixes this issue, could you please upgrade to it.
Please let us know if you are having any other issues.
Thanks,
Martin10 years ago in reply to: Problem with VAST pluginHello Derek,
sorry about the delay.
Could you please try it out with a simple video like this? [fvplayer src="https://cdn.foliovision.com/videos/dominika-960-31.mp4"]
Are you sure you replaced the placeholder texts in the URLs with the supported URL tags as described here? https://foliovision.com/player/vast/url-tags
Thanks,
Martin10 years ago in reply to: Setup without WordpressHello Roman,
it should work perfectly fine with Flowplayer 6. Could you please send over your test URL for your website, so we can have a look?
Thanks,
Martin10 years ago in reply to: Problem on MultisiteHello Giovanni,
could you please post a URL of your test post so we can check it out?
Thanks,
Martin10 years ago in reply to: AB loop points doesn't appear in lightboxHello Renato,
thank you for the bug report, we will get that fixed. For now please don’t use lightbox for the videos with AB looping.
Thanks,
Martin10 years ago in reply to: Setup without WordpressHello Roman,
1) Do you have is_splash class on the flowplayer element?
The rest is hard to judge, could you please post some URL where we can see this?
Thanks,
Martin10 years ago in reply to: Problem on MultisiteHello Giovanni,
please let us know more details about your setup. Are you using CloudFront signed URLs? Are you using HTTP or a streaming (RTMP) distribution?
Thanks,
Martin10 years ago in reply to: Problem on MultisiteHello Giovanni,
please upgrade to FV Player Pro 0.6.3, it should show up in your WP Dashboard shortly. We were not checking the Network Activated plugins, but now we fixed that.
Thanks,
Martin10 years ago in reply to: Flowplayer XP ProblemHello Ken,
please update both FV WordPress Flowplayer and FV Player Pro, the IE8 bug has been fixed.
Your user can also test it here: https://foliovision.com/player/demos/user-ab-loop
Thanks,
Martin10 years ago in reply to: Flowplayer XP ProblemHello Ken,
I can reproduce the IE8 issue on Vimeo videos, we will get it fixed.
We haven’t go to fix the YouTube speed controls yet, sorry about that.
Thanks,
MartinHello Diego,
unfortunately the attitude of WordPress team towards this is that WP Multisite is for advanced users, so you need to know your way around… which is understandable since it’s complex and there are a lot scenarios.
So change the site URL you need to have a look at all sorts of tables: wp_options, wp_site, wp_sitemeta, wp_blogs. And also have a look into your wp-config.php.
However can you confirm that fv_vast_conf ajax_url in your HTML source is without HTTPS? You should check that before you get your hands dirty.
Thanks,
Martin10 years ago in reply to: Inserting Pro Key Didn't Upgrade My InstallHello Birsen,
sorry to hear about your trouble, you need to use the URL at which your site frontend is running. I checked your license keys, but your website appears to be locked down, so I’m not able to verify if you are using the right key.
You can still download FV Player Pro ZIP file from https://foliovision.com/login -> My Products and install it on top of FV WordPress Flowplayer, but I would like to verify that there is no issue. Are you using the same domain for front end and for wp-admin?
Thanks,
MartinHello Diego,
could you please post the URL where we can see the issue?
I suspect that while your site runs on HTTPS the WP Ajax still runs on HTTP and that’s why it’s discarded – can you check if your WordPress site URL and home URL is set to use HTTPS? It’s the first two URLs in wp-admin -> Settings -> General.
Thanks,
Martin10 years ago in reply to: Not working in WP 4.3.1Hello Shae,
we already answered you here: https://foliovision.com/support/fv-clone-screen-options/troubleshooting/uninstall-fv-clone-screen-options/#post-20500
Thanks,
MartinHello Diego,
please let us know more about the issue. I assume your site was http://site.com before. Then you changed it to https://site.com. Are you sure any link on http://site.com/any-file.mp4 was redirected with HTTP 301 status code to https://site.com/any-file.mp4? This is important for SEO and it will also keep any existing [fvplayer src="http://site.com/any-file.mp4"] shortcodes running.
Thanks,
Martin10 years ago in reply to: Uninstall FV Clone Screen OptionsHello Shae,
we had a look, please see here: https://foliovision.com/support/fv-clone-screen-options/troubleshooting/fv-clone-screen-option-is-not-working-with-wordpress-4-3#post-20499
Thanks,
MartinHello Sven,
could you please let us know about the steps to reproduce the issue?
I hide everything on post screen except for FV Simpler SEO (our SEO plugin) and when I clone it for everybody and register a new admin user, I get the same edit screen – except the Featured Image box comes back.
So perhaps new WordPress changed some of this so that some boxes come up automatically for new users.
Thanks,
Martin10 years ago in reply to: Analytics on Video AdsHello Cruiserparts,
thank you for posting your ideas, we will discuss this in our team.
Thanks,
MartinHello Cruiserparts,
we are preparing a full step by step guide here: https://foliovision.com/player/pay-per-view
We are still fixing some compatibility bugs in this feature though.
Thanks,
MartinHello Jasper,
we need to add it into our user interface.
Is your website multilingual? Are you using Polylang or some other plugin? Please let us know, as we want to detect the default language properly.
Thanks,
MartinHello Supriya,
you can use this CSS:
.fp-timeline {
display: none;
}Or you can use live=”true” in the shortcode.
Thanks,
MartinHello Cruiserparts,
thank you for an interesting questions – no, these ads won’t be blocked, as they are loaded from your own website (or from where the video ad files are hosted).
Thanks,
Martin10 years ago in reply to: How to change subtitle font size?Hello Zizan,
I was thinking – is your whole WordPress website set to the Malay language? If you use the Malay WordPress translation, then it’s easy for us to detect that language and use it as a label for the subtitles button.
Thanks,
Martin10 years ago in reply to: Closed Captions ButtonHello Gary,
please post your answers here so that I don’t have to repost it from email. You can post without logging in, just use your email address.
We need to improve this, in the meantime you can fix it in the code: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/how-to-change-subtitle-font-size/#post-19967
Thanks,
Martin10 years ago in reply to: Video Ad Skip ButtonHello Cody,
please update to FV Player Pro 0.5.9, it should fix the autoplay issue with the video ads. Could you please let us know how it works for you?
Thanks,
Martin10 years ago in reply to: Video Ad Skip ButtonHello Cody,
I had a look at your licensed website and I can see that your video ad doesn’t behave a like an add – there is no information about the remaining time and no skip button. I found why it breaks – because you use autoplay for that video. I’m going to fix that now, thank you for the bug report!
Also, your main video appears to be stored on Google Drive. It only plays for me if I’m logged in into Google. We recommend Vimeo as a effective video host + encoding service: https://foliovision.com/player/how-to-use-vimeo-pro
Thanks,
Martin10 years ago in reply to: Video Ad Skip ButtonHello Cody,
make sure you entered your license code to Settings -> FV WordPress Flowplayer -> (field at the top of the screen) and let us know what domain you are using so we can check why you don’t see the update. But perhaps it’s just natural delay of WordPress updates, they don’t show up instantly. You can also grab a fresh copy of the plugin at https://foliovision.com/login -> My Products.
Thanks,
Martin10 years ago in reply to: Video Ad Skip ButtonHello Cody,
how long are your video ads? We would like to add an universal setting of minimal ad length for the skip button to show up. That way your short pre-rolls (perhaps with your site logo) would go without any skip button but in case you have 30 second ads, these should show up with a skip button.
And actually if you mean that you only want to show the video ad on some of the ads, you can simply set the individual video to now show any ad using Video Ads -> No Ad in the shortcode editor (or typing ads=”no” to it).
Also, did you mentioned issues when using the skip button?
Thanks,
Martin10 years ago in reply to: Video Ad Skip ButtonHello Cody,
I had a look:
Video ad click not opening the link – I’m getting the same behavior when using YouTube video as an ad. It works for normal video files though. Please upgrade the FV Player Pro – I just released version 0.5.8 which will fix the issue for you.
Regarding your request to add a feature to hide the skip button for some video ads – we will have a look at in in our team and decide if we want to add this feature. I think it would work nicely on a per-ad basis, thank you for the suggestion!
Thanks,
MartinHello JP,
I guess it’s needed if Easy Digital Downloads adds the tags the way it does.
Thank you for showing us your fix, we will put it into the plugin code!
Martin
10 years ago in reply to: How to change subtitle font size?Hello Zizan,
we need to improve our support for subtitle languages.
If you know a bit of PHP you can edit models/flowplayer-frontend.php and add this to where < track > element is created:
srclang="my" label="Malay"
Thanks,
Martin10 years ago in reply to: Issue with video ads.Hello Kerry,
I realized there is a bug when using YouTube as the custom video ads. FV Player Pro 0.5.7 fixes the issue, please upgrade to it and let us know if you still have any issue.
Thanks,
Martin10 years ago in reply to: S3 Protected Content vs s3FlowshieldHello Balduro,
you are right that our “foliovision” and “MySite” users are not entirely the same, but the point is the “MySite” user how which you generate the access keys has the ReadOnly permissions for Amazon S3.
It’s weird that your URLs are not signed in the code. Could you please post some [fvplayer] shortcode which you use (you can shorten the URL) and what you entered into “Amazon S3 Protected Content” -> “Amazon Bucket” field?
Thanks,
Martin10 years ago in reply to: Can’t play my live RTMPHello Oscar,
the shortcode with rtmp and rtmp_path works for me, are you sure FV WordPress Flowplayer is on the latest version? That is 6.0.3.7.
Thanks,
Martin10 years ago in reply to: Can’t play my live RTMPHello Oscar,
at what time is the stream live? It appears to be 0-4 AM our time which is not very good for us.
It appears the issue is with parsing. Please try to change [fvplayer src="rtmp://{your-ip-here}/hls/:live"] into [fvplayer rtmp="rtmp://{your-ip-here}/hls/" rtmp_path="live" live="true"]
We only count on rtmp://{your-ip-here}/hls/{extension:}live but if there is no externsion, there is a problem. But I see we could detect the “:” symbol.
Thanks,
Martin10 years ago in reply to: Can’t play my live RTMPHello Oscar,
please send us the stream info and let us know when it will be live again. We will not publish it if you don’t wish to.
Thanks,
Martin10 years ago in reply to: Windows Phone 8.1 issue playing a videoHello Carlos.
so there are no issues with Windows Phone and it’s all about WPLMS? We heard about this issue before, here’s a guide for it from WPLMS authors: http://vibethemes.com/documentation/wplms/knowledge-base/compatibility-with-fv-flowplayer-plugin/
This should help with your videos. It won’t fix our playlist integration when using Ajax loading though (that’s what WPLMS modules use), improving that is on our list.
Thanks,
Martin10 years ago in reply to: Issue with video ads.Hello Kerry,
yes, you should be able to self-host the video ad. You can mix selfhosted videos with YouTube or Vimeo.
What we haven’t fully tested is using YouTube as an ad in front of Vimeo and vice-versa.
However I’m noticing some other issues on your website – the first video “Youtube player with youtube video ad (pre-roll)” won’t play. It seems to be a conflict with the elementQuery.min.js script in your theme. Could you please let us know if you are also noticing this? Does is still happen with the default WordPress theme?
I’m also noticing that I can’t close the YouTube text/graphic ad. This is supposed to be fixed already (they changed the dimensions lately), so I’ll check again.
Thanks,
Martin10 years ago in reply to: Windows Phone 8.1 issue playing a videoHello Carlos,
could you please try our homepage video on your website?
[fvplayer src="https://cdn.foliovision.com/videos/dominika-960-31.mp4" mobile="https://cdn.foliovision.com/videos/dominika-mobile.mp4" width=598 height=356 splash="https://cdn.foliovision.com/video/burning-hula-hoop-girl-dominika.jpg"]
Perhaps the issue is with your video encoding. Could you please report the video using video checker? Here’s how: https://foliovision.com/player/faq#properties-built-checker-report-playing
Thanks,
Martin10 years ago in reply to: Can’t play my live RTMPHello Oscar,
actually please upgrade to FV WordPress Flowplayer 6.0.3.7 – we fixed the RTMP parsing for these streams where the stream name has no mp4: (or other) prefix.
Please let us know if it works for you, it helped on our test stream with no “mp4:”
Thanks,
Martin10 years ago in reply to: Playlist with control no control optionHello Al,
if you have our FV Flowplayer license you can just use the FV Player Pro extension plugin which allows you to use custom video ads just like you describe: https://foliovision.com/player/video-roll-post
In the latest version you can set any ad to be default for the whole website and even specify video ad on video by video basis.
Please let us know if you have any questions.
Thanks,
Martin10 years ago in reply to: Can’t play my live RTMPHello Oscar,
unfortunately there is a bug in core Flowplayer (it’s already reported), if you still have the latest version of FV Flowplayer 6 installed please try using this:
[fvplayer rtmp="rtmp://example.com/live" rtmp_path="mp4:test"]
Or could you just post your exact RTMP URL so we can try it?
You can try to do the following to increase the RTMP buffer length in fv-wordpress-flowplayer/flowplayer/fv-flowplayer.min.js to avoid jittery performance:
Just addend this at end of the file after any } closing bracket:
flowplayer.conf.bufferTime = 6;
Make sure you clear your browser cache after you tweak this and please let us know if it helped. The default values is 3 (seconds) so putting in 6 or 10 should really improve the playback.. We might put it into the plugins settings if it helps.
Thanks,
Martin10 years ago in reply to: Windows Phone 8.1 issue playing a videoHello Carlos,
could you please check the video on our homepage? http://foliovision.com
It works for me on Nokia Lumia 1320 which also has Windows Phone 8.1. Here’s the complete user agent string:
Mozilla/5.0 (Mobile; Windows Phone 8.1; Android 4.0; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 1320) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537
Could you please visit http://whatsmyuseragent.com and post yours?
Also what does http://lifeinamovie.com/h/wp81.html say? On our Lumia it says:
Are you Windows Phone 8.1? true
Do you support inlineVideo? falsePerhaps we need to tweak inlineVideo to report as false for older Lumia phones.
Thanks,
Martin10 years ago in reply to: Creating a loop functionHello John,
please upgrade to FV Player Pro 0.5.6 which fixes this issue.
Please let us know if there is anything else about the AB loop.
Thanks,
Martin10 years ago in reply to: Playlist not working properly after updateHello John,
I can see the bug when I try to skip to the next playlist item.
Please upgrade to FV Player Pro 0.5.5 and the issue will be solved. Please remember to clear any kind of cache your site is using (cache plugin, CDN…).
Thanks,
Martin10 years ago in reply to: Playlist not working properly after updateHello John,
could you please post the URL where we can see this? There was no change which should affect this and if there is a bug we will fix it right away.
Thanks,
Martin10 years ago in reply to: HTML5: VIDEO FILE NOT FOUNDHello Kerry,
could you please post the exact shortcode you are/were using? I see you are using standard Vimeo iframe now. If you can switch back to using FV Player Pro advanced embedding, I can check what’s wrong with it, today I’m available until 2PM UTC.
The Vimeo file URL is refreshed with each single visitor to make sure its fresh as these URL expire (and thus are resilient to hotlinking).
Thanks,
Martin10 years ago in reply to: Using Vimeo and YoutubeHello shamman357,
we released FV Player Pro 0.5.4. Please upgrade to it and your issues should be fixed.
Make sure to check our release notes to see the new YouTube Playlist (Channel) feature: https://foliovision.com/2015/10/youtube-playlist-embedding
Thanks,
MartinHello cruiserparts,
as this point the “Check the amazing video here:” part can be adjusted with fv_player_sharing_mail_content WordPress filter hook, but I see it could be a setting.
Regarding using tinyurl or similar service – do you have some plugin which we could just hook into our plugin? I think most of these services require API key to generate the shortened links reliably, so it’s not that easy.
Thanks,
Martin10 years ago in reply to: Using Vimeo and YoutubeHello shamman357,
do you use multiple YouTube videos on a single page? I noticed there are some issues with that, so we will get it fixed.
Thanks,
MartinHello Kerry,
do you want to remove the controlbar? In that case try adding this to the shortcode:
controlbar=”no”
If you want to get rid of the timeline, you can try:
live=”true”
The “live” attribute can also be used from within the shortcode editor once enabled in FV WordPress Flowplayer -> Post Interface Options
Thanks,
Martin10 years ago in reply to: Using Vimeo and YoutubeHello shamman357,
when I open your link I get:
“This Course can not be taken. Contact Administrator.”
Can you post a link to some test page? Are you using YouTube or Vimeo videos? How to reproduce the bug?
Thanks,
Martin10 years ago in reply to: Hiding the “this ad will end in…” messageHello Kerry,
as a quick solution you can just add the following to your theme CSS:
.fv-cva-time { display: none }
I see that there could be some more settings for this, for example a text input where you type in “Please wait for % seconds…” or just leave it empty and nothing would appear.
Thanks,
Martin10 years ago in reply to: Amazon S3 on AndroidHello Alessandro,
sorry about the delay. Unfortunately I can see you already removed your test page. Is there any other page where I can see some video?
Thanks,
Martin10 years ago in reply to: Redirect no longer workingHello Jeremy,
thank you for the bug report!
I found the problem – it’s in fv-wordpress-flowplayer/flowplayer/fv-flowplayer.min.js. Look for:
var url = root.data('redirect');
And change it to:
var url = root.data('fv_redirect');
Are you able to do such edit? If so, that would help with our testing. Please make sure you clear your browser cache after you do this fix and reload your page with video to see the change.
Thanks,
Martin10 years ago in reply to: Redirect no longer workingHello Jeremy,
could you please try entering absolute URL? That means full http://www.chlcme.com/ad-9302/ not just /ad-9302/
Unfortunately your links leads to a membership page, so I can’t test it.
Thanks,
MartinHello Sergey,
could you please let us know what browser you use on what OS (it’s Windows, but what version?) so we can have a look ourselves?
Thanks,
Martin10 years ago in reply to: Tremor TagsHello Matthew,
thank you!
Did you see the 0.4.1 upgrade in your WordPress plugins screen? If not, then we have to fix it.
Thanks,
Martin10 years ago in reply to: Tremor TagsHello Matthew,
I tested the VAST URL as it is on http://thinkandshop.com/moms-on-binge-watching/ here: http://foliovision.com/player/vast/tester And it worked, I got an ad playing.
Please make sure you upgrade to FV Player VAST 0.4.1, you are only on version 0.4. Please let us know if you don’t see the update available, it should be there. We have done some improvements to the update system.
With version 0.4.1 the ads will work.
Thanks,
Martin10 years ago in reply to: Tremor Tags10 years ago in reply to: autoplay just once?Hello Bruno,
I removed your domains, so the links are not complete but they still serve us for a reference.
I had a look at your website. Unfortunately Autoptimize appears to cause the issue. The thing is removes any <script> tags and moves everything to a single cached file where all JavaScript files are merged into one.
However that doesn’t appear to work with wp_localize_script(). It’s a core WP function which we use to set configuration parameters for our players.
Does the plugin offer any option to not combine inline JavaScript? wp_localize_script() only produces static array definitions, there will be no performance penalty from having it in the HTML. I found that a hook like this can be used to skip combine/minify of inline JavaScript: https://github.com/futtta/autoptimize/blob/master/autoptimize_helper.php_example#L114-L118 Are you able to put that up on your website?
I tried it on a test site and it helped. Now I posted about this whole Autoptimize issue here as well: https://foliovision.com/player/installation#minify
I also promised you a JavaScript hook when a video autoplay is skipped if user already autoplayed the video – the “autoplay just once” function. Sorry about the delay, I’ll work on that now and tomorrow.
Thanks,
Martin10 years ago in reply to: Adaptive watermark sizeHello Olexander,
we are having success with the following CSS:
@media (max-width: 600px){
.flowplayer .fp-help p{font-size:9px;}
.flowplayer .fp-logo{max-width: 130px;}
}
@media (max-width: 359px) {
.flowplayer .fp-logo{max-width: 90px;}
}We will include this in the next plugin version. If you have experience with tweaking CSS on your site and you can try it out, that would be helpful.
Thanks,
Martin10 years ago in reply to: FV Flowplayer 6 update issuesHello Asanka,
I had a look at jamsplay.tv on Chrome 45.0.2454.93 on OS X 10.9.5 and I couldn’t see the issue on homepage nor single article page.
Could you please:
1) Let us know what Chrome version you use?
2) Check what addons you use in your Google Chrome?
3) If you have some web development skills, can you paste any error messages from your Chrome Developer Tools Console?
I’m not sure about jamsplay.com, it appears you deactivated the plugin there, could you please reenable it?
Thanks,
Martin10 years ago in reply to: LicensingHello Matt,
could you please double-check that you downloaded the version for testexplorer.com? Make sure you click the green download icon next to the domain name at https://foliovision.com/login I had a look and it appears you are using version from vetink.com.
Thanks,
Martin