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 IamaSherpa 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: DEEZL
  • Order by date
  1. DEEZL

    downloading .jpg from mouse click

    Thanks Bill, This project is going to be a CD-ROM and not on the internet. Will this php method still apply? Dee
  2. DEEZL

    downloading .jpg from mouse click

    Hello, I'm trying to figure this one out. Maybe someone out there can help me. I need to create a page where upon a button click, the user will automatically download a .jpg to their desktop. It would be like a photo gallery-type thing. There will be lo-res photos in a folder called lo-res and...
  3. DEEZL

    Loading an external .swf to a specific frame label?

    Okay, now I get it. I'm playing with the example you provided and see now how to get it to do exactly what I want. Your explanation of levels helped. Thanks a lot.
  4. DEEZL

    simple play/pause button?

    You can try this. I've used it to control video, music and movieclips. Give your movieclip an instance name so the buttons can refer to it. Your buttons will have to be in a 2-frame movieclip themselves in order to appear to toggle. On the pause button (frame 1): on (release) { nextFrame()...
  5. DEEZL

    Loading an external .swf to a specific frame label?

    That worked. Thanks. Just a question: Why does the navigation in the "main_menuTEST.swf" override that of "productsTEST.swf'? If the 2nd .swf is being loaded into a blank movieclip on top of the 1st .swf, wouldn't it be covered up? This would need to work for me because of colour changes on the...
  6. DEEZL

    Loading an external .swf to a specific frame label?

    this link should work *fingers crossed*. http://atlas.walagata.com/w/justaverage/deezl_menu.zip
  7. DEEZL

    Loading an external .swf to a specific frame label?

    I've changed to gotoAndStop but that didn't work either. Will keep trying other things.
  8. DEEZL

    Loading an external .swf to a specific frame label?

    Hi, oldnewbie, I checked my loaded file and I haven't used _root to navigate. This is the code I'm using (within the loaded .swf): on (release) { gotoAndPlay("product1"); } I'm merely telling it to jump to a frame label on click. I should say that it does try to go there, but it just goes...
  9. DEEZL

    Loading an external .swf to a specific frame label?

    b, i've sent the file to your email.
  10. DEEZL

    Loading an external .swf to a specific frame label?

    Bwalkley, Darn it. I thought you had a solution for me. Oh well. I only halfway understand oldnewbie's brilliant solution, so I can't really explain it, but I can email you. What's your email address? I'm at justaverageiq [a] yahoo [d] com. You can respond there, if you, like and I'll send you...
  11. DEEZL

    Loading an external .swf to a specific frame label?

    oldnewbie, Thanks, this works fine. I've encountered an interesting problem, though. Maybe you can help? When I use the process you provided, the 2nd .swf file opens to whatever label I choose. Great! But, there is navigation within this 2nd .swf that now doesn't work —I'm trying to navigate...
  12. DEEZL

    Loading an external .swf to a specific frame label?

    I've created 2 .swfs (main.swf, products.swf). On the main.swf is a dropdown menu bar that can access products.swf or link directly to certain items in the products.swf. In the main timeline of the products.swf, I've put the 4 products (every 10 frames) and stopped and labelled the frames where...

Part and Inventory Search

Back
Top