A Flash Developer Resource Site

Search:

Type: Posts; User: abdulgomaa

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    2,654

    do you have any examples?

    do you have any examples?
  2. Replies
    4
    Views
    2,654

    OK that explains the poor sound qulaity but...

    OK that explains the poor sound qulaity

    but how can I run the sound for 15 seconds from the code above?
  3. Replies
    4
    Views
    2,654

    Poor sound quality

    Hi

    I have this PHP MP3 player but for some reason the sound quality is very poor. It's really squeeky, high pitched and really really fast

    Here is my code:


    fileid = _level0.id; ...
  4. Replies
    0
    Views
    432

    A Drawing Program

    Hi

    Have a look at http://jerryscript.hostrocket.com/flash/draw/SWFDrawing2JPEG.html

    How can I do something simmiler, but with:

    1- A colour palette like the one Flash Uses
    2- Scroller to...
  5. Replies
    10
    Views
    4,092

    I am testing on N95. I am trying to run it on...

    I am testing on N95.

    I am trying to run it on the phone
  6. Replies
    10
    Views
    4,092

    so phones support SWF?

    so phones support SWF?
  7. Replies
    10
    Views
    4,092

    i tried that and it said it was an unknown file...

    i tried that and it said it was an unknown file format
  8. Replies
    10
    Views
    4,092

    SWF to phone

    After making an SWF file

    What do I need to do to get it on the phone?

    Just send it by USB/blue tooth or do I need to convert it to something first?
  9. Replies
    28
    Views
    1,571

    Finally it works Thank you very much for all...

    Finally it works

    Thank you very much for all your help and support

    I have learnt a lot from this thread

    Thanks very much again
  10. Replies
    28
    Views
    1,571

    I did what you said and I ended up with this. ...

    I did what you said and I ended up with this.

    However it still doesn't play the file

    fileid = _level0.id;
    this.createEmptyMovieClip("myMusic",1000);
    myMusic = new Sound(myMusicMc);

    lv =...
  11. Replies
    28
    Views
    1,571

    OK and Shall I keep the fla the same? because...

    OK and Shall I keep the fla the same?

    because by just doing so it still doesn't work
  12. Replies
    28
    Views
    1,571

    The fla is the one that I have attached and the...

    The fla is the one that I have attached and the contents of the php file is:


    <?php
    $id = $_GET['id'];
    if(isset($id)){
    $db = mysql_connect("localhost", "root", "");...
  13. Replies
    28
    Views
    1,571

    does it have to have & at the front and end?

    does it have to have & at the front and end?
  14. Replies
    28
    Views
    1,571

    can anyone have a look at the file and tell me...

    can anyone have a look at the file and tell me where I am going wrong?
  15. Replies
    28
    Views
    1,571

    OK I see but how can i integrate this with...

    OK I see

    but how can i integrate this with PHP?

    Please have a look at the fla and see where i am going wrong.
  16. Replies
    28
    Views
    1,571

    Sorry for the late reply but I have only managed...

    Sorry for the late reply but I have only managed to try and put it all together and it doesn't seem to work.

    This is what I have at the moment:


    file = _level0.id;
    myMusic = new...
  17. Replies
    28
    Views
    1,571

    thank you very much for that. I have one more...

    thank you very much for that.

    I have one more question.

    How do I stop it after 15 seconds of playing?
  18. Replies
    28
    Views
    1,571

    what do you mean by: Would putting it on a...

    what do you mean by:



    Would putting it on a diffrent frame work?
  19. Replies
    28
    Views
    1,571

    is there a way I can debug it and see the...

    is there a way I can debug it and see the variables in real-time in the browser?
  20. Replies
    28
    Views
    1,571

    the varaible file contains "song1.mp3" so I don't...

    the varaible file contains "song1.mp3" so I don't need to do so.
  21. Replies
    28
    Views
    1,571

    The variable is being defined and retreived...

    The variable is being defined and retreived properly.

    What I am having trouble with is getting it to load:

    myMusic.loadSound("../soundfiles/"+file);
  22. Replies
    28
    Views
    1,571

    i get the name of the file that should be played...

    i get the name of the file that should be played

    i know the variable works fine becuase i have it displayed in a textbox
  23. Replies
    28
    Views
    1,571

    Variables in loading a music file

    I am trying to load a file which i assined using a variable

    here is my AS:


    file = _level0.id;
    loadVariables("file.php?id="+file, "_root");
    myMusic = new Sound(myMusicMc);...
  24. Replies
    2
    Views
    1,092

    OK this what I have: I would like to be...

    OK this what I have:



    I would like to be able to use varaibles rather than specify the acctul file manually

    how can i do that?
  25. Replies
    2
    Views
    1,092

    any ideas on how to do that?

    any ideas on how to do that?
Results 1 to 25 of 113
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center