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

[?] HELP! error............
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. Huh?  [?] HELP! error............
how come when im trying to write something to this html file it keeps saying

code:
Error: 'document' is undefined


in the debug.. :( here is the code..

code:
var IE = new ActiveXObject("InternetExplorer.Application");
    IE.width="476";
    IE.height="416";
    IE.statusbar=false;
    IE.toolbar=false;
    IE.menubar=false;
    IE.addressbar=false;
    IE.visible=true;
    var code = "<HTML>";
    code += "<TITLE>YouTube Video: "+video+"</TITLE>";
    code += "<BODY style='background:black'>";
    code += "<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/"+video+"\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/"+video+"\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>";
    code += "</BODY>";
    code += "</HTML>";
    var VideoViewer = IE.navigate(MsgPlus.ScriptFilesPath+"\\Viewer.html");
    VideoViewer.document.write(code);


can anyone help :o

This post was edited on 12-15-2006 at 09:40 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
12-15-2006 09:38 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] HELP! error............ - by roflmao456 on 12-15-2006 at 09:38 PM
RE: HELP! - by Nathan on 12-15-2006 at 09:40 PM
RE: [?] HELP! error............ - by roflmao456 on 12-15-2006 at 09:42 PM
RE: [?] HELP! error............ - by RaceProUK on 12-16-2006 at 12:03 AM
RE: [?] HELP! error............ - by roflmao456 on 12-16-2006 at 03:03 AM
RE: [?] HELP! error............ - by markee on 12-16-2006 at 03:21 AM
RE: RE: [?] HELP! error............ - by roflmao456 on 12-16-2006 at 03:26 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