View Full Version : FsCommand Help plz!
JerethMiller
June 23rd, 2003, 02:51 AM
Hey Im trying to get my Swf File to Load My Flash Mini Button Site this is mY code...
fscommand("SHELLOPEN" , "C://WINDOWS.DESKTOP + New Site.exe"
Maybe it wont load because Im putting it on the frame I have no idea what i must do to get this to work!
Please help me ~~~~~~~Jereth Miller
mlk
June 23rd, 2003, 11:07 AM
few things are going wrong,
1) maybe shellopen isnt an activeX, javasxript or whatever fscommand it can be..
2) your path, i believe, is wrong, since windows uses backslashes\ instead of slashes/ (or the other way around, whatever)
JerethMiller
June 23rd, 2003, 04:15 PM
well see ive tried this also - fscommand("exec", "Yahoo! Messenger.exe" well if you could be of any help and show me the example to open up My yahoo messenger trhough fscommand Id appreciate it...BTW! Shellopen was used in one of these tutorialson another site
so i didnt know
jpereira
June 24th, 2003, 09:19 AM
Only to open the program(Messenger) or send a new message?
ummmm!!!...
Open a new empty message:
on (release) {
getURL("mailto:", "_parent");
}
launch the program:
on (release) {
fscommand("exec", "launcher.bat");
}
u must make a file.bat and place the right path inside.
JerethMiller
June 24th, 2003, 01:24 PM
Would I make the yahoo messenger a .bat file?
JerethMiller
June 24th, 2003, 01:36 PM
lol i figured what Your talkign about by making a bat file but listen
this is the code I am using and nothin is happening
fscommand("exec", "C:\\Desktop\ + ball.bat");
ball = The .bat file I created
jpereira
June 25th, 2003, 04:35 AM
check the command line inside the ball.bat file is correct?
I make one and run, try, put the ball in the same level (directorie) as ur swf and inside the ball u have the full path c:\windows....
JerethMiller
June 25th, 2003, 02:39 PM
could you give me the full example using this example file "Ball.bat" put it into exactly how I should put it if you could please im doing something wrong
by the way im finding out the directory by right clicking on my icon yahoo messenger and looking at locations...is that right?
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.