Can Flash's Local Shared Object be used on Linux machines (Mozilla or Opera)? Because i successfully scripted this for Windows but it failed to save files on computers with Linux as its operating system.
I used javascript's File System Object to save text documents into the computer's hard drive.
Everything worked fine, except that i keep getting the "An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?" security...
I used javascript's File System Object to save text documents into the computer's hard drive.
Everything worked fine, except that i keep getting the "An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?" security...
hey thanx....
but i found out that Flash can actually communicate directly to VB. yay!!!!
someone forwarded me a pdf document about this. im not sure where he got it from, but its from this website: http://www.mindfiresolutions.com
hey thanx....
but i found out that Flash can actually communicate directly to VB. yay!!!!
someone forwarded me a pdf document about this. im not sure where he got it from, but its from this website: http://www.mindfiresolutions.com
thanx... i tried reading about AxWebBrowser and WebClient object, but i think it was a bit too complicated and confusing for me.
but i found out that Flash can actually communicate directly with VB. yay!!!!
someone forwarded me this pdf file regarding this issue. im not sure where he got...
i have this crazy program that requires variables assigned in Flash, for example
varNumber = 1;
passed to an HTML page called 'Variables.html'.
The html page will then pass varNumber=1 to a VB executable file that is already opened by the HTML document. How can i do this?
This program will...
i have this crazy program that requires variables assigned in Flash, for example
varNumber = 1;
passed to an HTML page called 'Variables.html'.
The html page will then pass varNumber=1 to a VB executable file that is already opened by the HTML document.
This program will actually integrate...
i have this crazy program that requires variables assigned in Flash, for example
varNumber = 1;
passed to an HTML page called 'Variables.html'. How can i do this?
The html page will then pass varNumber=1 to a VB executable file that is already opened by the HTML document.
This program will...
i have created a movieclip called 'Mov', & displayed it inside a scrollpane.
The movieclip 'Mov' contains another movieclip named 'hotspot'. I would like to duplicate more of those 'hotspot' movieclips into 'Mov', hence display it inside the scrollpane.
Is that possible? If so, how?
Your...
I usually develop my projects in Flash 5 & Flash MX. However, I was recently required to develop my new project in Director MX, so i have to find a few Lingo equivalents to ActionScript.
ActionScript enables an *.swf file to be loaded into another *.swf file via loadMovieNum (using levelN) or...
I have a movie called MovSound. The movie 'MovSound.swf' contains a movieclip called Mov which is the container/target for another movie called Sound.swf. i.e, Sound.swf will be called into the movie MovSound.swf via the following script:
loadMovie ("Sound.swf", "Mov")...
this is an example of a 2D array definition matrix (4 by 4):-
var Answer = new Array(new Array(1,0,0,0),new Array(0,0,0,1),new Array(1,0,0,0),new Array(0,0,0,1));
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.