Jump to content
xisto Community

magiccode91405241511

Members
  • Content Count

    160
  • Joined

  • Last visited

Everything posted by magiccode91405241511

  1. I'am sorry haven't made things clear Basically, all things are work without any issues. But the actionscript 2.0 type checking was not detected a type mismatch issues on the for .. in loop. The actionscript 2.0 stated that it will check datatype of a variable when it is compiling. Such as, var currentTime:Date;currentTime = 5; The second statement will cause an error occured. ( type mismatch errors ) But this does't seem appear on for .. in loop because I declared the loop variable as datatype of `String` It's a bit trouble when coding and debuging script
  2. for music player, you may take a look of Sound object.It allowed to attach a mp3 sound.You can open the help file and search for sound object.It has a very nice example that showed how to use it.I also learn from there !
  3. Hi, I'am trying to use actionscipt to write a simple game. But I found tht if I use the Key's event system. It's a bit delay ... here is the code, var o = new Object();o.onKeyDown = function (){ if (Key.getCode() == 40) { _parent.fire._y += 50; }} Key.addListener(o); how do I be able to reduce the delay when press key button on the keyboard ? Thank,
  4. My opinion was that will depends on whether needa desktop linux or deeply to the core !If go with the last one.Then, it may be OpenBSD or FreeBSD.
  5. It seems that the actionscript 2.0 type checking was not work as expected on some place. When variables was created on for .. in loop. It will allow any variable type to be used. Or it is default construt !? var dayNames1:Array = ["Sunday", "Monday", "Tuesday", 5];for (var dayName:String in dayNames1){ trace(dayNames1[dayName]); trace(typeof(dayNames1[dayName]));} 5numberTuesdaystringMondaystringSundaystring
  6. But, as I learned from somewhere else.ie 6 should not be supported the getAttribute() method on html / xhtml.May be ie 7 do.I have used it without the getAttribute() method both work correctly !Am I right ?
  7. Actually I'am still not a linux user. But I have found some threads on opensuse.org forum that may be help a bit about your issues. Here is the link http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/
  8. At first, what tasks or things you need to archives ?Because you have not specified any information about it.I need more information about that !Thanks,
  9. Can you provides the error message that was displayed on the screen ?Thanks,
  10. But as a little reminder.Actionscript 2.0's #include command can't include code file with classIf you do that it will generate an error on output panel.For code file with class in it.Just open the flash publish setting and configure the correct classpath.And the class file will load automatically.P.S This is only for flash 8 only. I haven't the newer version for testing.
  11. Congrat you have configure it successfull----No, it is not b.s.It tells everyone that require a static ip because home user most only have dynamic ip address except cable user.But this day almost new router come will dynamic dns ip client.it will update the ipaddress automatically.
  12. Can you screen print your setting and post here.So that anyone can check the settings you have typed-in.Most newer router have a new feature called port trigger.If you checked the portforwarding[dot].comYou may knew that if you enabled it.Port forwarding might not work as expected.
  13. For most of add-on components.PC and mac should both use the same type of hardware such ide drive, usb ... etc.If you could found a drive that is wrote for mac. You even can use pc version.So, the most expensive one might be the core system.Then that will depends on your type of usage and budget !PC could lower as US$ 300-350, but mac will cost you $US 1300 or above.
  14. I have been used it over a yrs but my version was Studio 8.Never tried all the other lastest version.It has some issue regarding clean up html tags.So, I only use it for draft and code all stuff in notepad++
  15. I have been restore my computer config to original state as before I install the windows xp.But it still hang on registry backup or files backup section.Thanks all for the help !
  16. Learning how to create your server and it's supporting tools is a great ideas to master how all these works.Personally, I would suggestion you hosting on Xisto firstto get few experience before create your own.That will much easy to troubleshoot !
  17. This might secure on some old days.As computer growth faster.It is risking !So, I don't suggest that too.
  18. Hi, How about if the startProgram.counter be able modify by different threads.How do I sync it correctly ?Do I need to place this call in a method configured as synchronized ?Thanks,P.S. I'am new to java and still learning it.
  19. Did you means that you need to set a default IE home page that point to a url addresssyou specified ?If so, you should be able to use GPO to do that !I don't have windows 2000 / 2003 server here.You have to use Active Directory Users and Computers to do that with GPO editor.So, I open local GPO editor as an example.Please do a simalir action on windows 2003 server or by useing client administation tools for windows 2003 server.(Post reply if you don't know how to open GPO editor on server.)Start -> gpedit.msc -> User Configuration -> Windows Settings -> URLs -> Important URLsPlease let me know if it is solved you issues.
  20. All other items I agree you action except the start button.Personally, I don't see anything on that related with security issue.May I ask you reason ?
  21. Hi, when I try to install windows xp service pack sp2.Every time it goes with backup files and registry.It halt up and restart automatically.Anyone know what's caused this ?Thanks,
  22. Thanks very much for this quick tips related security !Recently I'am learning how to use vista and now reading oreilly vista definition guide, it quite good !But I will have very long to go with security !Thanks
  23. I like the agent smith one. That more fit a photo shooting basics andadd some text to it then will create a great signOverall all these not bad !Thanks
  24. There is s easy way. Download a image preview applicationand use it to convert file format created by gimp.Actually, I do knew that gimp have some file compatiabitiy issues.On the other hand, if you don't like to add new software.Then if you have windows 2000.You may try open a new file save by gimp from imaging.That might help.For some file format, you may use copy-and-paste also.finally, if none of these fit your need.Please details your specific needWish that help !Thanks,
  25. May I ask what is that !I haven't use my space before.Can you explain it more details, thanks
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.