Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8343427
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T06:03:29+00:00 2026-06-09T06:03:29+00:00

I have several videos placed within AnythingSlider slides along with other content types in

  • 0

I have several videos placed within AnythingSlider slides along with other content types in each. They play fine on all the browsers I have tested with the exception of iOS on an iPhone 3 and an iPhone 4. I am using the AnythingSlider Video Controller 1.3 beta (the one that still comes with the AnythingSlider 1.8.6 download).

If I take the jquery.anythingslider.video.js out of the equation, the video will play on iPhones. The problem is that without the video.js, any video placed inside a slider will continue to play even after clicking next/previous and advancing. Wouldn’t be such a drawback if the videos didn’t have audio (but some of mine do, so you still hear it when you are viewing completely different slides).

I tracked down the issue in the jquery.anythingslider.video.js with respect to the iOS crashes. It seems to happen because of the Flash handling used by this script. Anything using Flash, even when it’s part of a function in JS (or many times when it is only used as the fallback), seems to trip the iPhones.

My question is this: Is there a partial build of jquery.anythingslider.video.js that would only stop the video automatically on slide advance, while containing no Flash references so that it can still be used with iOS successfully?

Thanks for taking the time to read this and for any input you may have.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T06:03:32+00:00Added an answer on June 9, 2026 at 6:03 am

    Hmm, I didn’t know about iOS crashing when attempting to access flash, I’ll have to look into that.

    I’m not really sure what kind of video you are using, but if it is just HTML5 video, then the video wiki documentation has an example of how to control HTML5 video without the extension – demo

    $('#slider').anythingSlider({
        // pause video when out of view
        onSlideInit: function(e, slider) {
            var vid = slider.$lastPage.find('video');
            if (vid.length && typeof(vid[0].pause) !== 'undefined') {
                vid[0].pause();
            }
        },
        // continue playing video if already started
        onSlideComplete: function(slider) {
            var vid = slider.$currentPage.find('video');
            if (vid.length && typeof(vid[0].pause) !== 'undefined' && vid[0].paused && vid[0].currentTime > 0 && !vid[0].ended) {
                vid[0].play();
            }
        },
        // pause slideshow if video is playing
        isVideoPlaying : function(slider){
            var vid = slider.$currentPage.find('video');
            return (vid.length && typeof(vid[0].pause) !== 'undefined' && !vid[0].paused && !vid[0].ended) ? true : false;
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several different content type nodes (videos, image galleries, stories...) that I would
I have a page of several videos. One can click a thumbnail to play
I have seen several sites where they are able to create links to videos
I have several links to play videos in a player with javascript. What would
I have to convert several full PAL videos (720x576@25) from YUV 4:2:2 to RGB,
we have several tens of macro enabled excel files, each of those contains few
I have several html5 videos on one page and I've just realized that when
I have a page which contains several vimeo videos, embedded in the standard iframe
I have a set of uncompressed videos in YUV format. I have obtained several
I have read several forums that advise against storing videos in a database. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.