A Flash Developer Resource Site

Search:

Type: Posts; User: tagbo

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    3,613

    is linux player java?

    thanks for the input musicman,
    I was wondering if the flash player in linux is written in java, cuz theres an MX version already, and it would be really cool to work with that one.
    ~tagbo
  2. Replies
    3
    Views
    3,613

    Writing a flash player in java using flasm

    I was wondering if it were hypothetically possible to use flasm bytcode information to build a sort of flash player in java?
    I'm not very knowledgable about flasm, but it would appear that if you...
  3. Replies
    3
    Views
    762

    no, that wasnt it... but thanks anyway... :)

    I actually got some help on were-here.com, but havent gotten round to posting it here.
    It's this: menuItem = this.childNodes
    it should be this: var menuItem = this.childNodes
    It's as simple as...
  4. Replies
    3
    Views
    762

    :eek: XML Help Please!!

    Okay I’m trying to lick this whole recursion thing, but something about my code breaks the flow.
    <br>I’ve got simple test files, flash and xml (posted below) with the erroneous readout.
    <br>I was...
  5. Replies
    1
    Views
    737

    Hi people, I've seen postings from people...

    Hi people,
    I've seen postings from people asking for finished games to buy/license.. does anyone have an idea what finished games are worth? and I dont mean the sterotypical "throw pies at the...
  6. and we have a winner!!

    Thanks peeps!!
    _root["set"+read](); did the trick!!
    rocking!
    :D
  7. thanks but didnt work...

    I tried:
    _root["set"+read+"()"];
    _root.["set"+read+"()"];
    _root["set"+read+()];

    and a few others.. but none worked..
    right now I've got a long work-around...
    if (read=="A"){setA()}
    if...
  8. Dudes/ses, I've defined a whole bunch of...

    Dudes/ses,

    I've defined a whole bunch of functions (26) and all have names corresponding to alphabetical letters (eg:"setK(), setR()"...etc)
    I want to be able to read a letter off a string and...
  9. Replies
    87
    Views
    76,206

    Chea'in Clients beware!

    peeps,
    I'm pretty impressed with the load movie idea that points to your website.
    Just one question: I'm aware that load movie doesnt always work... as in, the movie isnt always loaded. Is this...
  10. Replies
    3
    Views
    671

    Do you mean information transfer by means of a...

    Do you mean information transfer by means of a text file?
    I heard xml works pretty well as long as you have the updated (patched) flash 5 player..
  11. Replies
    0
    Views
    495

    Hi people, my subject says it all.. who's got...

    Hi people,
    my subject says it all..
    who's got an opinion on how to do multiuser apps that really rock using flash.
    Lets imagine for a moment we have kick-ass server performance.. what will be the...
  12. Replies
    3
    Views
    671

    Hi people, my subject says it all.. who's got...

    Hi people,
    my subject says it all..
    who's got an opinion on how to do multiuser apps that really rock using flash.
    Lets imagine for a moment we have kick-ass server performance.. what will be the...
  13. Replies
    152
    Views
    38,653

    Re: Sorry for your problems

    Yo Xn's,
    dont kill the command line option tho..
    it'd be really cool to have if you want to automate the process, like say, from a PHP script..
    I was thinking of doing this exact app..
    thanks...
  14. Replies
    13
    Views
    3,657

    thanks ALOT jesse... it worked..

    okay, so now, i have to figure out how to replicate this success on a smaller level...
    can someone look at this code please?
    I simply ripped it out of one of the examples, simplified it and wrapped...
  15. Replies
    13
    Views
    3,657

    Jesse, I'm using VC6++

    but I'd rather be using borland's C++5.5 line executable.. or DEV C++ or something.. I just want to know it's flexible.
    Okay, I get that I should be compiling the whole thing into the swfproduce,...
  16. Replies
    13
    Views
    3,657

    I guess I got a bit too excited for nothing..

    Yeah.. I took a look at that website... it has some interesting info, but not exactly what i'm looking for.
    Jesse, you'r advice seems like the right direction, but it doesnt change the fact that i...
  17. it was called the sinclair zx81

    then (sir)sinclair came out with the sinclair spectrum, 7 colors, 16/48 kb and still half the size of your keyboard.
    the zx81 had a really bad keyboard because it was all touch sensitive. The...
  18. Replies
    13
    Views
    3,657

    OOOH yeah! Mucho gracias.. :D tagbo

    OOOH yeah!
    Mucho gracias.. :D
    tagbo
  19. Replies
    13
    Views
    3,657

    wow.. you work for MM?

    Anyway,
    all I'm trying to do is compile the easiest example.. the one that makes a low-level circle(or square) and that's not working..
    I'm using VC++6 .. it says 'compiled with 0 errors 0...
  20. Replies
    13
    Views
    3,657

    Hi people. I AM TIRED of trying to get the...

    Hi people.
    I AM TIRED of trying to get the fexamplecircl.cpp thing compiled into a swf file..
    if I can take a look at the innards of a working application that's based on the SDK I'll probably get...
  21. Replies
    4
    Views
    7,900

    Re: autorun problems solved

    To cause a projector file to automatically go full screen you set that up on the first frame of your flash file.

    Put this action on the first frame:

    FS Command ("fullscreen", "true")

    that...
  22. Replies
    4
    Views
    7,900

    Heres the code..

    open notepad or any other basic text editor.
    make a new text file and name it Autorun.
    put this inside it:

    [autorun]
    OPEN=STARTUP.EXE
    ICON=ICON.ICO


    *Note* - "startup.exe" should be the...
  23. Thread: merging two swfs

    by tagbo
    Replies
    7
    Views
    3,016

    Hi nmain, I tried out your javaswf.. compiled...

    Hi nmain,
    I tried out your javaswf.. compiled the S2X.java and tried to run it.. got this error:
    ------------------------------------------------------------
    H:\forte4j\Development\javaswf>java...
  24. Thread: merging two swfs

    by tagbo
    Replies
    7
    Views
    3,016

    wow.. a whole new direction.. cool!

    Thanks for the info..
    and it just so happens that I'm more familiar with java than C++ (wich i've been using so far)
    This sounds really cool... and it's starting to make sense of this whole XML...
  25. Replies
    1
    Views
    1,697

    Hi guys, I got the swf parser exe from...

    Hi guys,
    I got the swf parser exe from http://www.openswf.org and I wrote a php script that lets you point to any online swf file (http address..)and it'll parse it and send you a zipped version of...
Results 1 to 25 of 36
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center