A Flash Developer Resource Site

Search:

Type: Posts; User: samuel_agesilas

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    16
    Views
    1,843

    Once you go mac, you can never EVER go back ...

    Once you go mac, you can never EVER go back

    Samuel Agesilas
    http://www.levelofindustry.com
  2. Replies
    16
    Views
    1,843

    scheletro, Some games play slower on macs...

    scheletro,

    Some games play slower on macs cause there weak ports by the developers that are used to coding against Win32's DirectX platform. So most of them are not used to coding against OS X...
  3. motionguy, Ok... There are several ways of...

    motionguy,

    Ok... There are several ways of doing something like this ( since there are several search algorithms that can be used. ) before I go any further... what is your actionscript 2.0 level?...
  4. Replies
    8
    Views
    463

    This is true. I should've said the onEnterFrame...

    This is true. I should've said the onEnterFrame is more accurate than setInterval. setTimer is a the most accurate. However calling a function from within an onEnterFrame call is pretty accurate.
  5. Replies
    8
    Views
    463

    Hi Guys, While setinterval is a good solution,...

    Hi Guys,

    While setinterval is a good solution, the timing on setinterval is less accurate. You might want to use the onEnterFrame function which offers more accurate timing. This function...
  6. Hi guys, This happens alot when a swf file...

    Hi guys,

    This happens alot when a swf file embedded in an html page ( using relative paths ). Remember that when the browser renders an embedded flash it uses the path that the HTML site was...
  7. Replies
    3
    Views
    474

    Baterax, Windows and OS X have different ways...

    Baterax,

    Windows and OS X have different ways of dealing with fonts. Do you have platform implementations of the FFF Harmony font for both platforms?

    Samuel Agesilas...
  8. Replies
    2
    Views
    399

    Probably want to use something like IFrame or...

    Probably want to use something like IFrame or just plains frames in general.

    Samuel Agesilas
    http://www.levelofindustry.com
  9. Fuzzgtp, Flash can handle server sockets...

    Fuzzgtp,

    Flash can handle server sockets coming from the same or different domains assuming you have your policy file setup. But sockets in PHP are a REALLY BAD IDEA. REALLY BAD. And there are...
  10. motionguy, Both are relatively easy to do. How...

    motionguy,

    Both are relatively easy to do. How deep do you want to go with the "search function" ?

    Samuel Agesilas
    http://www.levelofindustry.com
  11. Replies
    3
    Views
    329

    Lobuuna, What are your currently skill sets?...

    Lobuuna,

    What are your currently skill sets? Perhaps I could point to the right direction as far as learning this stuff goes.

    Samuel Agesilas
    http://www.levelofindustry.com
  12. Number formatting in Actionscript 2.0

    I've just posted a number formatting class that adds formatting capabilites for numbers in Actionscript 2.0. It functions very similar to the number_format function in PHP.

    here's the link...
    ...
  13. Replies
    16
    Views
    1,843

    jonasbi, BTW... 2.5 secs sounds pretty far...

    jonasbi,

    BTW... 2.5 secs sounds pretty far fetched.

    Samuel Agesilas
    http://www.levelofindustry.com
  14. Replies
    16
    Views
    1,843

    I will have to agree with Sybersnake. Flash 8...

    I will have to agree with Sybersnake. Flash 8 works beautifully on a Mac ( specially a G5 ) but it also works fantastic on my 17" powerbook ( G4 ). Now Mark, remember that Flash 5 is nothing compared...
  15. Well we do know that Flash 9 will definetely...

    Well we do know that Flash 9 will definetely support Actionscript 3.0 and the new Virtual Machine ( AVM2 ) so we will have all of the performance benefits that Flex 2 users are enjoying now.
    ...
  16. Very true, But the flash community will...

    Very true,

    But the flash community will probably get an early beta of Flash 9 ( codenamed blaze ). This version of Flash 9 will only allow you to compile code using the new AVM2 and Actionscript...
  17. Replies
    1
    Views
    702

    Gel, I will be posting a tutorial on mp3...

    Gel,

    I will be posting a tutorial on mp3 players in flash on my blog within this week or so. This should probably help you with issue #1.

    cheers,
    Samuel Agesilas
    http://www.levelofindustry.com
  18. Replies
    5
    Views
    503

    Osteel, I agree with cancerinform... Using...

    Osteel,

    I agree with cancerinform... Using text files for variables can be a real headache I would also suggest XML for this type of operation.

    cheers,
    Samuel Agesilas...
  19. Amayeta, You product looks very promising, but...

    Amayeta,

    You product looks very promising, but I think to say that your product encrypts swf files is a little misleading. Obfuscation?...100%, encoding?..absolutely, encrypting? Not so sure,...
  20. Replies
    13
    Views
    1,297

    The_lone1, Ok. I'll port it to AS1 and post it...

    The_lone1,

    Ok. I'll port it to AS1 and post it on my blog as soon as it's ready I'll post the link here.

    :)

    Samuel Agesilas
    http://www.levelofindustry.com
  21. Replies
    13
    Views
    1,297

    The_lone1, hmm... I guess you could. However...

    The_lone1,

    hmm... I guess you could. However the sLoader class is written in as2, however I think I can port it to as1 ( probably as a smart MovieClip ). What do you think? Will that work for you?...
  22. you guys want examples, Ok how's this... ...

    you guys want examples,

    Ok how's this...

    Let's say you spend $150,000 developing a comprehensive 2D/3D graphing package in flash. This things works like a charm. No major bugs, easy to install...
  23. Krona, JIT compilers are not safe from...

    Krona,

    JIT compilers are not safe from decompilation, but native code compilers do. The reason I mentioned JITs is because if a Company has developed a JIT for it's language, they are usually a...
  24. btw indivision, what your asking to be done is...

    btw indivision,

    what your asking to be done is a crime , unless the author of the swf file has made it open source. Why don't YOU create the swf and then have it reversed and modified. That way...
  25. indivision, People steal code all of the time....

    indivision,

    People steal code all of the time. Probably more so than cars because you can do time for stealing a car but you won't do time for stealing code. That's why people steal music all of...
Results 1 to 25 of 189
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center