What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] MsgPlus.DownloadFile Help

[?] MsgPlus.DownloadFile Help
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: [?] MsgPlus.DownloadFile Help
works for me :\

quote:
Script is starting
Script is now loaded and ready
Function called: OnEvent_DownloadFileComplete
Url: http://www.msgpluslive.net/favicon.ico
OutFile: C:\DOCUME~1\John\LOCALS~1\Temp\mpscript_ac86.tmp
Success: true


code:
function OnEvent_DownloadFileComplete(Url, OutFile, Success){
    Debug.Trace("Url: " + Url);
    Debug.Trace("OutFile: " + OutFile);
    Debug.Trace("Success: " + Success);
    }

var Url = "http://www.msgpluslive.net/favicon.ico";
MsgPlus.DownloadFile(Url);

[quote]
Ultimatess6
: What a noob mod
07-24-2008 02:16 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] MsgPlus.DownloadFile Help - by Spunky on 07-24-2008 at 12:00 AM
RE: [?] MsgPlus.DownloadFile Help - by Eljay on 07-24-2008 at 12:02 AM
RE: [?] MsgPlus.DownloadFile Help - by Spunky on 07-24-2008 at 12:04 AM
RE: [?] MsgPlus.DownloadFile Help - by roflmao456 on 07-24-2008 at 02:16 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On