LIMITER Posted March 10, 2008 Author Posted March 10, 2008 NEW VERSION 3.3.3 RELEASED !!! (check the #1 post)POLL ENDED !!!
DirtDBaK Posted March 16, 2008 Posted March 16, 2008 Some mp3's wont play with autoit... [center][/center]
DirtDBaK Posted March 17, 2008 Posted March 17, 2008 Well for some reason autoit has problems playing files test it out with your own autoit script #include <sound.au3> $file="C:\Windows\system32\oobe\images\title.wma" _SoundPlay(_SoundOpen($file),1) Change the $file to a mp3 and if that doesn't play it then either you wmm.dll is bad, or autoit can't play that file... [center][/center]
LIMITER Posted March 18, 2008 Author Posted March 18, 2008 NEW VERSION 3.3.5 !!!NOW WITH VIDEO PLAYER !!!
gseller Posted March 18, 2008 Posted March 18, 2008 I am not finding WMP.au3 anywhere to download? Can you put up a link for download?
LIMITER Posted March 18, 2008 Author Posted March 18, 2008 Ups ... I forgot to put WMP.au3 I put a link in the #1 post
gseller Posted March 18, 2008 Posted March 18, 2008 AWESOME as usual! Would be nice to have more control over the video viewer but is way cool!
LIMITER Posted March 19, 2008 Author Posted March 19, 2008 Thx gesller ! I tried to make the slider really seek the video (but failed). If someone can help,I would really preciate I will add volume control and (if someone helps me) i'll add seek function to the slider.
DirtDBaK Posted March 19, 2008 Posted March 19, 2008 Well the slider in mine seeks video just fine but I use _soundplay which works with mpg and wmv but not avi. I found that out by accident... [center][/center]
Iuli Posted March 19, 2008 Posted March 19, 2008 Well for some reason autoit has problems playing files test it out with your own autoit script #include <sound.au3> $file="C:\Windows\system32\oobe\images\title.wma" _SoundPlay(_SoundOpen($file),1) Change the $file to a mp3 and if that doesn't play it then either you wmm.dll is bad, or autoit can't play that file... I investigated further, and found out that only if i get this error the sound is playing : "The open failed. Error Number: 1 Error Description: There is a problem with the device driver. The driver has closed. Cannot access error. Please Note: The sound may still play correctly." If the sound is opened successfuly then it is not playing. Pretty weird, huh ? [size="2"]SFXMaker[/size] - The most complete switchless installer creator software[indent][/indent]
DirtDBaK Posted March 19, 2008 Posted March 19, 2008 Well I wrote that script assuming that you had xp, I don't have that problem, but some people do. I don't know of any solution... [center][/center]
LIMITER Posted March 20, 2008 Author Posted March 20, 2008 @Iuli I had that problem too... But i reinstalled windows and it worked again ...
Iuli Posted March 20, 2008 Posted March 20, 2008 @DBak : No, i have Vista installed. Another weird thing is that if i move the file from D: drive (where they are not playing) to C: drive, the sound works perfectly. @L|M|TER : I already tried that and didn't worked for me. [size="2"]SFXMaker[/size] - The most complete switchless installer creator software[indent][/indent]
DirtDBaK Posted March 21, 2008 Posted March 21, 2008 No, i have Vista installedWell theres your problemreally though I don't know and the example that I wrote would only work with XPBut as for the D: drive problems it may be related to the permissions on that drive, considering its more than likely a recovery partition....Good luck solving the problem [center][/center]
Aassdd Posted March 23, 2008 Posted March 23, 2008 (edited) Awesome, very good job. Congratulations, it's sooo good. Images, and effects are cool too. Edited March 23, 2008 by Aassdd
LIMITER Posted March 23, 2008 Author Posted March 23, 2008 Thx Aassdd ! @All Yesterday, the sound functions stopped working (again) and i just installed the windows (2 weeks ago) and i don't want to install it again ... Somebody has a solution or something ? Thx A Lot !
Iuli Posted March 23, 2008 Posted March 23, 2008 Thx Aassdd !@AllYesterday, the sound functions stopped working (again) and i just installed the windows (2 weeks ago) and i don't want to install it again ... Somebody has a solution or something ?Thx A Lot !There is something wromg ( or more likely weird) with the functions. Sometimes they work, sometimes they don't. I experienced problems with _SoundLenght function. It wasn't working, but few days ago it started to work. But, very weird, _SoundPos doesn't work anymore, but it worked before _SoundLength started to work. I dunno if something is linked to this 2, but anyway, if someone could help, i would greatly apreciate.There is an alternative, to use WMP object. But it also gives some errors, so i better use this functions. [size="2"]SFXMaker[/size] - The most complete switchless installer creator software[indent][/indent]
DirtDBaK Posted March 23, 2008 Posted March 23, 2008 I know there was a big issue about soundlenth and soundpos when they went from 3.2.8.1 to 3.2.10.0 If your using 3.2.8.1 it sometimes will return the wrong song postion, but other than that I have no problems. I won't upgrade to 3.2.10.0+ because of all the functionality changes. [center][/center]
LIMITER Posted March 23, 2008 Author Posted March 23, 2008 I just started on an WMP version of LMP ...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now