Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tilotama

    Local Shared Object on Linux ?

    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.
  2. tilotama

    how to hide active-x security message

    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...
  3. tilotama

    active-x security warning

    can i do that on run time? if so, how?
  4. tilotama

    active-x security warning

    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...
  5. tilotama

    Close another exe. How?

    How can i thru a VB executable program, close another opened window which is a FLASH exe? Is that possible? thanx [sadeyes]
  6. tilotama

    Passing Variables from FLASH to HTML then to (?)VB

    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
  7. tilotama

    Passing variable from Flash to Html then to (?)VB

    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
  8. tilotama

    Passing variables from FLASH to HTML then to (?)VB

    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...
  9. tilotama

    Passing Variables from FLASH to HTML then to (?)VB

    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...
  10. tilotama

    Passing variables from FLASH to HTML then to (?)VB

    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...
  11. tilotama

    Passing variable from Flash to Html then to (?)VB

    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...
  12. tilotama

    duplicate movieclip in scroll pane

    [2thumbsup] THANX!!
  13. tilotama

    duplicate movieclip in scroll pane

    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...
  14. tilotama

    Loading Movie in Movie... possible?

    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...
  15. tilotama

    sound object not working in _root movie

    worked like magic!! thanxx :D
  16. tilotama

    2-dimensional arrays in Flash

    thanx..! verii helpful! :D
  17. tilotama

    sound object not working in _root movie

    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")...
  18. tilotama

    2-D Array? Is it possible?

    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));
  19. tilotama

    2-dimensional arrays in Flash

    Can we have 2-dimensional arrays in Flash? & how do u feine it?
  20. tilotama

    How to create an array?

    yup, define array like this: var <i>VariableName</i> = new Array();

Part and Inventory Search

Back
Top