- This topic has 304 replies, 5 voices, and was last updated 3 months ago by
mauricem.
-
AuthorPosts
-
October 17, 2021 at 11:26 am #100018
ghostriderofthenite
Memberall links work now to get the video part to work and use persons cam to show video hmmmmmmmmmmm
October 17, 2021 at 11:45 am #100020ghostriderofthenite
Memberso need how to use media player plugin in vb6 to capture video link clicked and publich to web cam sounds simple hahahahah not
and finish the trivia so functions and robin is helping some with that plus in folder shows possible code to loop questions but not how to start stop resume or use random
here version with music links working
Sorry So many but some times my mind races and when i change and fix things hahah
October 17, 2021 at 12:07 pm #100026ghostriderofthenite
Memberso can create webcam capture but some how need to capture video source from youtube link hmmmmmmmm or some how use media player and post to webcam hmmmmmmmmmmm
October 17, 2021 at 12:25 pm #100027ghostriderofthenite
MemberOctober 17, 2021 at 3:34 pm #100052ghostriderofthenite
Memberthat doesnt work and tried few hundred other things hmmmmmmmmmm
October 17, 2021 at 4:13 pm #100055ghostriderofthenite
Membermust be away without using external program like webcam max hmmmmmmmmmmmm this needs be all in one program so when made all people can use Free
October 17, 2021 at 5:08 pm #100056ghostriderofthenite
MemberPrivate Sub WindowsMediaPlayer1_OpenStateChange(ByVal NewState As Long)
End Sub
October 18, 2021 at 10:30 am #100116ghostriderofthenite
MemberOctober 18, 2021 at 11:28 am #100117ghostriderofthenite
Membermaybe need think change the music form and use a combobox and list each link then maybe would show video also https://www.youtube.com/watch?v=kBPcRp5P6eA not sure just thinking
October 19, 2021 at 8:22 am #100222ghostriderofthenite
Membersomething wrong in this line
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) | *.avi |”&”MPEG Files (*.mpg) | *.mpg|”October 19, 2021 at 8:24 am #100223ghostriderofthenite
Memberhere the code on youtube lol
October 19, 2021 at 8:28 am #100225ghostriderofthenite
Memberlol never mind i fixed it
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) | *.avi |” & “MPEG Files (*.mpg) | *.mpg|”
CommonDialog1.ShowOpen
WindowsMediaPlayer1.URL = CommandDialog1.FileName
p = True
End SubOctober 19, 2021 at 9:32 am #100235ghostriderofthenite
Memberstill have error
HScroll.Value = WindowsMediaPlayer1.settings.volumeand doesnt load video or music lol but im close
should beable to connect to the combobox like i do in trivia and open that link but in the media player with video and then captur webcam to publish in room is my intentions
I think i have most the code correct but select music gives error
October 19, 2021 at 10:53 am #100242ghostriderofthenite
Memberok i fixed error but still wont load music files hmmmmmmmmmm
October 19, 2021 at 11:09 am #100243ghostriderofthenite
Memberlol ok fixed that but now trying figure out how load the youyube url files lol im pretty stupid about this
-
AuthorPosts
- You must be logged in to reply to this topic.