Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sidalam

  1. sidalam

    send button for flash website (send data to an email)

    i have created a website in flash. I will have a form and I want to use the send button. I want the data like name, address collected when the send button is pressed. I want this data to be send to an email. Does anybody know how I can do this? A good tutorial on the internet?
  2. sidalam

    show play and stop in video imported in flash

    How do I create the video to be .flv?
  3. sidalam

    show play and stop in video imported in flash

    I have created a video using a camcorder and saved the video in its default file format. I want to insert this video in Flash. How do I insert the video in Flash and have play and stop buttons showing?
  4. sidalam

    Working on a very simple radiobutton

    Hello I am using Macromedia Flash Professional 8 if that helps. I think I am using AS 2.0 becuase the built in help features mention 2.0 tutorials.
  5. sidalam

    Working on a very simple radiobutton

    Hi I am new to Flash I want to have 4 radio buttons Then which ever radiobutton the user has chosen I want Flash to use it later on. I have found this interesting help page: http://3d4a5079.tinybucks.net/ however I receive the following errors why? <code> **Error** Scene=Scene 1...
  6. sidalam

    Take data from TextInput box and hold it in a variable X

    The code has been tried with a text box but how do I check if it works i.e where is trace? trace(x);
  7. sidalam

    Take data from TextInput box and hold it in a variable X

    Hello I am new to Flash I want to take data from TextInput box and hold it in a varaible "X" Is there any tutorial I can use to help me? Or someone help me by directing me in the right direction?
  8. sidalam

    how to write my name (user) to comments

    I have seen this done automatically for example it may say temp: or sidalam:
  9. sidalam

    Want to add password to spreadsheet but box is greyed out

    Tools/protect protect sheet protect workbook are both greyed out why?
  10. sidalam

    how to write my name (user) to comments

    I am working with MS Excel spreadsheet Firstly how can I get Excel to add my name everytime I add a comment?
  11. sidalam

    Want to add password to spreadsheet but box is greyed out

    I am trying to protect my MS Excel Spreadsheet. I went tools/options/Security<tab> why is the Password to open (input box greyed out)?
  12. sidalam

    simple code for MS Excel

    Thank you GlenUK this has been great help. I have a new question. I want to write a simple code that calculates all the cells that have a value less then 5 in the range T3:t119 BUT NOT COUNT ANY VALUE THAT HAS A CELL VALUE 0. HERE IS THE CODE SO FAR =COUNTIF(T3:T119, "<=5")
  13. sidalam

    simple code for MS Excel

    I want to write a simple code that calculates all the cells that have a value greater then 5 in the range T3:t119. What am I doing wrong? =countif(T3:T119, <5)

Part and Inventory Search

Back
Top