Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin
If you know all of this and you have been working since 2010 on this project then you must be doing something wrong.
Look at the post #35 by PlausiblyDamp, your only reaction is posting the same code over and over
Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin
Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin
Today: I have been able to look through my source code for my Windows App, which it just points to the Input command of the Open & Close file I/O, type of thing. I have to find out how to cache somehow the data into the expanding files, with the file extension FLV, which is Flash Video Files, for Windows/MAC, etc such things as that one...
Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin
Can someone please help me with the source code to play a video in windowsMediaPlayer ActiveX Control Object. I have used he WMP.URL command, which i have setup for C:\Video12234.FLV. Then what else must i do for running it. Like there must be an automatic play button or process to run, like so right???
Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin
Code:
Private Sub Form_Click()
With WindowsMediaPlayer1
.URL = "C:\Video12234.FLV"
.Controls.play
End With
End Sub
Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin
Quote:
Originally Posted by
ThEiMp
the video extension that i have chosen to work with is: FLV.
ThEiMp, no one uses the FLV video file format. You should be working with MP4s.
Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin
FLV is not even supported by the WindowsMediaPlayer, unless you download some exotic codec packs.
Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin
and I have loaded a special codec to do such a thing, well dudes
Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin
Now i have to make the making the file as Binary and then not as Input or Output File I/O.