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

Unable to set different CDN with $.reel.cdn #124

Closed
pisi opened this issue May 8, 2012 · 2 comments
Closed

Unable to set different CDN with $.reel.cdn #124

pisi opened this issue May 8, 2012 · 2 comments
Assignees
Milestone

Comments

@pisi
Copy link
Owner

pisi commented May 8, 2012

Support issue #121 surfaced a fundamental problem with $.reel.cdn - it can not be customized. Paths to CDN-served resources are being resolved at the load time and are cached into local vars. That means any consequent $.reel.cdn changes hav no effect as the paths have already been resolved.

The CDN path insertion must not be pre-processed and must happen on the fly.

@pisi
Copy link
Owner Author

pisi commented May 8, 2012

Now it works as expected. Can someone please verify?

@pisi
Copy link
Owner Author

pisi commented May 21, 2012

This bugfix just landed in the v1.2rc2 heading for the 1.2 launch. If you can, please verify this bugfix is working for you. Thanks!

@pisi pisi closed this as completed Jun 24, 2012
pisi added a commit that referenced this issue Jul 16, 2012
========

Lovely new features:
* in-picture annotations
* new image preloading method
* frame by frame stepping
* new data change model
* full documentation
* jQuery 1.5+

New options:
* `annotations`, `attr`, `cursor`, `steppable`, improved `images`

New events:
* `stepLeft`, `stepRight`, `openingDone`, improved `play`

New methods:
* `.unreel()`, improved `.reel()`

Includes fixes for issues #10, #20, #36, #51, #62, #64, #65, #69, #103, #110, #111, #113, #115, #117, #122, #124, #125, #126

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

No branches or pull requests

1 participant