Playing video from a URL
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
5 posts
Page 1 of 1
Hi Guys,
I've been messing around with VB.NET and was having trouble trying to get a video to play from my Dropbox account to the Windows Media Plugin in. Any ideas?
Smiley cooll;
I've been messing around with VB.NET and was having trouble trying to get a video to play from my Dropbox account to the Windows Media Plugin in. Any ideas?
Smiley cooll;
I've never tried playing a video but you could always download the video in the background and then play it but honestly it would be better to use the HTML5 <video> tag in a document and just display _just_ the video. Just an idea.
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
I don't think video streaming works from dropbox because when you upload a video it doesn't give you a direct link it just plays it from it's flash player :?
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
CodenStuff wrote:I don't think video streaming works from dropbox because when you upload a video it doesn't give you a direct link it just plays it from it's flash player :?yes it doesn't give you a direct link but you can get a direct link . first right click download and select copy link then you will get a link like this

https://dl.dropboxusercontent.com/s/lfv ... 7xU0Q&dl=1
now delete te hash now the link will look like this
https://dl.dropboxusercontent.com/s/lfvec/Video_.wmv?
then navigate to the link that's how you get a direct link
Find my programs on Softpedia
Sorry guys i forgot to mention that i had a direct link to the file and it in VLC media player and it streamed perfectly, but it doesn't seem to work on WMP can any of you guys suggest a media player component that would be able to perform this function?
5 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023