A Flash Developer Resource Site

Search:

Type: Posts; User: demogoria

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Alright, wow, I figured it out. I was also...

    Alright, wow, I figured it out.

    I was also trying to mask the text field as well. Which was causing the problem.

    Come to find out, if you mask a dynamic text field, the text must be embedded...
  2. Gee... thanks....

    Gee... thanks....
  3. [RESOLVED] createTextField doesn't work on staged movie clips?! CMON!

    This is just plain weird to me.

    This is part of a loop that creates text fields. The movie clip is of course named numholder_mc.


    numholder_mc.createTextField("textfield"+i,i,200,0,100,20);
    ...
  4. movie clip dissapears after I set _width to it!

    Alright, I am pulling my hair out on this one. haha.

    Check it out. I am creating an XML gallery. I am able to load in the gallery info from the XML just fine. The preloader works just fine. And I...
  5. Having problems with actionscript tween/fade

    Basically, I have a photo contained inside a movie clip, called bg_mc.

    And I have this code

    import flash.filters.BlurFilter;
    import mx.transitions.Tween;
    import mx.transitions.easing.*;
    //...
  6. Flash8 problems fading in and out SLOWLY with actionscript.....

    Hey all,
    I am not an actionscripter, but slowly learning. I have been using this code to fade a movie in and out. Simple for me, and works well.



    onClipEvent (enterFrame)
    {
    if...
  7. Well, I found this: import mx.video.*;...

    Well, I found this:



    import mx.video.*;
    var listenerObjectBuff:Object = new Object();
    var listenerObjectPlay:Object = new Object();
    listenerObjectPlay.playheadUpdate =...
  8. No help? *sniffle*

    No help? *sniffle*
  9. Displaying Time Remaining in a dynamic text field....?

    I have a video that I would like to show the surfers how much time is remaining on it (just seconds will do) so they can moveon to the next page if they want to.

    I have it imported as an FLV...
  10. Replies
    4
    Views
    604

    Thats an excellent idea! The reason why I...

    Thats an excellent idea!

    The reason why I don't want preloaders is simply because when I had them on there, the pages would load so fast anyway that there would be the preloader flash real quick...
  11. Replies
    4
    Views
    604

    Well if I load offstage, then the animation...

    Well if I load offstage, then the animation appears choppy on slow processor machines when they are trying to load, no? Especially since I have about 6 seperate swfs loaded.

    The size won't be too...
  12. Replies
    4
    Views
    604

    preloading SWFS in background...

    Just a quick question that I have seen before, but not payed much attention to. haha.

    I simply want to know if there is a tutorial out there that tells me how to preload seperate SWFs in my...
  13. Exactly what I was looking for. Thats perfect! ...

    Exactly what I was looking for. Thats perfect!

    Thanks ya very much.
  14. bump??

    bump??
  15. Right. I got that far, but what sort of if...

    Right. I got that far, but what sort of if statement can i use to see if the loaded movie is FINISHED unloading? That is basically what is confusing me. Thanks!
  16. animate one movie out before starting the next..

    All good flash web sites have this feature and I gotta know how. :)

    For example. Lets say we have a 3 button navigation and there is already a movie playing (loaded dynamically) into a holder...
  17. Replies
    2
    Views
    400

    Perfect! Thanks for the reply!

    Perfect! Thanks for the reply!
  18. Replies
    1
    Views
    956

    Font export leaving out characters!!!

    Alright, this is just weeeeird to me. I am using a pixel font called FFF Harmony. Im sure you know of it. But anyway, (navigate to www.paulhanak.com and click on graphic design, then read the text on...
  19. Replies
    2
    Views
    400

    unloadMovie() not working.....

    I probably am not using this correctly.......I am loading an external movie from Anim-Fx into my flash. But then when I want to unload it and make it disapear so I can navigate the site, it stays...
  20. Ahhhh I see. Makes sense. :) Is there another...

    Ahhhh I see. Makes sense. :)

    Is there another way to do it so I may have matching numbers, or is this not possible?
  21. preloader size doesn't match file size.....

    Alrighty, my preloader says that my filesize is 242kb. MY ACTUAL filesize is 179kb, according to flash and windows. Is there something I am missing here?
    Why is my preloader giving me garbage?
    ...
  22. Replies
    1
    Views
    503

    graphical form inputs? how?

    I noticed a site a while ago done with flash that didn't have the common fields for input forms. They were...well...graphics...that you type into, rather than the boring rectangle.

    Can someone...
  23. Whoop! Nevermind. The FIRST time the Help...

    Whoop! Nevermind.

    The FIRST time the Help files didn't confuse the crap out of me.


    For those of you who want to know.

    loadMovie("background.swf", "background-mix");
  24. masking imported actionscript SWF files? (Mix-FX)

    Alrighty, I use Mix-Fx (or try to) alongside of Macromedia Flash. If you don't know, mix-fx is a background and text animator. (Pretty nifty)

    The problem though is that when I attempt to import...
  25. Perfecto! Exactly what I wanted. Thanks!

    Perfecto! Exactly what I wanted.

    Thanks!
Results 1 to 25 of 30
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center