A Flash Developer Resource Site

Search:

Type: Posts; User: Furpants

Page 1 of 13 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    405

    scrolling through the buttons

    I"d like to scroll through the buttons, 4 (or 5) at a time.

    If I click "next", the nav movie clip will bring in the next 4 (or 5) buttons from the XML array. If I click "previous", the previous...
  2. Replies
    2
    Views
    405

    next/ previous in xml menu array

    Hello!

    I'm having a heck of time figuring out how to break this set of functions up...
    I'm working on a project where a menu list is dynamically created from an xml doc. That list will only show...
  3. yes, I think so...

    what I'm specifically trying to do is have an empty movie clip fill up with a determined number of btns (variable = "n") and when the user clicks "next", the empty movie clip clears out what's there...
  4. For loop function that parses 3 at a time..

    Hello!

    I'm stumped on where to begin writing a for-loop that will help me populate a mc with three (or four) buttons at a time from an array. Conceptually it makes sense, but I don't know how to...
  5. xml question...how to reference an attribute..

    Hello!

    I know how to reference an attribute in a childNode of an XML document but how do I reference one in the main parent node?
  6. sure! here it is...

    here is the code in the XML document:


    <?xml version="1.0" encoding="UTF-8"?>
    <anode>

    <node sports="Soccer? Frisbee? Touch football? Our spacious, multi-purpose playfield provides plenty of...
  7. ah...could be that....

    Here's the code that may be in question:


    _xml = new XML();
    _xml.ignoreWhite = true;
    _xml.load("LifestyleSports.xml");

    _xml.onLoad = function(){
    aNode = this.firstChild.childNodes;
    len =...
  8. "A script in this movie is causing Flash to run slowly..." huh?

    Hello!

    I'm hoping you can shed some light on what could possibly be going on with a Flash swf that I am working with. When called upon, the computer pauses and throws this message:

    "A script...
  9. Replies
    0
    Views
    420

    Simple image loading with XML

    Hello!

    I've been at this for two days now and I reeeeally would appreciate some suggestions!

    I need to load images into a Gallery via XML. The images are to be loaded into a movie clip within...
  10. Replies
    1
    Views
    476

    pulling text from XML into movie clip

    Hello!

    I've searched all over for a simple tutorial that will show me how to create an XML file that will populate 5 different text fields in one movie clip.

    Can anyone either direct me to a...
  11. Replies
    0
    Views
    364

    Flash and e-commerce...but not PayPal?

    Hello!

    My client has a Flash e-commerce website that uses PayPal. She wants to discontinue using PayPal.

    Can you make a recommendation on what e-commerce program I can use in conjunction with...
  12. Replies
    9
    Views
    984

    Miva Merchant....can you show me what you did?

    Can you show me a link that uses Miva Merchant with Flash?

    Thanks!
  13. Replies
    3
    Views
    446

    tweening alpha via AS...help!

    What do I need to add to this code to make it tween slowly rather than just snap to the alpha?

    function unfadeUI() {
    _root.theLogo._alpha = 100;
    _root.mcBlackBox._alpha = 100;
    }
    function...
  14. Pop ups of different sizes in same window?`

    I'd like to have a user click on a button that will spawn a pop-up of a specific size. If the user clicks on another button, I'd like for that pop-up to show a different image but it may be a...
  15. I need for it to be embedded within the site

    does QuickTime do this?
  16. Recommendation for BEST downloading time for video

    Hello!

    I would like to know what your recommendation is to show a 2 minute Quicktime video at its BEST quality but FASTEST download.

    FLV? SWF? good server? what factors are involved in...
  17. Replies
    0
    Views
    410

    Movie control with a preloader

    Hello!

    I'm desperately seeking a control panel for playing movie clips (play, pause, rewind and forward) that ALSO has a preloader. Anyone have any good leads?

    Thanks!
  18. Replies
    4
    Views
    481

    I tried this method...

    but for some reason, when I published it, this kind of coding kept appearing inside of the actual input fields:

    _level0.contact.contactForm.comments


    What do you think I'm doing wrong?
  19. Replies
    11
    Views
    674

    estudioworks...do you have the asp form for this form fla?

    I've been banging my head trying to figure out how to send variables through an asp form from Flash and to no avail. I've tried several different tutorials and nothing seems to work. I'm sure that my...
  20. Replies
    0
    Views
    430

    how to stop an imported swf!

    Hello!

    I importing a quicktime file into Flash, exporting it as a swf and then I'm playing that in an empty clip in another movie. My problem is that the imported movie keeps playing over and...
  21. Replies
    8
    Views
    706

    Thanks, Manojo...can you clarify one thing, please?

    would it be like this?

    on (release) {
    if (_root.firstname eq _root.blank
    \\_root.lastname eq _root.blank) {
    _root.mcProvide.gotoAndStop(2);
    }else {
    _root.gotoAndStop ("thankyou");...
  22. Replies
    8
    Views
    706

    the "if" statement.....help, please!

    I have a form with over 20 fields that the user needs to fill out before being able to submit that passes the variables to a php.

    If the user does not fill out all of the fields, then I want for a...
  23. have one more question....

    How do you do this if there is more than one field to be checked? Is this how?

    on (press) {
    if (_root.input eq _root.blank
    &&_root.input2 eq_root.blank
    ...
  24. Thank you but this is the tricky part...

    Can this be applied to a site that needs to be at 100% by 100%? Can I start off with 99% x 99% and have it resize to 100%?
  25. oh wow! Thanks!

    You really saved the day for me! I learn so much better when I see exactly how it works so I really appreciate the sample fla. Again, thank you!
Results 1 to 25 of 303
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center