Recent content by lfefil

  1. L

    How can i fix my code for a clock on flash?

    { time = new Date(); var minutes = time.getMinutes(); var hours = time.getHours(); if (hours < 12) { ampm="pm"; } if (hours >12) { ampm="am" } if (hours <1) { hours= "12" ampm= "pm" } if (hours==12) { ampm="am" } if (hours>12) { hours= hours-12 } if (minutes < 10) { minutes = "0" + minutes; }...
  2. L

    How do i create a network between my mac laptop in my room and my Windows XP

    just right click at your my computer icon and then go to properties and computer name and click change and then write such as ms-home or workgroup. be sure your mac laptop is also having a same as your pc network id have . enjoy
Back
Top