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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: martinb7
  • Order by date
  1. martinb7

    make a layer move

    i managed to do it thanks :) thank you for all your help dave :D i will remember those points in the future! the last thing i said was what i wanted in teh first place but i didnt word it properly!! sorry!! thnx again Martin Computing/Gaming help and info: http://www.webrevolt.biz...
  2. martinb7

    make a layer move

    yea that works fine :) just one more thing. how can you make it start offscreen?? e.g. _____________ << bottom of screen [box] Martin Computing/Gaming help and info: http://www.webrevolt.biz http://gaming.webrevolt.biz
  3. martinb7

    Can I install flash MX & MX 2004 in the same computer?

    you should be able to. dont see why not, try installing in different folders. not relevent, but i had dreamweaver MX n 2004 on same computer Martin Computing/Gaming help and info: http://www.webrevolt.biz http://gaming.webrevolt.biz
  4. martinb7

    Need Expert Help/Willing to Pay

    so basically you would like to drag and drop movie clips?? what else do you need to do with them? Martin Computing/Gaming help and info: http://www.webrevolt.biz http://gaming.webrevolt.biz
  5. martinb7

    make a layer move

    yea thats the right sort of thing :) But, how can you make it slide up say 100px from the bottom, stay there for 5seconds, then slide back down? any more ideas?? Martin Computing/Gaming help and info: http://www.webrevolt.biz http://gaming.webrevolt.biz
  6. martinb7

    make a layer move

    i was wondering, how could you make a layer slide up for 5 seconds, then slide back down from the bottom right of the screen?? similar to msn's popup thing. any ideas?? Martin Computing/Gaming help and info: http://www.webrevolt.biz http://gaming.webrevolt.biz
  7. martinb7

    make a layer move

    Hi, i was wondering how you could make a layer on the screen move using javascript?? any ideas?? Martin Computing/Gaming help and info: http://www.webrevolt.biz http://gaming.webrevolt.biz
  8. martinb7

    HTTP_REFERER problems!

    ok thanx for the help. where can i find these scripts?? Martin Computing/Gaming help and info: http://www.webrevolt.biz http://gaming.webrevolt.biz
  9. martinb7

    HTTP_REFERER problems!

    Hi, i was trying to make a system that logs the visitors to my site using the HTTP_REFERER code. It will write it to a .txt file say i have <?php echo $HTTP_REFERER; ?> it works from another page if clicked by a link, but it wont work say if you typed the address in after you had been to...
  10. martinb7

    create a php newsletter system

    Hi, i have this system that sends out information to my members from a database, this works fine, however I would like to send them an html version of an email, how could i do this? i would like it to be from an external page e.g. newsletterJune2004.php any ideas?? thanx Martin Computing...
  11. martinb7

    Limit string output size from a database record

    thanks, worked a treat :) Martin Computing help and info: http://www.webrevolt.biz
  12. martinb7

    Limit string output size from a database record

    yea but i would like to do it in, php code, not SQL, do you know the othr way as well?? thanx Martin Computing help and info: http://www.webrevolt.biz
  13. martinb7

    Limit string output size from a database record

    Hi, how would you go about limiting the output string size from a record?? Say i have a string of Welcome to WebRevolt, the Next Web Revolution, how could i limit that to a 100 characters then add '... more' after it?? its for my news poster so I dont have massive news articles on the...
  14. martinb7

    Get the value of a listbox item when clicked

    Hi, i have a listbox called List1 and when i click a value on the list, i would like that value to be put in a label called fp2copy. e.g. ##ListBox## item1 item2 item3 how when clicked, it puts the selected item value to a label?? any ideas?? thanx Martin Computing help and info...
  15. martinb7

    convert string to upper case?

    Hi, i was wondering how you would convert a string to uppercase?? e.g. $_GET['format'] say it held the value of ps2, how could you convert that to uppercase? any ideas?? Martin Computing help and info: http://www.webrevolt.biz
  16. martinb7

    ThinkNoodles.com effect actionscript?

    hi, i have made a slider sort of thing for my website, is it something like this you want, just with pictures? i started making this for a flash version of my site. http://hartwell.inx-gaming.co.uk/dloads/wrfx.html click the grey buttons along the top. also do ppl think its a nice layout...
  17. martinb7

    date question

    hi, i have this problem with a date. to get the current month i can use date("F"); but how can i get the month before or last month? any ideas?? Martin Computing help and info: http://www.webrevolt.biz
  18. martinb7

    Flash MX 2004 List box troubles

    what im looking for is how to add the data labels to the listbox, i can add the normal label with the addItem() code but how would you add the data part of the listbox? Martin Computing help and info: http://www.webrevolt.biz
  19. martinb7

    ThinkNoodles.com effect actionscript?

    im guessing it could be some kind of onMouseOver function or buttons that when you rollover them, gotoAndPlay differernt frames. Martin Computing help and info: http://www.webrevolt.biz
  20. martinb7

    Flash MX 2004 List box troubles

    Hi, i am trying to get the data of the listbox dynamically from a database, i have the code that does that, but i want it so when you click an item in the listbox it does something. //Create LoadVars object and load file myData = new LoadVars(); //myData.load("anastasio.asp") //asp line...

Part and Inventory Search

Back
Top