- This topic has 304 replies, 5 voices, and was last updated 2 years ago by mauricem.
-
AuthorPosts
-
October 19, 2021 at 11:32 am #100246ghostrideroftheniteMember
all working now but youtube video links
October 19, 2021 at 11:37 am #100247ghostrideroftheniteMembermaybe need add other video types cause my movies on computer play in windows media player hmmmmmmm
October 19, 2021 at 11:54 am #100249ghostrideroftheniteMemberthat worked now just need figure out how use youtube video and music from the links i built in
October 19, 2021 at 12:08 pm #100250ghostrideroftheniteMemberi changed too this and worked but not for youtube
Private Sub Command30_Click()
Me.CommonDialog1.Filter = “All Files|*.wmv;*.mp3;*.mp4|” & “WMV Files(*.wmv)|*.wmv|” & “WAV Files(*.wav)|*.wav|” & “MP3 Files (*.mp3)|*.mp3 |” & “MP4 Files (*.mp4) | *.mp4 |” & “VIDEO Files (*.avi;*.flv;*.webm;*.mkv;*.mov;*.wmv;*.avhcd;*mp4) | *.avi |” & “MPEG Files (*.mpg) | *.mpg|”
CommonDialog1.ShowOpen
WindowsMediaPlayer1.URL = CommonDialog1.FileName
p = True
End SubOctober 19, 2021 at 12:50 pm #100255ghostrideroftheniteMembercant get youtube videos to load to combox box arggggggggggg
October 19, 2021 at 2:43 pm #100268ghostrideroftheniteMemberi found a program that captured video camera works nice wonder if could use it some how
October 20, 2021 at 4:17 pm #100350AdminAdministratorYou just keep adding stuff lol, is that in VB6
October 20, 2021 at 6:32 pm #100363ghostrideroftheniteMemberyes its vb6 code but i was able to get all music links to work and media player but cant get the youtube links to work in the combobox and mediaplayer?
October 20, 2021 at 6:34 pm #100367ghostrideroftheniteMembermy idea is to have the youtube links open in media player also besides just clicking the command button that opens youtube and then capture the webcam so could show in room?
October 20, 2021 at 6:36 pm #100368ghostrideroftheniteMemberlol I know I’ve added alot but most of it all works and then last theing to fix and make work is trivia and fix richtext box so can see all chacters some languages don’t show but work fine in the access database
October 21, 2021 at 9:32 am #100438ghostrideroftheniteMemberi modified code I think to work with all video and music sound in media player tested and works when click select music i added this code
Me.CommonDialog1.Filter = “All Files|*.wmv;*.mp3;*.mp4|” & “WMV Files(*.wmv)|*.wmv|” & “WAV Files(*.wav)|*.wav|” & “MP3 Files (*.mp3)|*.mp3 |” & “MP4 Files (*.mp4)| *.mp4 |” & “VIDEO Files (*.avi;*.flv;*.webm;*.mkv;*.mov;*.wmv;*.avhcd;*.mp4;*.xvid;*.vlc;*.dvdrip)” & “AVI Files (*.avi)| *.avi |” & “FLV Files (*.flv)| *.flv |” & ” WEBM Files (*.webm)| *.webm |” & ” MKV Files (*.mkv)| *.mkv |” & ” MOV Files (*.mov)| *.mov |” & ” WMV Files (*.wmv)| *.wmv |” & ” AVHCD Files (*.avhcd)| *.avhcd |” & ” MP4 Files (*.mp4)| *.mp4 |” & ” XVID Files (*.xvid)| *.xvid |” & ” VLC Files (*.vlc)| *.vlc |” & ” DVDRIP (*.dvdrip)| *.dvdrip |” & ” MPEG Files (*.mpg)| *.mpg|”October 21, 2021 at 9:51 am #100440ghostrideroftheniteMemberwell it was working i treid like 6 movie videos but now its not maybe i need reboot or take a break hahahah
October 21, 2021 at 10:16 am #100448ghostrideroftheniteMembernot sure why but this works but then when want to change video have close all way out
Me.CommonDialog1.Filter = “All Files|*.wmv;*.wav;*.mp3;*.mp4|” & “WMV Files(*.wmv)|*.wmv|” & “WAV Files(*.wav)|*.wav|” & “MP3 Files (*.mp3)|*.mp3 |” & “MP4 Files (*.mp4)| *.mp4 |” & “VIDEO Files (*.avi;*.flv;*.webm;*.mkv;*.mov;*.avhcd;*.xvid;*.vlc;*.dvdrip)” & “AVI Files (*.avi)| *.avi |” & “FLV Files (*.flv)| *.flv |” & ” WEBM Files (*.webm)| *.webm |” & ” MKV Files (*.mkv)| *.mkv |” & ” MOV Files (*.mov)| *.mov |” & ” AVHCD Files (*.avhcd)| *.avhcd |” & ” XVID Files (*.xvid)| *.xvid |” & ” VLC Files (*.vlc)| *.vlc |” & ” DVDRIP (*.dvdrip)| *.dvdrip |” & ” MPEG Files (*.mpg)| *.mpg|”
had a couple files doubled so removed
October 21, 2021 at 10:53 am #100452ghostrideroftheniteMemberhmmmmmmmmmmm youtube uses HTML5 wonder how to add that and if needed
October 21, 2021 at 11:53 am #100465ghostrideroftheniteMemberI added and works but must back all the way out to change and close and reopen project
Me.CommonDialog1.Filter = “All Files|*.wmv;*.wav;*.mp3;*.mp4|” & “WMV Files(*.wmv)|*.wmv|” & “WAV Files(*.wav)|*.wav|” & “MP3 Files(*.mp3)|*.mp3 |” & “MP4 Files(*.mp4)| *.mp4 |” & “VIDEO Files(*.avi;*.flv;*.webm;*.mkv;*.mov;*.avhcd;*.xvid;*.vlc;*.dvdrip;*.html5)” & “AVI Files(*.avi)| *.avi |” & “FLV Files(*.flv)| *.flv |” & ” WEBM Files(*.webm)| *.webm |” & ” MKV Files(*.mkv)| *.mkv |” & ” MOV Files(*.mov)| *.mov |” & ” AVHCD Files(*.avhcd)| *.avhcd |” & ” XVID Files(*.xvid)| *.xvid |” & ” VLC Files(*.vlc)| *.vlc |” & ” DVDRIP(*.dvdrip)| *.dvdrip |” & ” HTML5(*.html5)| *.html5 |” & ” MPEG Files(*.mpg)| *.mpg|”
-
AuthorPosts
Related
- You must be logged in to reply to this topic.