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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kaskas

  1. kaskas

    lnik to a folder on a cd

    hello again im getting some where my self but am still a little stuck using these two web sites: http://forums.devshed.com/archive/t-144904 http://www.flashkit.com/tutorials/Projector/Batch_Fi-William_-45/index.php i have crated a flash .exe with a button > on (release) { fscommand("Exec"...
  2. kaskas

    lnik to a folder on a cd

    hello ive created an interactive cd - a year book for the school i work in. the flash file has been converted to an exe using flash studio pro and autoruns fine, my question is this: I would like a text link in the flash file that will automatically open up a folder on the cd - basically all...
  3. kaskas

    contribute

    hello can any one help? ive created a load of htm pages which have libraries in them (the main menu bar) which are used in all the pages. my client wants his staff to use contribute to edit various pages... the problem however is he can't edit the library part of the htm pages in contribute...
  4. kaskas

    scroll

    opps thanks for help worked a treat
  5. kaskas

    scroll

    Thanks for your replies ive removed the updateafterevent() and added pixl8rs code as below but flash says that the if Statement must appear within onClipEvent handler if(this.hitTest(_root._xmouse, _root._ymouse, false)){ onClipEvent (load) { speed = 0; center = 225; w = _width/2; }...
  6. kaskas

    scroll

    hello any one help i have a movie containing lots of images which when an image is pressed loads another movie (loadmovie) i used some code i found from here: onClipEvent (load) { speed = 0; center = 225; w = _width/1; } onClipEvent (enterFrame) { speed =...

Part and Inventory Search

Back
Top