Forum Replies Created
-
-
Can I please get an answer
Not what I was asking. Not looking for a pre-designed player.
I want to be able to use CSS to alter the colors used per player on a page. Example, If there are 3 players.. I want 3 different color time line bars.. the question is how can I in CSS declare the players individually?8 years ago in reply to: Remember set volumeIt doesn’t surprise me on how fast ya’ll got it fixed!
And I wouldn’t even say ‘fixed’.. as you have just ‘improved’ it even more..
Thanks!9 years ago in reply to: Remember set volumeIs there any js I can access in reference to the volume? maybe I can get something written for this.. or maybe even do something with volume + cookie?
Having to adjust the volume for EVERY video on a page of multiple video instances on my client’s site has become an issue. Really would like some kinda fix for this..As far as the quality selector not really sure which particular demo I experienced it on.
9 years ago in reply to: Remember set volumeHello Martin.
Examples for keep needing to adjust the volume is actually every player instance on your demos, here is one:
https://foliovision.com/player/demos/align-settings1. Click play, its too loud, adjust vol to say 40%. I would (like) that other instances on the page play at 40% instead of 100%.. which would mean I had to adjust every player on a page (not bad for one instance player).
Now, if visitor who sets video to 40%.. I would think a sound cookie would then tell any other player to start at 40% (yes, I am aware that in settings or config file, as developer, I can manually set volume lower.) But the point is what vol % is best for THAT specific person.
Your thoughts?
11 years ago in reply to: Disable embedding not workingProblem found, I DO APOLOGIZE.
The problem was that I am using a do_shortcode, and have embed on in that bit of code, which as expected overrides the settings page.I apologize once again for the quick trigger question.
11 years ago in reply to: Skins Cue Points and Slow MotionYea, the dev in me wouldn’t allow me to even think about paying for customizing things lol..
Alec PLEASE understand I am totally thrilled with the player!! You guys have saved me TONS of time!!! I can get my client’s up an running with the player just fine, and then I intend on putting my code cap on and seeing what I can do on my end with adding more options / settings for player. As I do jump hurdles I will definitely pass on code.11 years ago in reply to: Skins Cue Points and Slow MotionThere are a number of things that you and Martin said are ‘coming soon’ and I totally understand that.
I ask the questions i am asking because I am tasked with transforming a number of client’s websites to WP. And they are looking to keep the customizations that I have done to the players they have now.
11 years ago in reply to: Skins Cue Points and Slow MotionIn reply to Martin:
I should have asked this clearer, when I say ‘skin’ I’m aware of the skin modifying classes.. I meant not using the minimalist player but the functional player.In reply to Alec:
You said, “We should also do a page of documentation on how to use FV Flowplayer in templates with quick video entry.”
This would REALLY be helpful. As of right now, I have no idea of even where to begin to build a shortcode like Martin explained that includes the player in it!
I kinda thought the player was containing 100% of flowplayer with amazon s3 connection coded in.11 years ago in reply to: Skins Cue Points and Slow Motion–1– Also, in reference to skinning the player. Do you have doc for this?
–2– Lastly, I’m looking to add player instance right into a template file. I would like for client to only have to enter 3 pieces of information:
1. Video filename
2. Mobile version filename
3. Splash ImageI want to set the video player instance right into template file, like single-video-php. Instead of having client who has hundreds of videos have to setup each player instance in admin.
11 years ago in reply to: Skins Cue Points and Slow MotionUnderstood.
11 years ago in reply to: Skins Cue Points and Slow MotionActually I come from a background of highly customizing flowplayer from it’s earliest versions to now. From scripting it to customizing CSS.
Right now I’m looking over the plugin’s code hooks / filters and js to see what I can and can’t do.I’m the one who has been in contact with you in regards to using sub domain mapping for bucket name (url obfuscation and download security).
Those emails between you and I were from ‘bgspoonz’.But right off-hand, I’ll be looking for a way to map custom fields in the plugin’s admin to the functions for the player.
For example, having one bucket WITH folders / dirs inside leads to alot of copy/paste for my clients. When the could in a custom field list the bucket (which you basically have this).. BUT another custom field for folders / dirs inside that bucket. Say, a video folder, a splash image folder, mobile version video folder, etc.
This would leave the client with only having to enter just ONE thing, movie.mp4 or splash.jpg vs whole urls.I also noticed that the plugin’s complete API is not in docs, I can understand that as I’m sure you all are in-work on a ton of things, I can only imagine :)
My sole purpose for buying and supporting your plugin is the genius behind the coding done for implementing Amazon S3 as I was pulling hairs out trying to manage permissions / expiry etc on the bucket(s) itself.. never even thought about creating user(s) and applying permissions etc there! Can’t even begin to tell you the hours spent on trying to get correct policy applied to bucket allowing ONLY one domain to read, even with their policy generator it’s a pain.