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!

Search results for query: *

  • Users: un1k
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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!!
  6. 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 >...
  7. un1k

    Audio buttons

    Hi, I want to put a Stop and Play button so the user can control the music playing. How do I do that? (assuming it's going to be a MP3 file and when clicking on an image) Thanks! SB.
  8. un1k

    Popup window problem JAVASCRIPT

    Hi guys, I need your help I'm using a little javascript function to open a new window on a click that's in my HEAD : <SCRIPT TYPE="text/javascript"> <!-- } function MyOpenWindow_f() { var MyURL = 'player_un1k.htm'; var MyWindowName = 'sized'; var MyWindowOptions ='width=640,height=300'...
  9. un1k

    Wack-a-mole game

    Hi, I am trying to do a wack-a-mole style game with Director, but I would like to see a tutorial or even better an open source of a wack-a-mole game made with director, so if you have any link for me, it would be very appreciated, thanks.
  10. un1k

    Popup window on load

    Hi I would like to know how to do a little size popup window when my first page load, like an advertisment. Thanks
  11. un1k

    size windows

    Hi I am wondering how to automatically size a window on the load. For example I want my first page (index.htm) loads at 640x480.
  12. un1k

    Size windows?

    Hi I am wondering how to automatically size a window on the load. For example I want my first page (index.htm) loads at 640x480. Is there a way to do this in HTML? If no, in JavaScript? thanks!

Part and Inventory Search

Back
Top