User Profile
Collapse
-
hmm....can I reverse that?and I don't want firefox to execute it. I just want the browser to call the exe and ask the user to launch it like IE.... -
what do you mean by setting the "file:///" protocol?I had try to view the page by IE and it runs smoothly, so the path to MyExe is ok...The Exe is already in user computer, they had to install it first. What I want to do just to call the exe from the browser.
Thanks...Leave a comment:
-
Hi,
MyExe is the program in user computer that I want to launch using browser. User must install this exe first.I build myExe using Visual Basic.
ThanksLeave a comment:
-
Can you give me some suggestion? I don't know where to begin..
thanks.Leave a comment:
-
The path to EXE is ok..When I view using IE the code works perfectly fine.I dont know what's wrong with firefox.Leave a comment:
-
Problem in Firefox
I have a htm files that when it opens it call an exe in the program files. My problem is it runs fine in IE but it execute nothing in Firefox.I don't know what's wrong, before this it runs fine with both browser.
[HTML]<body bgcolor="#FFFFF F" text="#000000" onLoad="locatio n.href='MyExe:' ;" onBlur="javascr ipt:window.clos e();">[/HTML] -
I don't want to use policy file because it need to close browser and start it again. I had signed the applet and it goes well. Thanks for your help.. :)Leave a comment:
-
Signing Applet go error
Hi all,
I'm try to sign an applet and it works well but when in try to read "user.home" it get error.
Code:java.security.AccessControlException: access denied (java.util.PropertyPermission user.home read)
Thanks... -
SharedObject Confuse
Hi all,
Please help me with this problem. I want to save some cookies from my flash in sharedobject, I had succeed but the problem now, I have problem to retrive it. The problem start when I use www.myweb.com address or http://myweb.com.
In the share folder, I only found myweb.com and no folder name www.myweb.com, so when I goes to my website using www.myweb.com, the flash cannot retrieve data, but at the same time,... -
No, I just don't use the interface anymore. Sorry I'm not so helpful too....Leave a comment:
-
After my try and error method, I have discover something. My variable can read fine if it in frame 3 and later, but not in frame 1 and 2. Any idea why? This is a frame in the movie clip....Leave a comment:
-
call _root from movie clip
Hi all,
Please help me with this problem. I'm new in flash and actionscript, sorry if my question is too easy. I have a variable name _root.test at Scene 1, and I have a movie clip name Answer, what I need to do is to set another variable the value of _root.test in the movie clip.
I try to do this code :
testMV = _root.test;
and
testMV = _root._root.tes t;
... -
-
get host name that run applet
Hi all,
I want to know if there are any way to get host name that run an applet.
e.g : If I run from another computer, it gives the computer name or web name. -
Replace Null Characters (ASCII 0) in file
Hi,
I have a java code that open and read a file. My problem is the file had null char, that had been saved by flash. This null char represent new line in text.
My question is, how can I replace the null char with the new line tag.
Thanks in advance. -
Hi,
I had found the code to replace sub string in string. The code can be like this :
Code:String tmpString = myString.replace(textToReplace,"");
Leave a comment:
-
Save input text in flash
Hi everyone,
I have a major problem. I have a flash application and when user using this they can have to type e.g a comment. I have to copy all the text and save it in the file. I try to use sharedobject method but it has a weird symbol like '
to replace a new line tag. How can I save the actual style of text user had type in flash?
Thank you for all the helps.I'm so stuck.. -
-
Remove sub string from a string in JAVA.
Hi all,
Does anyone have suggestion what can I do to remove some string from a string?
Like this :
Original : I have a cat.
Remove : have
Result : I a cat.
Thanks in advance. -
Need Help!!!
Hi everyone,
I need help to understand this code that I got from open source. I am new at Java.. :(
Code:for(Iterator i$ = ruleMatches.iterator(); i$.hasNext();) { RuleMatch match = (RuleMatch)i$.next(); }
No activity results to display
Show More
Leave a comment: