A Flash Developer Resource Site

Search:

Type: Posts; User: curium248

Search: Search took 0.04 seconds.

  1. Replies
    11
    Views
    827

    Hmm, weird. I got that font from FFF about three...

    Hmm, weird. I got that font from FFF about three months ago. Maybe I will get a new one, since this one seems to have some unique bugs to it.

    You can send the FLA to curium248@aol.com

    I messed...
  2. Replies
    7
    Views
    515

    i used "silkscreen" which is a FFF font.

    i used "silkscreen" which is a FFF font.
  3. Replies
    11
    Views
    827

    THANK YOU! I figured it was something to do with...

    THANK YOU! I figured it was something to do with my absolute naming but didnt know how MX handled it ;) That's awesome, I will fix that and I have attached the font! I appreciate your helping me!
    ...
  4. Replies
    7
    Views
    515

    It's too big to upload, 600k. Is there any other...

    It's too big to upload, 600k. Is there any other way to get it to you?
  5. Replies
    7
    Views
    515

    I thought that would be it...I just tried, and...

    I thought that would be it...I just tried, and EVERYTHING is on even coordinates...still blurry though.
  6. Replies
    11
    Views
    827

    Thanks for your help!!! I sent you the FLA's...

    Thanks for your help!!!

    I sent you the FLA's and SWF's.

    I included some other problems you might find trivial but would help me out if you know the fix while in the FLA.

    BEN
  7. Replies
    7
    Views
    515

    Blurry text in child SWF

    Ok I have an embedded SWF that has blurry text...does anyone know what that is from? It is STATIC text. And it look fine as an SWF by itself...but when embedded in my parent swf, the text is blurry!...
  8. Replies
    11
    Views
    827

    Ok, its on an even (0.0, 276.0). But its still...

    Ok, its on an even (0.0, 276.0). But its still blurry, is there a quality setting to set?

    you can see it here...

    http://d3signco.com/proto02/

    click on "works"

    then click the brown and...
  9. scrollbar components breakin my progress bar

    Hey there guys, maybe you can help me out. I have a progress bar that goes while my fla loads...but it doesnt show up untill 346k are loaded. Aparently there is 346k of data on frame one. Even though...
  10. Replies
    11
    Views
    827

    I will check that because I am using pixel fonts....

    I will check that because I am using pixel fonts. And I will let you know...thanks for the suggestion!
  11. Replies
    11
    Views
    827

    Embedded Swf Quality

    I just embedded an swf into my fla and when i preview it all the text looks blurry. If you just look at the swf by itself its fine though...only when it is ebedded into the fla. Is there a quality...
  12. Replies
    6
    Views
    558

    no, I have the following code on my first frame:...

    no, I have the following code on my first frame:

    percent = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
    if(percent != 100){
    setProperty(probar_main, _xscale, percent);
    }
    else{...
  13. Replies
    2
    Views
    410

    It does the same thing with your code. no, im...

    It does the same thing with your code.
    no, im using:



    percent = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
    if(percent != 100){
    setProperty(probar_main, _xscale, percent);
    }...
  14. Replies
    2
    Views
    410

    Quick Question...

    Okay, I have a progress bar made from a rectangle...but my progress bar gets bigger from the middle...i want a traditional from left to right. I can't grab that little + in the middle though! how do...
  15. Replies
    7
    Views
    505

    didnt work so here ya go... here is what I get...

    didnt work so here ya go...

    here is what I get so you can compare...and thank you for helping me!

    It loads the game.swf because i see the little grey circle, but the swf doesnt seem to work or...
  16. Replies
    6
    Views
    558

    MORE INFO! ha hah Okay again, there is a...

    MORE INFO! ha hah

    Okay again, there is a scrollbar component , maybe that loads independant of the frame and is slowing it all down? If so, how do I get around that? All those core assets and...
  17. Replies
    6
    Views
    558

    NEW INFO! Okay, I have been messing around...

    NEW INFO!

    Okay, I have been messing around with the FLA and here is what i have learned. I ran it under the 4800 download test movie and found that you CAN see the progress bar...but not untill...
  18. Replies
    7
    Views
    505

    Frame 1 is the preloader. Frame 2 is the...

    Frame 1 is the preloader.
    Frame 2 is the gotoAndPlay(1);
    Frame 3 is the loadmovie's and also is the frame where the blank movies are.

    That's it. Only three frames.
  19. Replies
    7
    Views
    505

    here is where i load them, on the third frame...

    here is where i load them, on the third frame after a loading progress bar.

    loadMovie("main.swf", _root.main);
    loadMovie("game.swf", "game");
    loadMovie("logo.swf", "logo");
  20. Replies
    6
    Views
    558

    file too big

    the FLA is too big...and i can't recreate the prob...

    but it isnt a path because NOTHING shows untill the whole movie is loaded.

    here is my frame one code:
    stop();
    percent =...
  21. Replies
    6
    Views
    558

    Preloader not visible

    I made a preloader, and tested it in a simple fla(3 frames with a picture on the third). then i moved the same exact code to a fla i had created a long time ago. But now when i test it, nothing comes...
  22. Replies
    7
    Views
    505

    loadmovie stalls?

    Ok, I looked everywhere and couldnt find an answer to this.

    I am using loadmovie to load some child swf's into my main swf. here is the code i used:

    loadMovie("main.swf", _root.main);

    and i...
Results 1 to 22 of 22




Click Here to Expand Forum to Full Width

HTML5 Development Center