Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-24-2006, 06:18 PM
w-b w-b is offline
Junior Member
 
Join Date: Mar 2005
Posts: 22
Default shellOpen issue

I'm using this code to launch a website but it isn't happening, can anyone see where I am going wrong?

Code:
case "gotolink":
         Shell.open("www.mysite.com");
         break;
Also, how do I launch a help file form the menu?

wB
Reply With Quote
  #2 (permalink)  
Old 09-25-2006, 08:34 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:shellOpen issue

The
Code:
Shell.open("http://www.swfkit.com");
does work.
Reply With Quote
  #3 (permalink)  
Old 09-26-2006, 06:42 PM
w-b w-b is offline
Junior Member
 
Join Date: Mar 2005
Posts: 22
Default Re:shellOpen issue

Thank you for replying. No this doesn't work either... This is the code I'm using:

Code:
//Initialize

menu = new Menu();
menu.load("main");
menu.setMenu();

Menu.onCommand = function (id) {
switch (id) {

case "goto1":
FlashPlayer.targetGotoFrame("_root", 1);
break;

case "goto2":
FlashPlayer.targetGotoFrame("_root", 2);
break;

case "goto3":
FlashPlayer.targetGotoFrame("_root", 3);
break;

case "goto4":
FlashPlayer.targetGotoFrame("_root", 4);
break;

case "goto5":
FlashPlayer.targetGotoFrame("_root", 5);
break;

case "goto6":
FlashPlayer.targetGotoFrame("_root", 6);
break;

case "goto7":
FlashPlayer.targetGotoFrame("_root", 7);
break;

case "goto8":
FlashPlayer.targetGotoFrame("_root", 8);
break;

case "goto9":
FlashPlayer.targetGotoFrame("_root", 9);
break;

case "gotolink":
Shell.open("http://www.mysite");
break;
}
}
return true;
Reply With Quote
  #4 (permalink)  
Old 10-02-2006, 04:18 PM
w-b w-b is offline
Junior Member
 
Join Date: Mar 2005
Posts: 22
Default Re:shellOpen issue

anyone else?
Reply With Quote
  #5 (permalink)  
Old 10-09-2006, 07:02 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:shellOpen issue

Nothing appears at all? Maybe it is the problem of the settings of your web browser.
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:54 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.