A Flash Developer Resource Site

Search:

Type: Posts; User: AtomicSilicon

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    22
    Views
    61,060

    Ok, I think I got it. I ended up embedding a...

    Ok, I think I got it. I ended up embedding a different Ariel Unicode font, and that worked. Very odd though. I wonder how to get the standard Ariel font to work properly embedded?
  2. Replies
    22
    Views
    61,060

    I am having a problem with embedded Japanese...

    I am having a problem with embedded Japanese fonts. In the code example attached above, it works great until I flag the text field to use embedded fonts then I embed all the Japanese fonts. Although...
  3. Replies
    2
    Views
    7,507

    Aryudsoh, Well, basically, they took 6...

    Aryudsoh,

    Well, basically, they took 6 pictures of the shoe, likely a completely white shoe. Then they cut the shoe up in photoshop so that each layer that would be colored is now a separate...
  4. Replies
    1
    Views
    654

    Roxy031... So, well, this is a pretty sloppy...

    Roxy031...

    So, well, this is a pretty sloppy way to handle what you are trying to do, but I understand if you don't have Actionscript knowledge. Here are a few things you should look out for:
    ...
  5. Replies
    4
    Views
    1,067

    Hello Mubinalhahhad, So, I recommend...

    Hello Mubinalhahhad,

    So, I recommend publishing for Flash 9 and following these steps:
    http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode_02.html

    Now, if you HAVE to stick in...
  6. Anyone know a good resources for bitmap effects in AS?

    Hey all,

    I have not really messed with the Flash 8 bitmap tools all that much. BitmapData is what I am looking at the most.

    What I want to do is capture the stage of a movieclip and place...
  7. Hello. You are going to have to design some...

    Hello.

    You are going to have to design some sort of manager. I build presentational material and have to do this all the time.

    What happens is that my loaded movies have event functions
    ...
  8. Hey, here is a bonus answer too! What I am...

    Hey, here is a bonus answer too! What I am including below is an IntervalManager class that I pulled out of a book somewhere. This manager has totally changed the way I set and delete intervals.
    ...
  9. Replies
    7
    Views
    400

    What do you mean spins wildly out of control?

    What do you mean spins wildly out of control?
  10. Your right, the onEnterFrame scopes differently...

    Your right, the onEnterFrame scopes differently than your class. It is going to scope to the image movieclip.

    A quick way is to pass the MovieClip a reference to your class. Like images.classRef...
  11. Sure. The problem is that you need to use the...

    Sure. The problem is that you need to use the Delegate class to properly get your callbacks to scope. Well, unless you want to reference the movieclip from _root, but that is bad coding practice.
    ...
  12. Replies
    7
    Views
    906

    Ok well... Solved MY problem. I am falling...

    Ok well... Solved MY problem.

    I am falling back to the very old solution of forcing the .SWF to run at a set framerate by locking it to a streaming audio event. My "main" .swf movie is set to...
  13. Replies
    7
    Views
    906

    I thought I would keep sharing my experiences. ...

    I thought I would keep sharing my experiences.

    If you try and delay every other frame, playback just sucks. My busy wait code looks like this:



    _root.fpsms = ( 1 / 33 ) * 1000;...
  14. Replies
    4
    Views
    1,067

    In this case they used the Stage.onResize...

    In this case they used the Stage.onResize callback methods. That is the main meat of it all.

    You have to set the Stage.scaleMode and the Stage.align properties properly. And you need to embed...
  15. Replies
    3
    Views
    476

    Hey there Jagguy, First, I don't think you...

    Hey there Jagguy,

    First, I don't think you need 2 MovieClipLoad instances. The callback events all pass the reference of the movielclip that they are loading, so you can check to see if that...
  16. Replies
    7
    Views
    906

    I used to stream audio. A better way than...

    I used to stream audio. A better way than streaming audio, however, is to make an interval that will skip the timeline forward if it lags behind some. It is the same basic effect as streaming. The...
  17. Replies
    7
    Views
    906

    When set to 32fps, FF plays around 26fps. IE can...

    When set to 32fps, FF plays around 26fps. IE can sometimes do 28fps. I have to set it to around 34fps to get close enough to 30fps to make live happy.

    However! Every now and then the movie does...
  18. Replies
    21
    Views
    1,211

    I have been testing just basic timeline...

    I have been testing just basic timeline animations in flash. Nothing that special, some bitmaps, some text and vectors graphics animating on the stage. Similar to what anyone would do with a banner...
  19. Replies
    7
    Views
    906

    Constant frame rate issues

    Hello all,

    I am going to bring up an aging problem (again) with the Flash player. In my case I build a lot of animations that need to sync with a VO.

    Now - the problem. Flash, when set to...
  20. Help: How do I launch a focused window from Screenweaver?

    Hello all,

    I have seen a few people respond with posts regarding Screenweaver, so I am hoping one of those experts can help me.

    I am using Screenweaver to wrap my flash projector into a CDROM...
  21. Hmmm.... If anyone can solve how to overload...

    Hmmm....

    If anyone can solve how to overload the trace() function, I would also love to know how to override the loadMovieNum() function.

    Basically I have written my own movie handler that...
  22. Well, I just did a search and replace for my...

    Well,

    I just did a search and replace for my trace functions. But what I would have liked to have created is a debug movie that I could attach to any other movie which then becomes the trace...
  23. Thanks, however I have that down already. To...

    Thanks, however I have that down already.


    To be more specific: I have a .swf with a LOT of code. Inside I have trace funtions that update me on various states.

    What I want to do is output...
  24. Need help: Want to override the trace() function

    Hello all,

    I am testing my flash code where a lot of the workings depend on the current status of how much the supporting movie files have loaded.

    Basically, the short of it, is I am testing...
  25. Replies
    4
    Views
    3,699

    My own solution: Just in case anyone else...

    My own solution:

    Just in case anyone else searches by this thread, here is my solution.

    I ended up sticking with FLV files over a series of jpegs. It is not much of a savings, but it is some....
Results 1 to 25 of 40
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center