GRENDON-MGT's Posts

  • 1-3 of 3
  • I am having trouble getting the variables supplied by Visual Basic to display into a textField or added into an Array.

    Currently I use AS2 for our company's existing software. It is a software which loads the SWF files and supplies all variables externally.

    In AS2, VB would simply give me ;

    var name:String = "JOHN";

    var lastName:String = "DOE";

    This I can access in every movieClips anytime by calling

    myName.text = _root.name+" "+_root.lastName;

    or in the case of adding the variables into an Array, I simply put the following;

    var myArray:Array = new Array(_root.name, _root.lastName, _root.age, _root.sex);

    I can't do this on AS3 and I do hope that anyone can help me with this problem.

    Thanks in advance.

  • I  am curious if anyone had ever installed an ADOBE product using a 64 bit processor such as AMD.

    If so please post the hardware spec becuase I am getting tired of this 32-bit processors.

     

    Thanks in advance.

     

  • I was really excited about the latest Flex and start to drill my brain. Well, that was the extent of it... the software wont install on my PC.

    :-(