A Flash Developer Resource Site

Search:

Type: Posts; User: saschart

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,691

    Nobody know the answer?

    Nobody know the answer?
  2. Replies
    1
    Views
    1,691

    Draw method stop at first frame

    I need to make an animated flower movie using tile of one bitmap. I use the code below but write only the first frame then stop, how can I draw more frames?


    createEmptyMovieClip("triangle",2);...
  3. Replies
    23
    Views
    23,113

    I need replacing from a variables/functions names...

    I need replacing from a variables/functions names list, here is the a part of the code which I write:



    $out=$res=$tag=$tags=array();
    $arr_act=array(12,59);

    while($swfdata) {
    ...
  4. Replies
    23
    Views
    23,113

    Please, do you want to help Musicman? I am sure...

    Please, do you want to help Musicman? I am sure for you is very easy what I need.

    Thanks

    Finally I find a solution to obfuscate the swf file and I will put here when wil be made.
  5. Replies
    23
    Views
    23,113

    I don't understand exactly how is this, I tryed...

    I don't understand exactly how is this, I tryed to take the data direct on your function:


    function readtag()
    { $this->bufbits=1;
    $this->buffer=0;
    $res=new object();...
  6. Replies
    23
    Views
    23,113

    Thanks for your answer. How can I make...

    Thanks for your answer.



    How can I make this?
  7. Replies
    23
    Views
    23,113

    Musicman how do you change your script to replace...

    Musicman how do you change your script to replace variables, I tryed this:



    while($tag->typ) {
    $tag=$swf->readtag();
    if($tag->nbytes) {
    $tmp=fread($swf->fp, $tag->nbytes);
    ...
  8. Replies
    23
    Views
    23,113

    Use this easy function to replace variables: ...

    Use this easy function to replace variables:


    function replaceSwf($src,$dest) {
    $content=file_get_contents($src);

    $header=substr($content, 0, 8);
    $content=gzuncompress(substr($content, 8));...
  9. Replies
    1
    Views
    920

    data in listbox

    For chat in flashcom I want to put data in listbox for each user.
    For example base_chat.swf?username=John&sex=Male&age=33 and base_chat.swf?username=Mike&sex=Male&age=30 I want add this data in...
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center