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 Wanet Telecoms Ltd 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 lastingforhours

  1. lastingforhours

    sending mass email with php

    im needing to create a mass mailer in php for a newsletter that is going to be sending out to 1000+ mailing list subscribers. my first attempt to send a mass email blast was to create a form that once submitted, uses a loop that takes all subscriber email addresses from a database and then...
  2. lastingforhours

    flash wont play on my server...

    ok, i did that and it worked like it normally should. so, could there be something that my code is doing? all im trying to do is load an external jpeg. var preloader:Object = new Object(); var mcLoader:MovieClipLoader = new MovieClipLoader(); mcLoader.addListener(preloader)...
  3. lastingforhours

    flash wont play on my server...

    so, nothings wrong with my flash document and nothings wrong with how i embed it into the html page. when i upload my files to my server, it will freeze at the first frame and cease to function. at this point, the only thing i can blame is the server because if i put these files on any other...
  4. lastingforhours

    checking component types

    yeeesss, once again you have helped me out. a good man you are! -- Matt Milburn, Wave Motion Studios
  5. lastingforhours

    checking component types

    is it possible for me to check what type of component a component is with actionscript? for instance, i have a good sized form thats split into 5 smaller forms thats using radio buttons, check boxes, and text inputs. so lets say i only know the name of a given component on the stage. can i...
  6. lastingforhours

    Creating Movie Clip Buttons

    i think you just had the alpha for your button movieclip set to zero, plus the alpha for the white box inside of that movieclip was set to zero at the end of its tween. -- Matt Milburn, Wave Motion Studios matt@wavemotionstudios.com
  7. lastingforhours

    buttons not working

    ah, nevermind, i figured it out. thanks for the help though. -- Matt Milburn, Wave Motion Studios matt@wavemotionstudios.com
  8. lastingforhours

    buttons not working

    hmm, i tried setting _lockroot to true for all the movies that get loaded into the main movie, tried setting _lockroot to true for each individual button, even tried setting _lockroot to true for the container that the movies are loaded into, still no success. ive never had this problem before...
  9. lastingforhours

    buttons not working

    sooo, i have two button symbols on the stage of a swf, and that swf is loaded into another swf. doing so, for some reason, totally disables my buttons and i cant figure out how to fix it. im pretty sure the problem is being caused by the swf being loaded into another swf because if i open just...
  10. lastingforhours

    scriptable mask problem

    ah! gotchya, thank you sir. -- Matt Milburn, Wave Motion Studios matt@wavemotionstudios.com
  11. lastingforhours

    scriptable mask problem

    i have a project where everythings placed on the stage with actionscript and i also create an empty movie clip to load subpages into thats behind a scripted mask. so, the page loads, everythings cool at the start, but when i click a link to load a subpage, my movie container is no longer masked...
  12. lastingforhours

    shape tween with actionscript

    is it possible to script a shape tween with actionscript? -- Matt Milburn, Wave Motion Studios matt@wavemotionstudios.com
  13. lastingforhours

    reflections in flash?

    you know how apple has popularized the reflection? well, is there a way to do that with actionscript in flash? id love to make a photo gallery that dynamically loads photos and then creates the reflection at runtime. would it even be practical to do it that way? am i making this harder than...
  14. lastingforhours

    Graphic Fill?

    to my knowledge, i dont think you can fill an object with a symbol in the library. you could however use some actionscript in combination with a mask, 2-dimensional array, and some easy math to probably create the same effect. if all else fails, you can turn your graphic into a bitmap and use...
  15. lastingforhours

    using the curveTo function properly

    haha, did my best... -/ = Invisible Lines O = Anchor X = Control * = Your Line (just guessing how much it would bend) X / \ / \ / \ / * * \ / * * \ / * * \ /* *\ /* *\ /* *\...

Part and Inventory Search

Back
Top