magiccode91405241511
Members-
Content Count
160 -
Joined
-
Last visited
Everything posted by magiccode91405241511
-
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
-
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 !
-
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,
-
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
-
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 ?
-
Don't Power On When Opening Laptop
magiccode91405241511 replied to wutske's topic in Websites and Web Designing
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/ -
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,
-
How To Uninstall Completely Office 2003
magiccode91405241511 replied to TavoxPeru's topic in Websites and Web Designing
Can you provides the error message that was displayed on the screen ?Thanks, -
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.
-
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.
-
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.
-
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.
-
Dreaweaver The Best? Give your opinion
magiccode91405241511 replied to shotgun's topic in Websites and Web Designing
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++ -
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 !
-
Password Protection
magiccode91405241511 replied to Mitch666Holland's topic in Websites and Web Designing
This might secure on some old days.As computer growth faster.It is risking !So, I don't suggest that too. -
Simple Java Question One Variable; Multiple Classes
magiccode91405241511 replied to sparkx's topic in Programming
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. -
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.
-
User Account Control
magiccode91405241511 replied to FirefoxRocks's topic in Websites and Web Designing
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 ? -
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
-
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,
-
May I ask what is that !I haven't use my space before.Can you explain it more details, thanks