A Flash Developer Resource Site

Search:

Type: Posts; User: jgsacris

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    12
    Views
    2,479

    I uploaded a test FLA. You can find it at:...

    I uploaded a test FLA. You can find it at:
    http://www.randomnoise.org/temp/motion_test.zip

    The problem is most definitely the pixelsnapping. AA seems to work OK, but flash insists on moving the...
  2. Replies
    12
    Views
    2,479

    Sounded promising but no, still not working. ...

    Sounded promising but no, still not working.

    Thanks anyway, this is one of the reasons that I like coming back to developing flash after doing thinks like .Net, and why I don't think Silverlight...
  3. Replies
    12
    Views
    2,479

    Nope didn't work either. Curiously the smoothing...

    Nope didn't work either. Curiously the smoothing attribute is respected. It is the PixelSnapping which is ignored in the sprite. I am starting to believe there is a bug in the flash player code.
  4. Replies
    12
    Views
    2,479

    cacheAsBitmap = true turns the PixelSnapping...

    cacheAsBitmap = true turns the PixelSnapping automatic on, with the before described ugly movement effects.
  5. Replies
    12
    Views
    2,479

    I did some more tests. If I scale the testImg...

    I did some more tests. If I scale the testImg then I am able to move the image smoothly. Somehow as soon as I add the Bitmap to the Sprite, the PixelSnapping attribute goes back to AUTO....
  6. Replies
    12
    Views
    2,479

    Moving images smothly across the stage

    I am trying to write a script that animates images, moving them smoothly and slowly across the stage. If I load the image in authoring time and embed it on a movie clip, i have no problem...
  7. Replies
    0
    Views
    1,965

    ASDoc Problems

    I need to generate the documentation from a project using ASDoc. The problem is that the project includes some classes from an swc library for which I don't have the source code.
    the command that I...
  8. Replies
    1
    Views
    1,815

    Problems with ChangeWatcher

    I am having problems with a ChangeWatcher. Everything seems to be set up correctly. The canWatch method returns true, the isWatching method returns true and if I query the return value of the...
  9. Replies
    0
    Views
    4,114

    Flash Lite 2.1 on WM 6.0

    Does any body knows if Flash Lite 2.1 runs on Windows Mobile 6.0? I would like to get a new smartphone and WM6 has good reviews, but I haven't found any information about flash lite compatibility....
  10. Replies
    0
    Views
    316

    Storing shared objects

    I have an application that stores complex object (objects with porperties that are themselves objects) into local shared objects.
    http://www.randomnoise.org/dgrob2/
    This works very well but I...
  11. I was able to get a support-telephone number and...

    I was able to get a support-telephone number and the woman there told me that.
  12. The taxes are 20% which still leaves a 70 USD...

    The taxes are 20% which still leaves a 70 USD difference. Which would be justified if I needed/wanted local support. That all I can understand. But why mark my credit card as invalid????
  13. If I buy if from Amazon here in Austria it costs...

    If I buy if from Amazon here in Austria it costs arround 550 USD. That is 150 USD more that on the international store which I am probably going to end up paying. Over all it leaves me feeling...
  14. I am sure Flash 8 is great,… if I could only buy it!!!!!!!!! shop horror story.

    I am a Mexican programmer currently working on Vienna. A couple of weeks ago I tried to buy Studio 8 upgrade from the macromedia online store using my Mexican credit card but I kept getting an error...
  15. Replies
    1
    Views
    615

    Verifying data source

    Is there a way to verify that a post request to a PHP script, for example, actually comes from the desired .swf file and not from an external person trying to hack into the system? HTTP_REFERER...
  16. Replies
    3
    Views
    507

    I was looking at some code I did recently and I...

    I was looking at some code I did recently and I solve the problem like this:

    import mx.controls.*
    import mx.data.components.*;

    class MyContainerClass extends mx.core.UIObject{


    private var...
  17. Replies
    3
    Views
    1,124

    You make some interesting points. The problem...

    You make some interesting points. The problem with making inroads with a new technology in established infrastructures is definitely an issue, but that has always been the case, and developers...
  18. Replies
    3
    Views
    1,124

    Is there a future for flash programmers?

    For the past 6 years or so I have been doing a lot a flash programming, building up my skills and developing some projects that I consider very cool, including content and media management systems,...
  19. Actually my next step is going to be to give it a...

    Actually my next step is going to be to give it a try with students, there are some guys at the Bauhaus University in Weimar who want to use it on their classes, the institute for applied technology...
  20. Ok, I see what you mean, I forgot to include in...

    Ok, I see what you mean, I forgot to include in the tutorial that you have to press the display button in order to see the finished animation. That is what your feedback is so important. If you are...
  21. Graphic development environment programmed in flash

    Hi everybody,
    A couple of days ago I finally published dGrOb on:
    http://www.randomnoise.org/dgrob2/
    It is a graphic development environment which means that the user, instead of using text...
  22. Thanks for the Infos, Some other gentel soul in...

    Thanks for the Infos,
    Some other gentel soul in another board point me to the bandwidth limitations of the developer edition of FlashComm which very likely are the source of my distress.

    Any...
  23. Is Flashcomm a professional tool for videoconferencing?

    We recently got a client asking for a video conferencing system. The requirements are kind of high, the video has to be 640 x 480, good audio quality and delay under 2 sec. Bandwidth shouldn't be a...
  24. Replies
    1
    Views
    597

    Solution

    Ok!
    If I create the NetStream object on a separate method and not within the constructor it works.

    Which is good but why?????
  25. Replies
    1
    Views
    597

    flashComm and AS2 classes

    I am building a video conferencing application. I have a class for broadcaster and one for the player. Now both classes need to reference the same NetConnection instance. The Problem is that if I...
Results 1 to 25 of 44
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center