I can not embed video to my site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • viethamvui
    New Member
    • Dec 2013
    • 22

    I can not embed video to my site

    Vbulletin 5.0.5 is new but it not allow me to do anything . I can not embed the video , audio . I also can not post with the accents in the topic.
  • BirdOPrey5
    Senior Member
    • Jul 2008
    • 9613
    • 5.6.3

    #2
    What exactly happens when you try to post a video, can you link to a topic on your site where it is not working?

    I do not believe there are any tools in VB5 to embed audio except as audio to a video.

    Whatv exqctly happens when you try to use an accent in a topic?

    Comment

    • viethamvui
      New Member
      • Dec 2013
      • 22

      #3
      I try to post this video to the room , but it is not worked
      Code:
      <p> <script type="text/javascript" src="[URL="http://www.viethamvui.net/video/jwplayer.js&quot;></script"]http://www.viethamvui.net/video/jwplayer.js"></script[/URL]>
      <script type="text/javascript">jwplayer.key="yl9vvYWZUNx48j981dVSewfoY/V2CFEg5FdnXw==";</script>
      <center><div id='my-video'></div></center>
      <script type='text/javascript'>
          jwplayer('my-video').setup({
              file: 'http://www.viethamvui.net/video/TamGiacTinh.flv',
              image: 'http://www.viethamvui.net/images/playingvideo.jpg',
              width: '1000',
              height: '600'
          });
      </script> </p>

      Comment

      • BirdOPrey5
        Senior Member
        • Jul 2008
        • 9613
        • 5.6.3

        #4
        You seem to be posting in embed code, that does not work. For the above code to work you would need to enable HTML for the usergroup- it is OK for trusted site Administrators but is very dangerous to enable HTML for anyone else- even moderators should not be allowed to use HTML.

        The video that can be embedded in VB5 safely are from YouTube, Vimeo, Facebook Daily Motion, and Meta Cafe. To embed these videos you click on the Insert Video button in the Advanced Editor and paste in the URL to the video and vBulletin will automatically convert it into an embedded video- it only works with these sites.

        Example if you paste in this URL you will get the video below-
        Code:
        http://www.youtube.com/watch?v=6b9BKK27HuQ

        Comment

        • viethamvui
          New Member
          • Dec 2013
          • 22

          #5
          Thank Joe

          Comment

          • FoundationalOne
            New Member
            • Dec 2013
            • 24
            • 5.0.X

            #6
            Originally posted by Joe D.
            Example if you paste in this URL you will get the video below-
            Code:
            http://www.youtube.com/watch?v=6b9BKK27HuQ

            This does not work for me.
            I still get the Embedding disabled on request message.

            Or are you saying that html needs to be enabled...*and* use the [video] tags...

            Comment

            • BirdOPrey5
              Senior Member
              • Jul 2008
              • 9613
              • 5.6.3

              #7
              No, HTML does not need to be enabled and never should be enabled.

              Embedding disabled by request is a message certain YouTube videos show when their author doesn't allow them to be embedded in other pages- such videos can only be played on YouTube itself. Can you post a link to this video so I can confirm?

              Comment

              Related Topics

              Collapse

              Working...