Hi all,
I know that the SSLClientCertificateName property is used to establish an SSL connection with a webservice. ie:
Connector->property["SSLClientCertificateName"] = "CURRENT_USER\\MY\\MyCert"
where MyCert is the Common Name of the certificate stored in the Personal IE...
Hi all,
I'm trying to get a C++ dll to fill an array that has been passed to it using VB.
I use the following code to test the function:
*******************************************************
' Declare the C++ DLL Function
Private Declare Function test Lib "test.dll" ( ByRef...
Hi all,
I'm trying to use class variables as default parameters in my C++ code but get the following error:
var_A : use of member as default parameter requires static member
To illustrate my problem here is an example class:
class exampleClass {
private:
int var_A;
public:
int...
Hi all,
I've just installed JCE 1.2.2 on JDK 1.3.1, as an extension to test some console based cryptographic applications.
Although the java code compiles it refuses to run and terminates with the following error:
Exception: java.lang.SecurityException: Cannot verify JCE extension...
Hi all,
I was wondering if actionscript (flash 5) could be used to change the width and height of a dynamic text box at run-time.
The idea is to adjust the size to accommodate the inputted text.
As far as I can see there is no way to reference the text box object other then to enclose it...
Hi all,
I'm trying to obtain the scene relative frame number using the _currentFrame variable.
When I use the following command to obtain the current frame of the root animation:
getProperty("/", _currentFrame");
It returns the absolute frame number (ie the combination of all...
Hi all,
Need a bit of help in flash 5.
I basically want to dynamically load objects (Jpegs or graphic symbols) stored in the flash library dynamically at run time.
The purpose of the action script will be to cycle through a set of symbol names and insert each one seperatly on a different key...
Hi,
I've created a rolling title animation using action script which essentially uses a dynamic character field within a movie to motion tween characters held within a text string.
The problem I'm having is to do with the fact that the generated SWF movie file is overly large ( fla ~ 23k and...
Hi,
Thanks. I tested the code before posting but it didn't seem to work...
The only way I could get it to work was if i did the following:
gotoAndPlay( 'frameNames[Number(sceneCounter)]' );
where frameNames is an array and the sceneCounter is a variable that determines the current scene.
Hi all,
I was wondering if it was possible to use variables with the gotoandplay command in Flash 5?
I have loaded an array with frame labels. Elements of the array are chosen and passed to a local variable before being put into the goto command:
sampleArray = new array("one"...
Thanks for your help.
Solved it usiing variables to control the movie clips themselves. It gives me a bit more control over the symbols themselves.
Cheers for the replies
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.