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

Flicker when loading first slide video content #167

Closed
helmer opened this issue Aug 17, 2011 · 3 comments
Closed

Flicker when loading first slide video content #167

helmer opened this issue Aug 17, 2011 · 3 comments
Labels

Comments

@helmer
Copy link
Contributor

helmer commented Aug 17, 2011

Hi,

Having video content on your first slide, on init, the loading process already shows the content, then flickers once and re-loads itself. Checking the traffic, external request is issued twice, which is most likely the reason behind this flickering.

I am guessing this "load twice" is done due to building of hidden previous/next slides.

You can experience this here.

@Mottie
Copy link
Contributor

Mottie commented Aug 17, 2011

Hi Helmer!

The main issue is that the video extension needs to initialize the video API. In order to do that it needs to change the iframe src or the url of the embedded object. When it does that, on window ready because it needs AnythingSlider already set up, you get a flicker. I would love to get rid of it, but by the time I released the video extension I was sick of looking at it LOL.

I do think the extension should check to see if the API is already initialized - I thought I did =/ - I started with the assumption that most users won't take the time to add the api string to the video code themselves.

@Mottie
Copy link
Contributor

Mottie commented Sep 18, 2011

I guess this answered your question, so I'm closing the issue.

@Mottie Mottie closed this as completed Sep 18, 2011
@webigon
Copy link

webigon commented Oct 1, 2012

I have this issue now. Is their a way to fix this? See example here: http://69.64.69.207

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

No branches or pull requests

3 participants