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 Mike Lewis 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: *

  1. GregLake

    import clip from library to screen

    oldnewbie rules
  2. GregLake

    import clip from library to screen

    Thank you very much oldnewbie. I didn't explain my self. Can I use the code I stated with a clip that I created with Insert Symbol and it's in my library? Can I call it this way? Thank you.
  3. GregLake

    import clip from library to screen

    How can I import a movie clip from the library to the screen pushing a button? Something like: on(release){ clip_to_be_replaced.loadClip("the_clip_I_want"); }
  4. GregLake

    LINKS INSIDE A TEXT FLIE

    I inserted a text file of the somefile.txt kind inside a dynamic textbox. It works great as you can see it in http://www.gutadecarvalho.com/apagame/perfil.htm How can I put links inside the text somefile.txt. How can I put the code there so you can see it but it can make a link to another URL...
  5. GregLake

    text box with scroll bar

    I have a great text box with a scroll bar that works very nice as a stand alone. It works ok by itself in a html page (import/media/flash/mytextbox) and etc. I have a flash document and I want to imort the textbox with scroll bar inside it. When I do (import to library/ drag the thing to the...
  6. GregLake

    scroll text

    As you may have noticed, I tend to panic. I had the scroll bar outside the canvas. Sorry. Don't read this.
  7. GregLake

    scroll text

    Hello everybody. I have a dynamic text box that works fine. I put some more text and I want to scroll the text. I put an UIScrollbar in the right side of the text box. I do Ctrl+Enter and I see a beautiful text box with a scrollbar that works 100%. I export de clip to an SWF file and IT DOESN'T...
  8. GregLake

    Now you see it (in a PC), now you don't (in a MAC)

    I have this page: http://www.keepersoflight.pt/viagens/viagens.htm that has 3(three) images that link to 3 pages. I can see it in my PC (and in all the PCs in vaious locations I tried). My client (I'm so fired) cannot see 2 of the images in his MAC. He doesn't see it in the IExplorer for MAC...
  9. GregLake

    install 2000 server over XP

    I need to have dual boot in my PC, for testing purposes. I already have Windows XP installed. When I try to install 2000 Server, I get the message "This CD ROM is from an earlier version. The configuration from this dis is deactivated"(I'm translating from portuguese, but basically it's this)...
  10. GregLake

    printing a word document as a book

    Thak you very much. I starred you both!
  11. GregLake

    printing a word document as a book

    Is there a way of printing a word documant as a book, that is, smaller than A4 (like a pocket book)? Thank you.
  12. GregLake

    back button

    It's just a back button. Not in a film, but in a web page. I solved it like this: on(press){ getURL("javascript:history.go(-1);","_self"); } on(release){ getURL("javascript:history.go(-1);","_self"); } Why can't we work with these things without it making us crazy? Thank you and if...
  13. GregLake

    back button

    I have this button with this code: on(release){ getURL("javascript:history.go(-1);","_self"); } Thank you. I want it to work as a back button. I don't find any error in the code and yet IT ONLY WORKS IF I CLICK THE BUTTON TWICE! More: I have other buttons in the page and if I click once in...
  14. GregLake

    change the heading title

    This how you change the heading title: includes/languages/english/index.php define('HEADING_TITLE', 'What\'s New Here?'); How can I change it if my installation (it's an automatic installation in my web host) doesn't have the includes/languages/english/index.php path? Is it corrupted? Is...
  15. GregLake

    Long (very long) shot

    Does anybody knows if portuguese is one of the available languages for osCommerce? Thank you.
  16. GregLake

    Strange error

    Eventually I rebooted and it didn't happen again. Thank you for your help.
  17. GregLake

    Strange error

    yes I am
  18. GregLake

    Strange error

    I'm getting this strage error in the "getURL" instruction. I write on(release){ getURL("something.htm"); } and I get the message: can't open omething.htm The first letter disappears. Does anybody knoes what this is?

Part and Inventory Search

Back
Top