Video Automatically Playing in my Blog - Turn Off

Discussion in 'Programming' started by cali boy, Sep 5, 2014.

  1. #1
    I copied this link which came from Redbull - I do not want this to automatically play when someone is on my blog - what do I need to change:

    <div style="display:none"></div><script language="JavaScript" type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script><script type="text/javascript" src="http://admin.brightcove.com/js/APIModules_all.js"></script><script type="text/javascript" src="http://widgets.outbrain.com/outbrain.js"></script><object id="myExperience1439142659001" class="BrightcoveExperience"><param name="@videoPlayer" value="3766210716001" /><param name="relatedcontent" value="true,true" /><param name="width" value="550" /><param name="playerID" value="1684512102001" /><param name="height" value="360" /><param name="htmlFallback" value="true" /><param name="socialHover" value="Share or embed" /><param name="bgcolor" value="#000000" /><param name="linkBaseURL" value="http://www.redbull.com/en/surfing/stories/1331676312743/21days-kolohe-andino-and-carissa-moore-episode-2" /><param name="purl" value="http://www.redbull.com/en/surfing/stories/1331676312743/21days-kolohe-andino-and-carissa-moore-episode-2" /><param name="isRTL" value="false" /><param name="playerKey" value="AQ~~,AAABTw4lHzE~,sr1E9bdX6d4wCdvdlD8QKdNij3uKs2K9" /><param name="startTime" value="1409859754950" /><param name="logoHover" value="Visit RedBull.com/Surfing" /><param name="isUI" value="true" /><param name="labels" value="http://www.redbull.com/cs/RedBull2Misc/brightcove/en_INT_labels.xml" /><param name="autoStart" value="true" /><param name="isVid" value="true" /><param name="onsiteSettings" value="false" /><param name="closedCaptionsHover" value="Subtitles" /><param name="link" value="http://www.redbull.com/en/surfing" /><param name="jumpHover" value="Jump backwards" /><param name="dynamicStreaming" value="true" /><param name="filter" value="channel:Surfing" /><param name="qualityHover" value="Change quality" /></object><script type="text/javascript">brightcove.createExperiences();</script>
     
    cali boy, Sep 5, 2014 IP
  2. malky66

    malky66 Acclaimed Member

    Messages:
    3,997
    Likes Received:
    2,248
    Best Answers:
    88
    Trophy Points:
    515
    #2
    Change: <param name="autoStart" value="true" />
    to: <param name="autoStart" value="false" />
     
    malky66, Sep 7, 2014 IP
  3. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #3
    Seriously? I weep for humanity...
     
    PoPSiCLe, Sep 7, 2014 IP
  4. HuggyStudios

    HuggyStudios Well-Known Member

    Messages:
    724
    Likes Received:
    20
    Best Answers:
    26
    Trophy Points:
    165
    #4
    To the normal human mind that looked like Chinese.
     
    HuggyStudios, Sep 8, 2014 IP
  5. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #5
    First: there's a thing called Google.
    Second: if THAT looks like Chinese, then what the hell are you doing editing code? I frequently wish myself back to the "good old days" when not everyone thought they could code because they could copy-paste text.
    Third: Chinese or not, it's in English - logic should apply that a value called "autoStart" would affect the issue at hand.
     
    PoPSiCLe, Sep 8, 2014 IP
  6. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #6
    I don't think the original poster made any such claims. He asked a question with something he was having trouble with. For someone who isn't a programmer or web developer that would look like Chinese (figuratively not literally).

    I'm quite sure he never saw the "autoStart" or it didn't seem obvious. I remember back in the late 90s when I was learning HTML I did some pretty dumb things. I also asked questions where the answer was obvious. I just wasn't sure.

    Instead of belittling a newbie why not just help.... I mean...this is a help forum. Right? 90% of the questions here have obvious answers to me...but not according to the person asking. *rolls eyes*
     
    NetStar, Sep 8, 2014 IP
    HuggyStudios and malky66 like this.
  7. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #7
    There's a difference between questions which might not be obvious, and questions where you can find the answer via a simple Google search - if you look at the script name, and put in "http://admin.brightcove.com/js/BrightcoveExperiences.js remove autoplay" in Google, this is the third link: http://support.brightcove.com/en/video-cloud/docs/player-configuration-parameters
    This is not a question open for interpretation, it's a very specific issue, which WILL have a solution on Google (in at least 99% of cases).
    Yes, by all means, help newbies - but that doesn't mean that you shouldn't tell newbies to learn how to solve their own problems, preferably by searching through stuff being asked before.
    I'm sorry - I don't have patience enough for people coming here asking about homework, finished code, etc. We're not here to build a system for anyone, we're here to provide people help to learn what they need to do by themselves.
    If a person asks a question, I expect the following:
    1. that the person knows how to use a forum - that includes CODE-tags and such.
    2. that the person have tried to solve this themselves, and can provide some sort of summary of what they've tried.
    3. that the person is worth helping - hence, the person asking needs to be able to follow logic, understand that their way might not be the right way, nor the best way, nor even a smart way, and adapt.

    Most people here are capable of at least 2 out of 3 - which gives me an inkling to help them. Some are definitely not. This one needs to sit down, do the basic tutorials in CodeAcademy or similar online training facilities, and learn some stuff, before heading off and creating a mess which is way too easy to exploit. There's a reason over 1 million webpages around the world are constantly infected with malware and similar. Mostly it's because the people running them have no clue what they're doing.
     
    PoPSiCLe, Sep 9, 2014 IP
  8. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #8
    Quit it... You can find the answer to every question on google. We might as well close down digital point then.... 99% of all questions asked have an answer that can be found by searching for it. Which is why I never post questions here. However, I'm perfectly ok with people asking "dumb" questions here because this site is all about helping each other out.

    I can't imagine there being a single post here if everyone took the extra time to search for their answers...
     
    NetStar, Sep 10, 2014 IP
  9. HuggyStudios

    HuggyStudios Well-Known Member

    Messages:
    724
    Likes Received:
    20
    Best Answers:
    26
    Trophy Points:
    165
    #9
    Completely agree with you. Sometimes people are posting questions to bump up their post count. Some people actually have 0 experience in the internet with coding and what seems so obvious to us may look like "chinese" to some.
     
    HuggyStudios, Sep 10, 2014 IP
  10. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #10
    Everyone have been a 0-level once. That doesn't mean we asked these types of questions. Besides, not everything can be found on Google, especially when it comes to specific coding questions.
     
    PoPSiCLe, Sep 11, 2014 IP