A Flash Developer Resource Site

Search:

Type: Posts; User: groupof1

Page 1 of 8 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    5
    Views
    1,469

    Just realized that this is not working in Firefox...

    Just realized that this is not working in Firefox either.

    It works in IE9 and in the flashplayer. Anyone have any ideas about how to get around this or to achieve the same effect?
  2. Replies
    5
    Views
    1,469

    No, they are all built in CS5. I am removing...

    No, they are all built in CS5.
    I am removing the current child before adding the next child.

    My guess is that it either has something to do with the setContent function, or it is something in...
  3. Replies
    5
    Views
    1,469

    The file names are all correct and the same case....

    The file names are all correct and the same case. As I mentioned, when I change the order in which they are loaded only the last one plays regardless of which file it is. It's bizarre.
  4. Replies
    5
    Views
    1,469

    Multiple swfs not playing in IE8

    I am having an issue and I can't pinpoint it.
    What I have is a SWF that loads multiple smaller SWFs into an array and then uses buttons to switch between them in a movie clip container on the...
  5. Found a bug in the function. here is the correct...

    Found a bug in the function. here is the correct code. In the for loop, item.isSelected=false should be child.isSelected=false.

    Otherwise previously selected items will reset, but stay highlighted...
  6. I'll work on that array issue. I know I need to...

    I'll work on that array issue. I know I need to get more comfortable with them.
  7. Okay, I got it to work. I added the isSelected...

    Okay, I got it to work. I added the isSelected variable to each item.



    var menuHolder:MovieClip = new MovieClip();

    menuHolder.x = myMask.x;
    menuHolder.y = myMask.y;

    menuHolder.mask =...
  8. Yes, this is what is happening now. I had it...

    Yes, this is what is happening now. I had it before where as each item was clicked it would stay selected.


    That makes sense. Arrays kind of freak me out because I don't understand how to take...
  9. What happens is that the first item, once...

    What happens is that the first item, once clicked, remains highlighted, and then the second and so on.

    The eventListeners are assigned to each item as it is created and only fire for each specific...
  10. Accessing child properties of items in a container

    Wasn't sure what to call this exactly.

    Basically, I have a menu created using XML. Each menu item has a fill that fades in and out as the user scrolls over them. What I want to happen is that...
  11. That did it. Awesome. See, I didn't even know to...

    That did it. Awesome. See, I didn't even know to look for Event Bubbling. If I had known what it was called, I probably could have saved myself some headache and you some time. Thank you once again. ...
  12. Also, you specifically Flax have helped me out in...

    Also, you specifically Flax have helped me out in the past. So I do appreciate your help. Thanks.
  13. Let me see if I can answer these one at a time. ...

    Let me see if I can answer these one at a time.



    I moved init out of correctAnswer. Here is the entire code for the loaded swf.
    Also, this is in a clip on the stage of the loaded swf. I for...
  14. Passing variable from loaded swf to parent with mouse event

    This has been driving me nuts. The short of it is that I have a main movie that loads smaller swfs. In the main movie, there is a textbox that holds descriptions of the smaller clips.

    What I am...
  15. Replies
    2
    Views
    853

    That did it!

    Thank you for the assistance, it works like a charm. :yarr: I knew there was something simple I was missing. Now I can expand upon this.

    I am a graphic designer and can muck my way through some...
  16. Replies
    2
    Views
    853

    [RESOLVED] Combobox duplicates entries

    I am having an issue with a combobox.

    Everything seems to work fine until I click on the "home" link. Then the box duplicates the items in the list.

    I tried to write a function that would add...
  17. Replies
    92
    Views
    93,925

    Poll: No worries. MFA is a Master of Fine Arts. I am...

    No worries. MFA is a Master of Fine Arts. I am enrolled at the Academy of Art University. Working on an MFA in Graphic Design.
  18. Thread: Autocat.

    by groupof1
    Replies
    17
    Views
    28,399

    The combination of stenches is amazing. And the...

    The combination of stenches is amazing. And the image is great too!
    great blending of the Onion and the fish.

    Can anyone post their amalgamations here?
  19. Replies
    92
    Views
    93,925

    Poll: Hey guys, I haven't been in here for a while,...

    Hey guys,
    I haven't been in here for a while, but it's not because I think it's dead.

    I have just been busy. I changed jobs, started an MFA, and of course family stuff. I would be down for a...
  20. Thread: AS3.0 and 508

    by groupof1
    Replies
    12
    Views
    4,863

    Funny, I am working on this very issue as well....

    Funny, I am working on this very issue as well. If I get anywhere I will make it known.
  21. Replies
    2,138
    Views
    539,309

    Not my greatest work, but Nep's image was a tough...

    Not my greatest work, but Nep's image was a tough one to follow.

    http://img299.imageshack.us/img299/1504/breath.jpg
  22. Replies
    2,138
    Views
    539,309

    I've got some free space today. I will put...

    I've got some free space today. I will put something up.
  23. Here is the final working code. // calls...

    Here is the final working code.



    // calls Zoom Enhancement clip and sets size.
    var zoomReq:URLRequest = new URLRequest ("images/zoom.swf");
    var zoomLoader:Loader = new Loader();

    var...
  24. Well what do you know. I figured it out. I was...

    Well what do you know. I figured it out. I was trying to declare and set the variables inside the function. I moved the var declaration outside of the function and set it inside the function.
    ...
  25. Forgive me, I am not a coder by nature and it's...

    Forgive me, I am not a coder by nature and it's still early...

    Where do I set the variables? Inside the new zoomLoaded function and do I call the width/height there to use later on?
    I tried that...
Results 1 to 25 of 197
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center