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 Chriss Miller 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 un1k

  1. un1k

    Need advices on first flash website

    Thanks a lot for the tips guys, I will see what I can do as soon as I get the chance!
  2. un1k

    Need advices on first flash website

    Hi, I would like some advices on the loading process of my first flash website. The problem I have is that when you click on a section, it will load a new SWF and it might take a little time so I would like to have a loading sign or something, but I have no idea how to do that? I was...
  3. un1k

    loadsound problem

    Yeah my sound stop, but it seems that it still load without hearing it because I see in the explorer status bar "transferring data", so I have another button for another song, but when I press it it doesn't do nothing, I was wondergin maybe there is a command like to stop the data transfer of...
  4. un1k

    Command for FULLSCREEN?

    Ah ok, well thanks for your replies guys
  5. un1k

    Networking - Wireless and Wired mixed problems

    OK I will look into those documents, but I just want to add that I tried with another wireless laptop, and it was detected in the workgroup and we could share files. So it seems that it is the wired PC that has a problem, but you say that wired/wireless network shouldn't be a problem? Thanks...
  6. un1k

    Command for FULLSCREEN?

    Hi, I was wondering if there is a command than when a button is pressed, allow the flash file to go full screen. I am talking for a website here, say I have my .swf in a .htm file. But I press a button on the .swf, I want it to go full screen, no stretch, just use plain background of my htm...
  7. un1k

    loadsound problem

    That doesn't do nothing...
  8. un1k

    Networking - Wireless and Wired mixed problems

    Hi, Here is my problem. I have a wireless laptop, a wireless router and another PC. The PC is sharing the internet via the wireless router which I can access with my wireless Laptop, that is working fine. But I want to share files between the Laptop and the PC, they are on the same...
  9. un1k

    loadsound problem

    Hi, OK well I have a little basic MP3 Player on my website but I am having trouble to run it good. I have a button that when press, loads a song from a url, here's what I have : on (press) { Sound = new Sound(); Sound.loadSound("MY LINK HERE", true); Sound.start(0,0); } That works fine...
  10. un1k

    Delete file command

    I was wondering, is it possible to search for a file on the computer with the FileIO? Say I want to check if a computer have the specific files? ty!
  11. un1k

    Delete file command

    Thanks a lot I appreciate your help and your time my friend.
  12. un1k

    Delete file command

    Thanks for replying, only thing is I don't know where to put the location of the file in that command? like suppose its c:\doc.txt thanks
  13. un1k

    Delete file command

    Hi, I would like to make a little program say with a button that when you click, it will delete a file on your computer like on the desktop, I want to know what command to use, and an example please, thanks!!
  14. un1k

    Random help

    Hi there, I am having trouble with the Random in Director, I am trying to play at a random time, a sound. Here's my code. on startMovie global startTicks set startTicks = the ticks end startMovie on idle global startTicks set ticksElapsed = the ticks - startTicks if (ticksElapsed >...
  15. un1k

    Popup window problem JAVASCRIPT

    Geez what a silly mistake... thanks a bunch! SB.

Part and Inventory Search

Back
Top