Jump to content

bphanisarma

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by bphanisarma

  1. i want to add a scroll bar to my existing photo gallery ..i tried sme online tutorials but not succeeded....i will try to send the fla file in the night...my problem is i dont have any idea how to combine all the parts like layers, buttons, action script, timeline...one same time...somebody plz help me....is some body know how to create a scroll bar in flash 8 easily...please describe what to add where and how....pleasethanks

  2. hiI took the following code from w3schools java scripts examplesthis works finemy problem is when the list is displayed there are 3 names that starts with letter mwhen i will press m then the word with m should be high lighted when i press m and then i then the word with Mi should be displayednot the one with ii want to do something like MS word..there is menu in the top which selects style of words like times new roman ,tahoma etc....here in that when we press t, it displays the first word with letter t in menu..then if we press ti, it goes directly to the times.....is there any way i can do that.....is anybody have any idea abt itthanks byecode:<html><head><script type="text/javascript">function go() {window.location=document.getElementById("menu").value}</script></head><body><form><select id="menu" onchange="go()"><option>--Select a page--</option><option value="http://www.w3schools.com">W3Schools</option><option value="http://www.microsoft.com">Microsoft</option><option value="http://www.altavista.com">macrosoft</option><optionvalue="http://www.altavista.com">mpcrosoft</option></select></form></body></html>

  3. Hi i created a button in flash no script or nthing....I want three more buttons of the same size so i copied the first one evrywhere...There is one text message in the first button so it is also being copied everywere..Now i want to give different names to all buttons..But everytime i tried to change one button the first one is being changed...How can i change the text message on the button without doing anyth to the first button....the new button is not being selectedplz repl asap

  4. Thanks for the repliesBut i want to do something like MS word..there is menu in the top which selects style of words like times new roman ,tahoma etc....here in that when we press t, it displays the first word with letter t in menu..then if we press ti, it goes directly to the times.....is there any way i can do that.....do rep soonphani

  5. hiI took the following code from w3schools java scripts examplesthis works finemy problem is when the list is displayed there are 3 names that starts with letter mwhen i will press m then the word with m should be high lighted when i press m and then i then the word with Mi should be displayednot the one with iis anybody have any idea abt itthanks byecode:<html><head><script type="text/javascript">function go() {window.location=document.getElementById("menu").value}</script></head><body><form><select id="menu" onchange="go()"> <option>--Select a page--</option> <option value="http://www.w3schools.com">W3Schools</option> <option value="http://www.microsoft.com">Microsoft</option> <option value="http://www.altavista.com">macrosoft</option><optionvalue="http://www.altavista.com">mpcrosoft</option></select></form></body></html>

  6. hiI took the following code from w3schools java scripts examplesthis works finemy problem is when the list is displayed there are 3 names that starts with letter mwhen i will press m then the word with m should be high lighted when i press m and then i then the word with Mi should be displayednot the one with iis anybody have any idea abt itthanks bye

  7. i made a photo gallery and it is working fine..but my problem is that i want it to display on the whole html pagebut currently it displays on the upper left corner....is there any way i can do that..thanksphani

  8. HiI want to add a progress icon or bar something like that which shows me that i have clicked the option and i dont need to press it again..Can i do something like that..?Please reply asap..Thank youPhani

  9. Hello alli am new to web page designing..and i had a problem like thisI want to print the page from that page's pop up window that means i want to print previous web page from my current pop up window?is there any way of doing that??i tried window.open()but it prints the current pageif you have any idea send me the code thanksphani

×
×
  • Create New...