|
General Talk And Support General talk and peer-to-peer support about BS.Player and other video and audio multimedia players. |
| LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
Quote:
EDIT: Only one question: I took a rapid look into your plugin source and the question is "why have you used a timer?" In BS.Player SDK is available a number of callback calls that let you handle everything your plugin does without the need of a timer. For example to know if the movie has changed (by doubleclick on the file, play button pressed, next/previous track buttons pressed etc.) there's a callback call for FILEOPEN event. Then if you want to know if a movie is playing or not (since you want to display the watching message only if a movie is playing) you can check BSplayer status once a file is opened, and then listen for PLAY, STOP and PAUSE events... don't you? (maybe after every PAUSE event check the player status, I don't know if the PAUSE event can toggle the play status, but I think it acts like this, and sometimes toggle variables get messed up for some reasons) Plus, if a user plays a song instead of a movie the word "watching" is not entirely correct, maybe you can check the file extension (at least for most common file names, for the unknown you can still pass the watching message) Last suggestion: Maybe make the "watching" (and maybe a future "listening") message customizable, so that everyone can change/translate it to fullfil his needs or follow his language style : Just few suggestions, probably the filesize of the plugin will increase with these controls, but the instructions involved will be really reduced (and also the computing time and resources needed) :roll: And again congratulation for the work done, keep up the great work
__________________ BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer BSP Definitions Manager (v1.02) BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051) |
| |||
Quote:
EDIT: i tested it again (just put a MessageBox at the beginning of CallbackProc), and there is an event when i close bsplayer, when i click and the movie window, when i resize it, but nothing when i open/pause/stop a file. Maybe there is an issue in BS Player 2.20 ? Quote:
But i'll take a look if you insists :p PS: i have BSPlayer 2.20 |
| |||
Quote:
(I don't even know how to use timers :? ) If my plugin works with v2.20 you can be sure there's no issue with BSplayer. (and of course the opposite is also true). I would check my code for you, but I've lost it: it was on my USB stick which I left in a public PC. |
| |||
I upgraded to bsplayer 2.21, and still no callback for PLAY event. You can try to compile the sample in the sdk, it should do something, but nothing happens for me (verified in debug, CallbackProc is not called). |
| |||
plugin detected as trojan
my pc detected this as spyware, i surely hope it is a false positive since it works pretty well, any one notices this before? this is in file MSN_Plugin_V4.dll Spyware doctor identifies this plugin as Trojan-Proxy.Ranky a Threat that compromises the computer by opening a proxy server on it in addition the detected sample contains the following characteistics: - a malicious backdoor trojan that runs in the background and allows remote access to the compromised system. the threat is also known as: backdoor ranky [symantec] proxy-FBSR [mcafee]troj/bloproxy-a [sophos]Trojan-proxy.Win32.Ranky.bp [panda]Trojan-Proxy.Win32.Agent.mf |
| |||
It's a false positive, I don't know if you antivirus detect it as a trojan because it's packed with UPX or due to its heuristic features, but my antivirus (NOD32 with latest virii database) doesn't detect anything.. Plus, I know RafkeP by myself and I'm sure he will never pack a file to be distributed with such a malware ;)
__________________ BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer BSP Definitions Manager (v1.02) BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051) |
| |||
it was actually spyware doctor, i also have nod32 for viruses but spyware is a different kind of beast. damn i was hoping to stick with spyware dr (from google pack) since avg antyspyware is no longer freeware. any recommendations? |
Tags |
msn, plugin |
| |