A Flash Developer Resource Site

Search:

Type: Posts; User: Mpjraaij

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    8,065

    Client Authentication

    For some reason I cannot find the answer via either google or flashkit. For a schoolproject we're using wirecast to stream media. However when I run in it in the browser the Client asks me to allow...
  2. Replies
    0
    Views
    3,656

    Mouse + DisplayObject3D (papervision)

    Hi

    I have created a DisplayObject3D and filled this with Cubes (_allCubes), now I want to add mouse behaviour to it.


    public function cubeCreation($i:int/*$arr:Array*/):void
    {...
  3. Replies
    0
    Views
    3,698

    Papervision3D Flickering Planes

    Hi,

    I am currently creating something for a school-subject: http://www.biisiin.com/maarten/

    However if you take a look at it you see that the cubes don't seem to be solid. One cube can go...
  4. Replies
    2
    Views
    2,011

    Create Water Drops

    Hi,

    I am looking to create something like http://www.flashcomponents.net/component/water_drip_effect.html

    I don't know what the best/easiest way is to do this. Is it best to create a few drop...
  5. Replies
    5
    Views
    688

    Thanks that works. Now if you look at the image,...

    Thanks that works. Now if you look at the image, I still have the problem with those two green bordered objects, they grid is not allowed to cover these areas. It should skip these.
  6. Replies
    5
    Views
    688

    Images will have the same size, the amount of...

    Images will have the same size, the amount of pictures is flexible (i.e. I decide how many I will use). I don't need whitespace (a small overlap is allowed). The images all have the same size and a...
  7. Replies
    5
    Views
    688

    Scatter images without overlap

    Hi,

    I am creating a flash website and I want to scatter images all over the screen. Now doing this part isn't that hard, as it seems simply as giving them random coordinates. However I do not want...
  8. Replies
    0
    Views
    392

    Collision Detection + Bounds

    Hi,

    I am currently creating a maze for a school project using CDK (http://www.coreyoneil.com/Flash/CDK/documentation/index.html) or the package (http://code.google.com/p/collisiondetectionkit/).
    ...
  9. Replies
    0
    Views
    391

    Track CPU load

    Hi,

    I have a small question about as3.0 as I couldn't find it via google nor in other files. I have found it in Flex though, but that's not what we're using.

    We're going to build an application...
  10. Replies
    2
    Views
    2,661

    package { [SWF(width="550", height="400",...

    package {

    [SWF(width="550", height="400", frameRate="30", backgroundColor="0xffffff")]

    public class SeriousGame extends Sprite
    {
  11. Replies
    2
    Views
    764

    Thank you, however these are just examples of...

    Thank you, however these are just examples of what can be made. No actual code is available (as popforge has no documentation).
  12. Replies
    2
    Views
    764

    Audio manipulation

    Hi,

    As I've searched a lot and couldn't find it I thought of asking it here. Is there any good package or tutorial on Audio Manipulation?

    With this I'm not talking about play/stop/volume etc,...
  13. Replies
    3
    Views
    435

    So in order to get this functionality a FMS is a...

    So in order to get this functionality a FMS is a must?
  14. Replies
    3
    Views
    435

    FLV and Start Time

    Hi there again,

    I am creating a flv player and sofar so good. But now I want to build in a start time for a part that isn't loaded yet.

    Currently you can click a spot in the progress bar,...
  15. Thread: RESIZE delay?

    by Mpjraaij
    Replies
    2
    Views
    517

    I have those declared. I figured out I declared...

    I have those declared. I figured out I declared the _shapewidth var too soon. - it is fixed now. Thank you anyway :)
  16. Thread: RESIZE delay?

    by Mpjraaij
    Replies
    2
    Views
    517

    RESIZE delay?

    Hello,

    I have a file in which I use this stage resize function. However if I resize really fast (like maximize button) it doesn't resize the Timeline.
    ...
  17. Replies
    8
    Views
    905

    Ah well I'll figure that one out. It works for...

    Ah well I'll figure that one out. It works for sure now thank you!

    http://biisiin.com/videoplayer/embed.html

    As you see I both have the flashvars and the width of the player in the topleft.
  18. Replies
    8
    Views
    905

    It works in my webhost, thank you for that. As...

    It works in my webhost, thank you for that.

    As for that I know the problem now - I get that error on my local harddrive (in the html page - not via internet) (flash is trying to communicate with...
  19. Replies
    8
    Views
    905

    It is in Dutch but maybe you recognize the setup:...

    It is in Dutch but maybe you recognize the setup:
    http://www.biisiin.com/error.png

    As for the coding I now have this

    <script type="text/javascript" src="js/jquery.js"></script>
    <script...
  20. Replies
    8
    Views
    905

    Thank you, I am trying this as we speak - however...

    Thank you, I am trying this as we speak - however FireFox gives me some sort of security warning

    I tried it with a step back

    <script type="text/javascript">
    function sendToActionScript(value)...
  21. Replies
    8
    Views
    905

    Get values of embedded object

    So here we go, I am making a videoplayer (and yes I have a reason to do it myself), though I'm stuck with getting the values out of the embed object.

    This is my html code:

    <div...
  22. Replies
    0
    Views
    517

    Clearing Flash Memory

    Hi,

    I created a flash app, and want to restart it without losing my Global vars. When it ends now I basically run it over again. However it tears the cpu and frame rate, as it place all movieclips...
  23. Replies
    0
    Views
    392

    Local Shared Object undefined

    Hello,

    I am saving a SO with these lines

    var theFinalImage:MovieClip = new MovieClip();

    workfield.x = 0;
    workfield.y = 0;
    theFinalImage.addChild(workfield);
  24. Thank you it works now!

    Thank you it works now!
  25. I am quite new to OO in AS3 (more used to php,...

    I am quite new to OO in AS3 (more used to php, maybe that's why). I do wat to use it later as well, that's why I created the class. Do you have some sort of tutorial on how to make it a proper class?
Results 1 to 25 of 55
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center