A Flash Developer Resource Site

Search:

Type: Posts; User: Markosef

Page 1 of 20 1 2 3 4

Search: Search took 0.15 seconds.

  1. Actually correct code would be like this. ...

    Actually correct code would be like this.



    import flash.geom.Matrix
    import flash.display.BitmapData

    //make a blank bitmap the full size of the movie control you want to copy
    var...
  2. Replies
    3
    Views
    1,307

    Great stuff, didn't know it was possible. Search...

    Great stuff, didn't know it was possible. Search results on ggl still point to GetURL method to do this. FK is still tops!
  3. Replies
    11
    Views
    1,455

    yes, it can't align properly images to text in...

    yes, it can't align properly images to text in HTML field, doesn't recognize difference between <p> and <br> and it's html support is pure :xbones:
    They made bunch of new stuff in flash 8 and 9...
  4. Replies
    0
    Views
    645

    Mp3 stream & crossdomain

    Hello ppl. I have a problem with subject. I did and mp3 stream player that works fine in Flash IDE, plays stream from lets say address
    "http://86.178.234.126:8000/"
    But when i put it online it...
  5. Replies
    7
    Views
    1,558

    www.deepsun.net

    www.deepsun.net
  6. Replies
    2
    Views
    799

    oh, i see, thanx musicman. i found more here...

    oh, i see, thanx musicman. i found more here ofcourse

    http://www.php.net/manual/en/function.preg-replace.php

    but as i am rather new to PHP i don't get much of this stuff insdie brackets, i see...
  7. Replies
    2
    Views
    799

    Word signs flash and mysql

    Ok i have this, a CMS that stores data in mysql and then flash loades it and display. Problem is that my client is copying text directly from word, and there are some chars. like this » and number 2...
  8. Replies
    9
    Views
    633

    I got it man, thanx. When i send this header i...

    I got it man, thanx. When i send this header i get getBytesTotal(), you kick ass!! :-)
  9. Replies
    9
    Views
    633

    would this be correct?? how do i fetch that size...

    would this be correct?? how do i fetch that size with FLASH? i am new with PHP



    header("Content-length: " . strlen($string));

    mysql_connect($server, $DBusername, $DBpassword) or die...
  10. Replies
    9
    Views
    633

    I am getting something like that, i can get...

    I am getting something like that, i can get getBytesLoaded without problems, but i cannot get getBytesTotal until it's all loaded, that's what u r saying right? I am sending plain string with PHP, so...
  11. Replies
    9
    Views
    633

    ok, so i can preload it with loadVars, ok thanx...

    ok, so i can preload it with loadVars, ok thanx on that i will try it. (loading a string)
  12. Replies
    9
    Views
    633

    Preloading database

    i have MySql database and i was wondering can i display loading progress with clasic preloader in flash? or somethin like that and if i can how?
  13. Replies
    3
    Views
    730

    yes ICONV was the solution. thanx

    yes ICONV was the solution.

    thanx
  14. Replies
    3
    Views
    730

    MySql encoding problem

    I have data in MySQL that i display in FLASH. But i have a problem, i use
    charset=iso-8859-2 on page where i input data and in HTML i can see all char. normaly, also when i look with phpMyAdmin it...
  15. Replies
    1
    Views
    363

    Dynamic menu like this...

    Did someone see menu system like this (SEE PICTRUE).

    http://www.synergie-studio.com/shema.gif

    It should be dynamic menu loaded from XML i suppose.
    On pic where it says "opcija" it means...
  16. Replies
    2
    Views
    370

    first thing works nice for me :-) thanx

    first thing works nice for me :-)
    thanx
  17. Replies
    2
    Views
    370

    Where it's at? (setInterval)

    I wrote this code

    ActionScript:

    _root.izmjena = setInterval(promjena, 2000);
    function promjena() {
    trace(this);
    trace(_parent);
    }
  18. Replies
    2
    Views
    1,163

    thanx North, that's some useful info..

    thanx North, that's some useful info..
  19. Replies
    2
    Views
    1,163

    Third party applications

    I used some programs like "flash studio pro" and "swf studio" to make an EXE out of swf. It was a game and when i made an exe with it the game was going much slower!? When i exported it with FLash...
  20. Replies
    4
    Views
    907

    is this function in same HTML page as...

    is this <script> function in same HTML page as SWF from where it is called?
  21. Replies
    4
    Views
    907

    thanx m-man

    thanx m-man
  22. Replies
    4
    Views
    907

    Load Vars and JS window

    I am trying to send variables to PHP file and open it in resized window.


    _global.printPOD = new LoadVars();
    _global.printPOD.ajdi=_global.ajdi;...
  23. Replies
    0
    Views
    348

    Problem with variables name

    ok so i have loadVars object, i load variables from outside, everything is fine, i trace that object and i get nice string like this
    name1=value1&&name2=value2&&name3=value3....
    what i want and...
  24. Replies
    17
    Views
    1,549

    Yes i was also thinking of reworking game in...

    Yes i was also thinking of reworking game in raster just to compare and see....
  25. Replies
    17
    Views
    1,549

    Now, I am defenitly sure flash is the one slowing...

    Now, I am defenitly sure flash is the one slowing all down. I read some stuff and it seems i should have used raster images and not vector because vector animations take lot of processor power and...
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