A Flash Developer Resource Site

Search:

Type: Posts; User: arkum

Page 1 of 10 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    7
    Views
    571

    Hi Kostas, Yeah, was using that already, It...

    Hi Kostas,

    Yeah, was using that already, It actually turned out to be a result of having a large stack of MCs with BitmapDatas attached within which I was swapping depths. Changed the code to set...
  2. Replies
    7
    Views
    571

    Thanks for your rude and unhelpful reply. I'm...

    Thanks for your rude and unhelpful reply.

    I'm perfectly aware of the potential problems and have done everything I can to manage them. I have a class which stacks requests for images so that only...
  3. Replies
    7
    Views
    571

    Hi, I understand what attachBitmap does, but...

    Hi,

    I understand what attachBitmap does, but I'm running into memory problems.

    Instead of loading and displaying images using MovieClipLoader, I'm loading them then caching them as BitmapData...
  4. Replies
    7
    Views
    571

    BitmapData Question

    Once I have drawn from a loaded image to a BitmapData instance, is there any way of converting the BitmapData back to an image so that I can then dispose of the Bitmap?

    Thanks
  5. Replies
    0
    Views
    408

    Best way to feed url into swf

    I have a swf embedded in html. I need a way of passing a url into the swf automatically once the page has loaded(Without any UI being clicked). How should I approach this?

    I know how to use the...
  6. Replies
    2
    Views
    423

    Hi, unfortunately I can't - my client would...

    Hi,

    unfortunately I can't - my client would flip and the backend is too complicated to recreate with something else.

    It's so wierd. Got the frame-rate up at about 90, but it still looks...
  7. Replies
    2
    Views
    423

    Dynamic text flickers as it moves

    Hi,

    I have a dynamically created dynamic textfield. It uses a font which is stored in the library, and embedfonts is set to true. antiAliasType is set to "advanced".

    When I move the textField...
  8. Replies
    0
    Views
    755

    Removing Multiple event listeners

    Hello,

    I have a class which constructs multiple instances of another class and adds multiple eventListeners to each instance:


    for(var i:Number = 0; i < length; i++){
    var myItem:Item = new...
  9. Thread: SWF to Quicktime

    by arkum
    Replies
    0
    Views
    5,270

    SWF to Quicktime

    Does anyone know of any software for converting a swf (complete with nested animation) to Quicktime on the Mac?
  10. Replies
    3
    Views
    475

    Thanks for the backfeed ;)

    Thanks for the backfeed ;)
  11. Replies
    1
    Views
    672

    It also seems that if I set a delay of 1/1000th...

    It also seems that if I set a delay of 1/1000th of a second before accessing the properties, everything is fine.
  12. Replies
    1
    Views
    672

    attachMovie / nested MC extending MovieClip

    Hi,

    Found a strange issue with using attachMovie.

    In myLibrary I have an MC with a linkage ID. Inside this clip are two buttons which are linked to "myClass" that extends MovieClip.

    When I...
  13. Replies
    3
    Views
    475

    Some feedback please

    Hi there,

    Would love some feedback on http://www.loopbrighton.com

    Thanks a lot
  14. Thread: 3D Tutorial

    by arkum
    Replies
    4
    Views
    1,844

    Hi, Here is the main code. Have attached the...

    Hi,

    Here is the main code. Have attached the class file too.


    public function trackTo(_tX:Number, _tY:Number, _tZ:Number, _tR:Number):Void{
    clearInterval(move_int);
    move_int =...
  15. Thread: 3D Tutorial

    by arkum
    Replies
    4
    Views
    1,844

    Hi, Thanks for replying. I'm so stuck with...

    Hi,

    Thanks for replying. I'm so stuck with this and on the point of giving up.

    I have attached a swf of my work so far. The camera should end up centered on the target, but it misses it. If I...
  16. Thread: 3D Tutorial

    by arkum
    Replies
    4
    Views
    1,844

    3D Tutorial

    Hi,

    I've read every 3D tutorial I can find, but they all seem to be about:

    1. Rotating an object on its axis

    2. Moving the camera along x/y/z axis

    But I can't find anything out about...
  17. Replies
    0
    Views
    2,894

    Help with 3D camera motion

    Hi,

    I'm building a primative pseudo-3D engine and it's almost working. It can handle movement along any axis and rotation around the z axis. My problem is that something is throwing the...
  18. Replies
    41
    Views
    28,243

    I guess there's nothing in it for youTube if they...

    I guess there's nothing in it for youTube if they can't get their branding on the player. Maybe Joost is the one to watch.

    Thanks anyway
  19. Replies
    41
    Views
    28,243

    Yeah, that looks way too easy. Did you end up...

    Yeah, that looks way too easy. Did you end up using it for anything commercial, or was it too unstable (Client wanting to save money on bandwidth by having YouTube kindly host the sites flv content)
  20. Replies
    41
    Views
    28,243

    Hi there, Did you ever get an answer to this?...

    Hi there,

    Did you ever get an answer to this?

    Thanks
  21. Replies
    0
    Views
    580

    Defective playback

    Hi there,

    just finnishing a site off, and the flv playback has gone funny. Very choppy, then the audio and video lose sink.

    Can anybody tell me what they think the problem might be (I've...
  22. Thread: Sound Buffering

    by arkum
    Replies
    4
    Views
    958

    Hi, Thanks for the reply. Will give it a go.

    Hi,

    Thanks for the reply. Will give it a go.
  23. Thread: Sound Buffering

    by arkum
    Replies
    4
    Views
    958

    Hi there, I'm working with streamed mp3s. I'm...

    Hi there,

    I'm working with streamed mp3s. I'm about to give up on this. Is is not possible?
  24. Thread: Sound Buffering

    by arkum
    Replies
    4
    Views
    958

    Sound Buffering

    Is there any way to have flash display a buffering message if the playhead catches up with the load position? It doesn't seem to fire any event.

    Thanks
  25. Thread: Shared Fonts SOS

    by arkum
    Replies
    3
    Views
    416

    Thanks a lot gparis, Unfortunately I've...

    Thanks a lot gparis,

    Unfortunately I've already been there and to everywhere else I can think of. Seems so strange that the subject is so undocumented.

    All I'm trying to do is use a single font...
Results 1 to 25 of 239
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center