Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added swfFullPathOverride (boolean) #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

llamsyneb
Copy link

Added an option called "swfFullPathOverride", default false. When true, swfPath is treated as the full path to Jplayer.swf, even if it doesn't end with the string ".swf". Useful when loading Jplayer.swf from a CDN with a non-direct url.

Added an option called "swfFullPathOverride", default false. When true, swfPath is treated as the full path to Jplayer.swf, even if it doesn't end with the string ".swf".  Useful when loading Jplayer.swf from a CDN with a non-direct url.
@llamsyneb
Copy link
Author

So, I was starting to implement jPlayer for the site I'm working on, but I noticed that the flash player wasn't loading for me. In the framework I'm working in, all the static content is loaded through a mechanism that doesn't allow me to either give a path to Jplayer.swf or point to it directly. All I have is a URL that will load it.

This flag will allow users to specify that swfPath is in fact a full path, so that "/Jplayer.swf" doesn't get appended to the end of swfPath incorrectly.

@thepag
Copy link
Contributor

thepag commented Nov 20, 2014

This is generic notification that all users issuing pull requests must sign our CLA before we can consider merging with the jPlayer project.

@llamsyneb
Copy link
Author

CLA signed. Any feedback on the change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants