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 8687589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:09:12+00:00 2026-06-12T23:09:12+00:00

I have developed one API for HTML5 Video. The specialty of the plugin is

  • 0

I have developed one API for HTML5 Video. The specialty of the plugin is viewer can change the being played video. (Changing different source url through JQuery).

I almost done the task. But its not working in ie9. Let me share the source file here.

$hdVideo.attr('src', videoAttr.src[i]);
gPlay();
createSeek();
createBuffer();
playerstage=0;

the first line will inject the new source file to the video element. It works perfectly in all major browsers, except ie9. I couldn’t even check the running html coding in ie9 (when we make some changes though js, its not get reflected in inspect element).

The link is at: http://iseofirm.net/appthateam/vel/static3/

  • 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-12T23:09:14+00:00Added an answer on June 12, 2026 at 11:09 pm

    I got the solution myself, finally!!!!!

    Problem:
    IE9 indexes the first tag, even though we inject src=”” into tag through jQuery

    Solution:
    When the player starts, inject “src” value of first “source” element into tag.

    if(firstTime)
        {
            $hdVideo.attr('src', videoAttr.src[0]);
            firstTime=0;
        }
    

    Then write function to inject corresponding “source url” into tag’s src=”” attribute…

    var hdswipe = function(){
                var currVid, currExt, currVidName, currQuality, i;
                if($hdVideo.attr('paused')==false)
                    playerstage=1;
                currVid = $hdVideo[0].currentSrc;
                currExt = currVid.substr(currVid.lastIndexOf('.') + 1);
    
                for(i=0; i<videoAttr.quality.length; i++) //Get current video quality
                    if(currVid == videoAttr.src[i])
                        currQuality=videoAttr.quality[i];
    
                for(i=0; i<videoAttr.quality.length; i++) //Swipe the Video
                {
                    if((currExt==videoAttr.src[i].substr(videoAttr.src[i].lastIndexOf('.') + 1))&&(currQuality!= videoAttr.quality[i]))
                    {  
                        $hdVideo.attr('src', videoAttr.src[i]);
                        gPlay();
                        createSeek();
                        createBuffer();
                        playerstage=0;
                        break;
                    }
                }
                if(currQuality == "sd")
                    $("a.hd-hd-swipe-button").addClass("hd-hd-swipe-button-hd");
                else
                    $("a.hd-hd-swipe-button").removeClass("hd-hd-swipe-button-hd");
                return false;
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here at work we have developed a SOAP WCF API that can be reached
I have developed one app in which i have used the Google Place API.
We are a lead generating company and have developed one application where our customers
i have developed our company site where we show one product detail means one
I had developed one website purely in HTML .I have my form with fields
I have developed several GWT Web Applications. Latest one is a little modification of
One business jar which have been developed by us is present in war. but
I have one project with is developed in Php and javascript. How to open
in my project i have one registration form which is developed in C#.net.to this
At one point of time, I have to terminate my application developed in Delphi

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.