A Flash Developer Resource Site

Search:

Type: Posts; User: fantasio

Page 1 of 17 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    885

    ah, i see, thank you.

    ah, i see, thank you.
  2. Replies
    2
    Views
    885

    Publish for player 11.3

    Hello,

    i am currently using flash professional cs6 ( mac ) and i need to create a crossplatform projector.
    of course i'd like to use the latest player 11.3 but the IDE only allows up to player...
  3. Problem detecting coinciding lines correctly

    hello,

    i am workin on a small editor where the user can draw shapes to be used in a box2d based application.
    Therefor i is not allowed to cross lines or to use coinciding lines in the editor.
    ...
  4. I just solved the riddle! If you give a linkage...

    I just solved the riddle!
    If you give a linkage identifier to the image in the library, it resolves to Bitmap!
  5. The strongly typed variables dont help here, i...

    The strongly typed variables dont help here, i get the error anyways.
    the point is there should be no error, since the object i look for IS a bitmap (see the fla for the example) and there is...
  6. [Solved]AS3 Traces Bitmap as "[object Shape]" / going crazy !

    Hi there,

    i need to use the GetPixel32 on an Object in a movieclip.

    in order to get to that object i use:



    var bitmap=clip.getChildAt(0);
  7. Problem with ContextMenu ( sometimes not showing )

    hello all!

    i have the following problem with a custom ContextMenu thats driving me crazy:
    For a little Editor i am working on, i nee to create a Custom "Delete Item" ContextMenu.
    So basically...
  8. anyone have an idea...? thanks

    anyone have an idea...?
    thanks
  9. can i create a swf-file from within the flash runtime?

    hi,

    i would like to create a composite from different sources ( video, bitmap) and save it as a swf file.
    is this possible within the flash runtime ?


    thanks
  10. make a bitmap / video composite with ffmpeg?

    hi there,

    i need to make a little "content" editor in as3 which will do a layout of some text, bg image and a rotated and scaled videoclip. the output has to be a videofile.
    so far i wanted to...
  11. Replies
    6
    Views
    1,569

    hi josh, thanks, your tips look promising. i...

    hi josh,

    thanks, your tips look promising.
    i just found out that basically the whole thing is just running locally, so no internet needed.
    i just habe to find a tool that renders the composite...
  12. Replies
    6
    Views
    1,569

    hmm, well, could look into that, so i just have...

    hmm, well, could look into that, so i just have to say the client side produced content (text, drawings) with some info to server and have it combined there with the video.

    anyone know a good...
  13. Replies
    6
    Views
    1,569

    thanks, yes i meant the latter of course

    thanks, yes i meant the latter of course
  14. Replies
    6
    Views
    1,569

    possibble to render video with flash?

    hi,

    a client just asked if it would be possible to do some sort of online edit of some videos, text and graphics and then have flash render the final thing as a video.

    any ideas ?

    thanks!
  15. Replies
    0
    Views
    1,042

    matrix rotate question

    hi there,

    i need some help understanding the Matrix rotation a little bit better
    i want to draw bitmap_a in bitmap_b therefore using:


    bitmap_b.draw(bitmap_a);

    now if i want to draw...
  16. Replies
    2
    Views
    1,397

    got it. have to use the httpstatusevent with...

    got it.
    have to use the httpstatusevent with code 0 for "no connection"
  17. Replies
    2
    Views
    1,397

    loaderror handling question

    hi,

    to implement a good error handling in a current project i am working on, i would like to know if it is possible to distinuish between a non working internet connection or an error 404 with the...
  18. Replies
    0
    Views
    1,279

    printjob display small border line

    hi there,

    i am trying to print a bitmap ( added to a sprite) with the printjob class.

    problem is, that there is a small border line around the printed area.
    how can i avoid this?

    also, is...
  19. need help calculating a difference key for video

    hello,

    i need to build an application which produces a composite picture from a background and a person, which is captured by a live video stream ( web cam ).
    since it will not be possible to...
  20. Replies
    9
    Views
    11,925

    http://livedocs.adobe.com/flash/9.0/ActionScriptLa...

    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/URLLoader.html
  21. ok, i checked. i had...

    ok, i checked.
    i had Security.allowDomain("*.domain.com") in my external swf.
    which did not work...
    i changed it to Security.allowDomain("http://www.domain.com","http://domain.com")
    now it works.
  22. well it says: SecurityError: Error #2121:...

    well it says:
    SecurityError: Error #2121: Security sandbox violation:: LoaderInfo.content: http://domain.com/sites/default/files/flash/main.swf cannot access...
  23. Replies
    9
    Views
    11,925

    well, like i said use: if (message == "" ||...

    well, like i said use:

    if (message == "" || email == "")
    then the 1084: Syntax error: expecting rightparen before eq. goes away.
    however a lot of other errors are also in the file.
  24. Event.COMPLETE not working when domain missing "www"

    hi there,

    i have the following problem:
    i have a swf which is located at
    -> http://www.domain.com/main.swf

    it loads an external file from
    -> http://www.domain.com/external.swf

    everything...
  25. Replies
    9
    Views
    11,925

    function submit(event:MouseEvent) { if...

    function submit(event:MouseEvent)
    {
    if (message == "" || email == "")
    {
    stop();
    }
    else
    {
    loadVariablesNum("form.php", 0, "POST");
    gotoAndPlay("thanks");
Results 1 to 25 of 410
Page 1 of 17 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center