Jump to content

smiles

Members
  • Posts

    774
  • Joined

  • Last visited

Everything posted by smiles

  1. smiles

    hex editing

    hex edit files , what is it , or you want to change files'content to .asm
  2. seem that you have to search for it
  3. electric :blink: I am also an electrical engineer :) uhmm ... I see that your links dont workwith a button , you highlighted it and open action panel by simple click the menu "Action" on screen then type these code in it : on (release) { getURL("http://............","_blank");}do this with anything you think is a button :) with the text "advances search" that is complicated one because it concerns with server script , so I cant talk more here anyway your site is very beautiful :)
  4. where is ADSL in your lists for vote ???
  5. well ... first I must tell you that what you see from Youtube ( dont sure about Google ) is just the .flv file that people can make it from Flash ( that easy ) and upload that file to Youtube , just usingthe embed code ( .flv is put into .swf file so can use <embed> code )so I dont think of any complicated program here
  6. Flash MX has these kind of products but Flash MX = Flash Pro + more action scripts so I think you can make it by action scripts
  7. that because you cant see php code in view source , it had been done by server , a compute center far away from you , what you see is done by browser , just HTML or Script ...
  8. smiles

    Spammers

    why dont you delete these kind of posts I just see that you give them an X sign beside I afraid that too many of this sign will lead to a negative way
  9. e.g , one site has the bandwidth unlimited , but at one time there have 10000 access to it why it is corrupted
  10. smiles

    OT: Humans

    they have brains and response
  11. your code has no matter ( _global.infoText = true )the problem here is the way that FlashPlayer do with Function ( with your info_btn )when the Function being executed , all the code outside it is non-operate , so when you release buttonthe boolean convert to true instantly , at this instant , the outside code still not work ( FlashPlayer aredoing with function , not saves time to help the dynamic text field recognize the change in boolean )after that instant , the FlashPlayer turn back to that main code and it will do _global.infoText = false;and everything will begin again like first time :)and I just think of two FlashPlayer , one for code executing and one for listening to the changing of data
  12. you know CSSif yes try thisa:link,a:visited,a:active{ background: transparent; color: #222; text-decoration: none;}
  13. I have done the same thing similar to this code before ( When I find a way for chatting )and I surely that it said it doesnt support Post or Get commandanyway , maybe Hazard should try it again
  14. ImageShack allows each image 100 megabytes of transfer per hour. If an image exceeds this amount, it will be rendered inaccessibleso ... 2400MB/day while the biggest size is 1.5MBthat also good
  15. uhm sorry , dont understand well I find this// commentAbout AdvertisementsAs you know, we provide all this for freeā€¦ but we do place ads on your site. If you'd like to get rid of the ads, consider upgrading to one of our premium services. We're sure to have a package that suits your needs.
  16. at least we cost some Bytes for a longer link and from that we cost a huge amount of Bytes for a long time thanks !!!
  17. I want to ask about bandwidth of sites that allow us to free upload images or even any fileshow many bandwidth it give us ???thanks
  18. okay , but we cant prevent some peculiar case of error loading but why extra load bytes
  19. no ads and you cant pay money for them !!!
  20. or you can give it full path for sure
  21. freeweb doesnt support server script , while your right frame need it to operateit also doesnt support POST or GET command , I remember that
  22. smiles

    i need help

    maybe you are concern with programming language , like Visual BasicQuick Basic , and as you showed me the other new kind , True Basic
  23. put your embed code at the top<object><embed>...swf</embed></object><html>...</html>
  24. why dont make the page to which be navigated notice users must fill right content and give them a "back" button for repairing
  25. client script --> server script
×
×
  • Create New...