Possible to play a short avi with sound from inside a post ?

Possible to play a short avi with sound from inside a post ?

Postby ukoenig » Fri Dec 21, 2018 10:28 pm

Hello,

is it possible to play / include a short avi with sound ?

regards
Uwe :?:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: Possible to play a short avi with sound from inside a post ?

Postby Enrico Maria Giordano » Fri Dec 21, 2018 11:09 pm

Years ago, I used TVideo to play MPG files and it worked fine at the time. Now I don't know if it is still working, sorry.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Possible to play a short avi with sound from inside a post ?

Postby nageswaragunupudi » Sat Dec 22, 2018 1:05 am

Code: Select all  Expand view
  local oWnd, oActivex
   local cFile    := "c:\fwh\avis\fivewin.avi"

   DEFINE WINDOW oWnd

   oActiveX = TActiveX():New( oWnd, "WMPlayer.OCX.7", 0, 0, 400, 400 )
   oActivex:url := cFile
   oActiveX:Settings:Volume = 100
   oactivex:stretchtofit := .f.

   oWnd:oClient := oActivex

   ACTIVATE WINDOW oWnd
 

This plays avi, mp4, etc. with sound.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10247
Joined: Sun Nov 19, 2006 5:22 am
Location: India


Re: Possible to play a short avi with sound from inside a post ?

Postby nageswaragunupudi » Sat Dec 22, 2018 1:10 pm

Reading the caption of this post, it looks like this is not what Mr.Uwe is looking for.
He wants to embed the avi in a post in a forum like this.
I do not know the answer.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10247
Joined: Sun Nov 19, 2006 5:22 am
Location: India


Re: Possible to play a short avi with sound from inside a post ?

Postby ukoenig » Sat Dec 22, 2018 2:40 pm

Yes Mr.Rao that is what I mean,

Reading the caption of this post, it looks like this is not what Mr.Uwe is looking for.
He wants to embed the avi in a post in a forum like this.
I do not know the answer


Videos I could store inside my homepage.
It would be nice playing a small video like we can show a image from inside a post.

The link to a test-avi

https://www.pflegeplus.com/IMAGES/Santa.avi

regards
Uwe :?:
Last edited by ukoenig on Sat Dec 22, 2018 5:40 pm, edited 6 times in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: Possible to play a short avi with sound from inside a post ?

Postby nageswaragunupudi » Sat Dec 22, 2018 3:41 pm

Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10247
Joined: Sun Nov 19, 2006 5:22 am
Location: India


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 53 guests