A Flash Developer Resource Site

Search:

Type: Posts; User: pajhonka

Search: Search took 0.01 seconds.

  1. Elliptical 3D camera orbit- really need help with the math, please

    Here’s my issue- I’d have a 3D camera rotating around its target. I want its rotation around the Y-axis (yaw) to be elliptical.

    http://www.kevinburkeportfolio.com/ellipse.jpg

    I’ve been...
  2. Me too. Very sad though. Thank you so much for...

    Me too. Very sad though.

    Thank you so much for your help! Enjoy the nice weather :)
  3. THANK YOU!!! (I'm in Austin too! Crazy morning,...

    THANK YOU!!! (I'm in Austin too! Crazy morning, eh?)
  4. Cool. So how would you break up a hypothetical...

    Cool. So how would you break up a hypothetical Flash web site like this in the MVC framework? Would you create a class for each page, each data element, and assemble them in a façade?

    Home page -...
  5. Thank y'all for your responses. So could...

    Thank y'all for your responses. So could instances of the view be different pages in a web site?
  6. Can you explain MVC in the most simple terms possible?

    Hello.
    I've been hearing that for bigger Flash sites, interactive agencies use the PureMVC and Cairngorm AS3 frameworks.

    I want to know why they do this and how this workflow typically goes for...
  7. Replies
    1
    Views
    1,383

    Senocular's Directional Motion Blur

    I'm building banners in AS2 and I've tried to customize Senocular's very handy directional motion blur.

    The problem I'm having is I can't make this code reusable- I want to use it in a more linear...
  8. Please Help, Motion Editor Easing Problem

    Hi,

    I'm having trouble with the Motion Editor. I'm working on a Flash banner in AS2, publishing to Flash Player 8.

    I have a movie clip whose timeline I right-click and select 'Create Motion...
  9. FLV throws "Plug-in cancelled" error? Papervision optimization?

    Hi,
    I've gotten my new Papervision site to a point with which I am pleased, however, one section is getting lower FPS and performing poorly on older machines....
  10. Replies
    1
    Views
    5,580

    When I try something like this: function...

    When I try something like this:

    function videoLoad(n:Number):void
    {
    activeClip=n-1;
    var nsString:String = ("assets/video/question"+n+".flv");
    var video:Video = new Video();
    var...
  11. Replies
    1
    Views
    5,580

    Dynamic VideoStreamMaterial in Papervision?

    Hi,
    I'm trying to come up with a dynamic VideoStreamMaterial. I have nine different flvs that I want to play on nine different cubes. As it is now on my site, the video materials appear to be...
  12. How to open a .SWF in the same window (similar to online photo galleries)?

    I have a .swf I want my users to be able to open, but without opening a new window.

    I'm sure you all have seen this effect. In a photo gallery, the user clicks a thumbnail, the screen darkens, a...
  13. Replies
    2
    Views
    732

    Color Profiles in Flash CS4

    Hi,
    I read somewhere that Flash CS4 supports color profiles. I'm making a Papervision movie and none of the bitmap materials show the ICC Profile of my image. Is there something I need to setup with...
  14. Replies
    2
    Views
    522

    Cool, thank you! After I posted this, I found...

    Cool, thank you! After I posted this, I found this one as well.
    http://www.asual.com/swfaddress/

    I haven't gotten it to work yet, but I hope to do so.
  15. Replies
    2
    Views
    522

    URL to different part of a Flash Movie

    Hi,
    How can I achieve the function of this web site:
    http://www.karimzariffa.com/

    When you go to a page- say MOTION for example- the URL changes to: http://www.karimzariffa.com/#/motion/12/

    I...
  16. Tween animations need the smooth touch of an AS expert

    Hi,
    I'm tweening with TweenMax and the behavior of my objects is far from desirable. When you get close to the edge pixels of the movieclips, the mouseEvents get confused and jump back and forth. ...
  17. Replies
    2
    Views
    507

    I think you're right, it is more the nature of...

    I think you're right, it is more the nature of the button extending over itself than anything.
  18. Replies
    2
    Views
    507

    Can you help me fix a "jumpy" button?

    I'm sure this problem has been faced before, but I'm not finding it.

    I've tried a few things to fix this jumpiness. First, I tried playing the buttons' animation backwards on mouse out, which...
  19. Replies
    2
    Views
    416

    RollOver inside another RollOver

    Hello,
    Is this possible?
    I have a movie clip with an on (RollOver) function. I have attached another movie to load dynamically with the attachMovie function, but it's on (RollOver) is ignored....
  20. Replies
    0
    Views
    469

    Question about Dynamic Masking + Depths

    Hello. I'm having some problems with a dynamic mask and depths in Actionscript. I have a photo background to my site, loaded by the function "newbackground." I then want to allow the user to be able...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center