A Flash Developer Resource Site

Search:

Type: Posts; User: msaleh

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    1,603

    Merge FLV on server

    Hi,
    Does anyone know how to merge/append two flv files with each other on the server, through a service or command line app.

    Or, if it's possible to record an FLV to the server not by creating a...
  2. Thread: Saving audio

    by msaleh
    Replies
    0
    Views
    1,446

    Saving audio

    Hi all,
    I have a project where I need to save audio from the user input (using Microphone). Through Red5 I was able to capture the audio from the client and save it in FLV files.

    My problem is...
  3. Thread: Qbesq

    by msaleh
    Replies
    4
    Views
    641

    I added SVG export feature. check the tool again...

    I added SVG export feature. check the tool again and try it out.
    http://www.qbesq.com

    More updates will follow, so stay around :)

    Thanks for your support.
  4. Thread: Qbesq

    by msaleh
    Replies
    4
    Views
    641

    Thanks! :) actually, there is some sort of...

    Thanks! :)
    actually, there is some sort of animation when you click "Redraw", it traces back what you did. If you unchecked "same" and chose another settings your drawing will be affected by the new...
  5. Thread: Qbesq

    by msaleh
    Replies
    4
    Views
    641

    Qbesq

    Hi all,
    I want you to check this arabesque drawing tool:
    qbesq.com

    Something experimental I did in Flash. It's still in beta phases so please let me get your feedback and ideas.

    Digg it if...
  6. Replies
    2
    Views
    355

    well, i think this has to do with the browser not...

    well, i think this has to do with the browser not only with flash

    try to use a short url instead that will go to a page which will redirect the user to the site with the long url - a workaround...
  7. Replies
    4
    Views
    492

    thanks

    Thanks! I figured it out before

    the issue is that it works only in IE (which may not be the default browser)

    My problem was with RGB images vs CMYK, i had to convert all the images to RGB and...
  8. Replies
    4
    Views
    492

    thanks moagrius for your quick solution! but...

    thanks moagrius for your quick solution!

    but the iframe is not showing the image, and the saved image is not the correct image file (it saves a small file with size = 180 bytes only) :confused:
  9. Replies
    4
    Views
    492

    Open big jpg images from flash projector

    Hello all,
    I am working on a photo gallery cd, the user will have the option to download the high Res format. a folder on the cd contains all high res images in jpg format.

    Now the problem is...
  10. Replies
    0
    Views
    697

    Open big jpg images from flash projector

    Hello all,
    I am working on a photo gallery cd, the user will have the option to download the high Res format. a folder on the cd contains all high res images in jpg format.

    Now the problem is...
  11. Replies
    8
    Views
    588

    well, it is not "my" code, i took it from the...

    well, it is not "my" code, i took it from the site you gave me.

    but it seems that he is calling the javascript function whenever he needs to resize the flash FROM flash.

    so, to achive this,...
  12. Replies
    8
    Views
    588

    simple.. he is using a javascript function to...

    simple.. he is using a javascript function to resize the flash object, and thus when the flash object is resized the html page scroll bars will work accordingly.. this is very smart.

    //...
  13. Replies
    2
    Views
    414

    the first chunk: onClipEvent (load) { for (c =...

    the first chunk:
    onClipEvent (load) {
    for (c = 1; c <= 5; c++) {
    _root.mc_bm["mc0"+c]._visible = 0
    //_root.mc_bm.mc01._visible = 0
    }
    }
  14. Replies
    2
    Views
    347

    try using "mouseMove" instead of "enterFrame" ...

    try using "mouseMove" instead of "enterFrame"

    I think it'll solve your problem.

    if not, then try to be more clear in describing your problem.
  15. Replies
    2
    Views
    334

    I suggest that you get/download the new Flash...

    I suggest that you get/download the new Flash updater (7.2) MM added a scrollbar component to the UI components.
  16. actually, you have to use the .content property...

    actually, you have to use the .content property of the scrollPane.

    scrollPane.content.gotoAndStop(2);
    contentPath is used to set the path not to get it.
  17. Replies
    2
    Views
    524

    oh no :eek: this is something esle.. ...

    oh no :eek:
    this is something esle..

    actually, I want t classic domino game with a computer oponent.

    anyway, thanks for the ideas ;)

    email me for more info
  18. Replies
    2
    Views
    524

    paid job! flash domino game

    hello all,

    Is anyone inetersted in programming a dominos Flash game?

    if so, please reply to this thread and supply your email, or send me an email

    PS: it is a paid job.

    thanks!
  19. Replies
    3
    Views
    372

    yes, this is a known issue. Because XML can't be...

    yes, this is a known issue. Because XML can't be loaded from another domain.

    the solution for that will be by creating a "proxy" page in a server side language (php or asp) that'll load the xml...
  20. on the mouse cursor instance youave to put...

    on the mouse cursor instance youave to put another code (keep the same code for the mask)
    the code to be placed ON the custom mouse cursor instance:

    this.onEnterFRame = function()
    {
    this._x =...
  21. Thread: Button Help

    by msaleh
    Replies
    1
    Views
    384

    well, you must use a movieclip and a button...

    well, you must use a movieclip and a button INSIDE it, not only a normal button.

    this mc should have two states (frames) on and off. And the button will gototAndStop the "on" frame.
  22. Replies
    6
    Views
    404

    ok, what you have to do is the following: put...

    ok,
    what you have to do is the following:
    put all the buttons in one movieclip and on the first frame of this movieclip put this script:
    this.swapDepths(2000);
    now change the script on the...
  23. Replies
    5
    Views
    505

    It is ok pal, we all do those little faults from...

    It is ok pal, we all do those little faults from time to time ;)

    we are here to help each other.
  24. Replies
    5
    Views
    505

    setInterval

    Sure, there is a simple way.

    you havve to use the setInterval() function.

    function doSomething(){
    // any code here
    }
    // now do the function every one second (1000 milliseconds)...
  25. Replies
    6
    Views
    404

    That's really not a compicated thing to do. ...

    That's really not a compicated thing to do.

    You have to use the swapDepths() function.

    1. put each image in a movieclip and call them mc1, mc2, mc3 and mc4 (example)

    2. make a fadi-in...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center