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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:02:07+00:00 2026-06-11T18:02:07+00:00

Is there a way to init YouTube iframe player without actualy loading video itself?

  • 0

Is there a way to init YouTube iframe player without actualy loading video itself?
If do not provide videoId video is not loaded (no errors is shown) and player instance remains in “ready” state.

ytPlayer = new YT.Player('video-player', {
        height:   '100%',
        width:    '100%',
        videoId:  'video-id-goes-here',
        playerVars: {
                    .....
                    .....

Thanks for answer!

  • 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-11T18:02:08+00:00Added an answer on June 11, 2026 at 6:02 pm

    Sure, if you want to, the following code does work:

    <script>
      function onYouTubePlayerAPIReady() {
        var player = new YT.Player('player', { 
          events: {
            onReady: function() {
              player.loadVideoById('sOEAD-gfJ_M');
            }
          }
        });
      }
    </script>
    <script src="//www.youtube.com/player_api" type="text/javascript"></script>
    

    Alternatively, if you know you’re going to be loading a playlist, you can leave out videoId and put in

    playerVars: {
      list: 'PLAYLIST_ID'
    }
    

    But while both of those approaches do work, what are you trying to accomplish? There might be a better way of doing it than initializing a YT.Player without the videoId.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to init a list without using square bracket in Python?
Is there a sweet way to init an array if not already initilized? Currently
Is there an easy way to init an NSDate with the current UTC date/time?
Is there a way to run certain commands (from init.el) only when I am
Is there a way to post on own page without the word via xxxx?
Is there any way to call the init () method of a class only
Is there some way to write for loop with double init-expression? vector<int> v; //...vector
Is there a way to cause Ant to not quit even if one of
Is there a way to dispose method variables without using try-finally block in C#
Is there a way of defining a Lexer rule like: DESCRIPTOR : 'INIT'(.)*'END'; So

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.