Jump to content

smiles

Members
  • Posts

    774
  • Joined

  • Last visited

Everything posted by smiles

  1. <head>here</head><body>or here</body>or even here(Javascript)
  2. yeah, tell her that you are making a website and suggest her for ideas to make it looks betterShe will help you surely
  3. I like Firefox but seems that it doesn't like to remind me that it had a new cloth
  4. :)excellent protection !!!
  5. About the second, maybe like this pass_by = getTimer();if (pass_by == 3000){ your_textField.text = "Hello World";}
  6. 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);
  7. smiles

    Form page

    your html_form_action.asp file may contains : <body>Welcome<%response.write(request.querystring("user"))%></body> source : http://www.w3schools.com/asp/asp_inputforms.asp
  8. 18 pages for discussing, it 's hard for me to read ... so maybe you have many reasons about why Web pages look different with browser If yes, tell me shortly about them thanks !!!
  9. not see also with Firefox, you could see it ???
  10. smiles

    Flash Tutorial

    why mistake ???which web page not begin with HTML ???no trees, no fruits
  11. I think people are here not only for helps or receive helps but also for making friendmaybe we should think again about Off Topic
  12. I always believe you will success Have a nice day !!! ... now I have to pick up the New Year 's Day of my country
  13. Try to upload this file for youhttp://uploadhut.com/download/image.php/?file=381959.zip you will see inside it is 3 files : try.fla, aotrang.swf,try.swftry.swf using a loader component ( Windows>>Components>>You find Loader and drag into stage)notice the parameters that I set for loader (see in try.fla)I never put a loader component into a movie clip you can try it for yourself
  14. 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
  15. try this /* add more */my_loader.scaleContent = true;
  16. smiles

    AVG

    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
  17. 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 !!!
  18. 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
  19. smiles

    resolution

    maybe you can set your page components in Div tags and set it width in CSS
  20. or put your text on the second <td> <tr><td></td><td>your text</td></tr>
  21. or compress the folder contains your files to .zip and the code like above <a href="my_file.zip"> My_file </a>
  22. Maybe it will help youhttp://www.uberpages.com/tutorials/flash_t...oad_percent.php
  23. XAMPP, I had it in my computer but don't sure about how it works ( try to click some .exe but don't find anything )Anyone had used it, could you give me ways ?thanks !
  24. IPS Driver ErrorThere appears to be an error with the database.You can try to refresh the page by clicking hereI received it just with FirefoxIPS what is it ???
×
×
  • Create New...