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:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
O.P. [?] MsgPlus.DownloadFile Help
I thought I managed to mess up the dynamic URL function I was using, but I can't even seem to download the msgpluslive.net favicon.ico now =/

code:
url = "www.msgpluslive.net/favicon.ico"
MsgPlus.DownloadFile(url);


quote:
Originally posted by Debug

Function called: OnEvent_DownloadFileComplete
URL: www.msgpluslive.net/favicon.ico
OutFile: C:\Users\SPUNKY~1\AppData\Local\Temp\mpscript_5fc7.tmp
Success: false


Any ideas? :(
<Eljay> "Problems encountered: shit blew up" :zippy:
07-24-2008 12:00 AM
Profile PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: [?] MsgPlus.DownloadFile Help
need the http:// ?
07-24-2008 12:02 AM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
O.P. RE: [?] MsgPlus.DownloadFile Help
I did try that too... It doesn't make a difference
<Eljay> "Problems encountered: shit blew up" :zippy:
07-24-2008 12:04 AM
Profile PM Find Quote Report
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 »


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