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 bkrike 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: *

  • Users: tilotama
  • Content: Threads
  • Order by date
  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

    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...
  4. 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]
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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")...
  11. tilotama

    2-dimensional arrays in Flash

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

    User inputs into integers

    This would sound dumb.. but how do u change user inputs into integers?
  13. tilotama

    Displaying text extracted from txt doc in a movie into another.

    SOS!!!! Please help me... Im new with flash... but Im on a deadline.. i have 3 movies - i)MainMovie ii)TextContent iii)Navigation Explanation i)MainMovie - The movie where i combine all the elements(Navigation & TextContent) by using 'target' or 'container' or 'movie clip', however u prefer...

Part and Inventory Search

Back
Top