Jump to content

smiles

Members
  • Posts

    774
  • Joined

  • Last visited

Posts posted by smiles

  1. When testing I usaully build in fail safes against infinate loops for example
    while(original_condition && loop_protect < 10000){  //your code here    loop_protect++;}

    :)excellent protection !!!
  2. respostaXML = new XML;respostaXML.ignoreWhite = true;respostaXML.onLoad = function responde() {  resposta=respostaXML.firstChild.childNodes[0].nodeValue;  trace("it's here");  _parent.resp.text = resposta;};respostaXML.load("http://cgseguros/newsletter.php?&nome="+_parent.your_name+"&mail="+_parent.your_email);

  3. You should maybe update W3Schools.com (the site itself) and attract more people to come to the forum. I'd love to help building a new site :)
    I think people are here not only for helps or receive helps but also for making friendmaybe we should think again about Off Topic :)
  4. i found the problem with my code... i was using _root, so it gave me problems, all i needed was to assign specific objects to it to work.i'm going to try your loader, tough, just to see how it really works.big up! :)
    I always believe you will success :) Have a nice day !!! ... now I have to pick up the New Year 's Day of my country :)
  5. huf.. i've finally made it :)
    you scale it successful ?if your movie is rectangle, you put it in square, certainly it is distortedinspite of anything, you must have the suitable rate about height and width between loader and external moviehope I understand you right :)
  6. It has Anti Virus and Anti Spyware, I use free version, I read that free version has some features limitted compared with paid version, what are these feature ???and what Antivirus and AntiSpyware are you using ? Could you give me some advices for choice ?and do we need other Anti-something in addition ? thanks :)

  7. I use XAMPP .. have you got it installed? try "http://localhost/" in a web browser, if you have it installed it comes with a default page, so it should tell you whether or not you have it installed. If you do, to add files/folders; go to "C:\Program Files\XAMPP\htdocs\" or something similar.If not, try downloading it again.
    Hi ! I see it works !!!I think I can do with PHP but how can I make a something.sql ???Could you help me a way ! Thanks !!!
  8. Hi Obi1, I think you are better with Action Script than me because the loader I meant is Loader Component 1.Drag the Loader component from the Components panel to the library. 2.Select the first frame in the main Timeline, open the Actions panel, and enter the following code:

    this.createClassObject(mx.controls.Loader, "my_loader", 1);my_loader.contentPath = "http://.....";

    3.Select Control > Test Movie. The Loader with specify width and height will scale your movie clip or image suitably !!!I had tried it with my site and it's good but never with .php :)

  9. My advise is using loader to load your movie clip, using CreateEmptyMovieClip() usually gets some error about size, position ...The loader will help you better if you notice the background of your movie clip, it should be the same with the background that the loader is put on !!!

  10. To add a signature to outgoing messages1.On the Tools menu, click Options, and then click the Signatures tab. 2.To create a signature, click New and then either enter text in the Edit Signature box or click File, and then find the text or HTML file you'd like to use. 3.Select the Add signatures to all outgoing messages check box.

×
×
  • Create New...