A Flash Developer Resource Site

Search:

Type: Posts; User: jnieuwland

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    737

    Does anybody have an idea how I can see the...

    Does anybody have an idea how I can see the actual TCP/IP stream from the server to the client? What kind of software could I use?

    Thanks, it sure is a tough one...
  2. Replies
    7
    Views
    737

    Yep, that's the only problem. What I'm thinking...

    Yep, that's the only problem. What I'm thinking of (but have no way of checking that right now) is that the XML messages are not being closed by the zero byte that Flash expects. I'm not sure if this...
  3. Replies
    7
    Views
    737

    Hi there, As of yesterday, I've started using...

    Hi there,

    As of yesterday, I've started using the XML functions of Flash 5. I think it's cool that you can now natively open sockets and stuff. I've created a dumb XML client that can connect,...
  4. Replies
    4
    Views
    1,831

    Linking to the .swf file works, but you cannot...

    Linking to the .swf file works, but you cannot have any interaction with the browser through javascript that way. That's probably why most choose to create the empty frameset as mentioned by Scott. ...
  5. Replies
    2
    Views
    1,901

    Actually, Flash is quite well suited for object...

    Actually, Flash is quite well suited for object oriented programming. When using movieclips, you can create new instances on the fly, have variable names for objects and variables and stuff like...
  6. Replies
    5
    Views
    2,060

    A URL-encoded string is something like this: ...

    A URL-encoded string is something like this:

    var_a=20&var_b=SomeString&var_c=1982.23

    An ASP-script will return this string, and when called from Flash, the variables var_a, var_b and var_c will...
  7. Replies
    5
    Views
    2,060

    I think that if your flash guy knows his...

    I think that if your flash guy knows his actionscript. you should be able to complete the project (of course depending on the complexity of the project and both your expertises). You'll have to code...
  8. Replies
    3
    Views
    1,462

    Do you mean you want to use values from that...

    Do you mean you want to use values from that database, or just jump to a (html) page where the user can find more information. The second option is very possible (getURL action), the first is a bit...
  9. Replies
    2
    Views
    2,160

    Thanks, this works just the way I wanted it to! I...

    Thanks, this works just the way I wanted it to! I had used some stop-actions in my own script, and this seems to screw up things.

    Thanks again,
    Jacco
  10. Replies
    2
    Views
    2,160

    Hi All, I would like to create a movie that...

    Hi All,

    I would like to create a movie that will fade in on a mouse over event, and fade out after a mouse out. I've already done this in a single movie with the fade in and fade out as a tweened...
Results 1 to 10 of 10




Click Here to Expand Forum to Full Width

HTML5 Development Center