A Flash Developer Resource Site

Search:

Type: Posts; User: IO_MCollins

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Or just download the player source code when it...

    Or just download the player source code when it becomes available. I just don't have the patience to wait that long!
  2. There must be an additional initialization...

    There must be an additional initialization function to which you pass the objects from Microphone.get() or Camera.get().
  3. Replies
    5
    Views
    736

    WRONG!

    Maybe you should read the action script docs a little more carefully there feller.

    Action script gives you complete control over every imaginable aspect of text formatting, not to mention the...
  4. Yes, you're right. However I've found no...

    Yes, you're right.

    However I've found no actions in the new Action script documentation to control a camera or microphone device. Nor is there any documentation in the new user manual.

    I did...
  5. Replies
    0
    Views
    633

    Flash MX is OFF THE HOOK! Thank you macromedia...

    Flash MX is OFF THE HOOK!

    Thank you macromedia for answering all my action scripting prayers!
  6. Replies
    9
    Views
    2,367

    Still not the answer

    Sorry, xml interpreted...

    <wddxPacket version='0.9'>
     <header/>
     <data>
      <array length='2'>
       <number>10</number>
       <string>second...
  7. Replies
    9
    Views
    2,367

    Still not the answer

    I still believe XML really does not have much of a future. There are worse protocols out there but it's not the best solution. I know it's really been paraded around in the Microsoft world as the...
  8. Replies
    1
    Views
    447

    Hi, Does anyone know if it is possible to have...

    Hi,

    Does anyone know if it is possible to have flash sleep(100). The way you would in C?

    I have done a few experiments on this and found that indeed you can sleep with the following code:
    ...
  9. Replies
    6
    Views
    1,513

    makefiles...

    Jesse,

    I've tried to compile this source under linux, but makefiles are missing for sub directories. The code will not compile without these files. Do you have them available?

    Michael
  10. Replies
    0
    Views
    2,918

    The Flash Manual does not cover all suppotred...

    The Flash Manual does not cover all suppotred HTML tags and attributes supported in text boxes.
    I know of the following. Please contribute more...

    <p>
    attributes:
    ALIGN=(right,left,center)
    ...
  11. Replies
    8
    Views
    2,284

    Actually...

    I just downloaded the Ming source and found it does have a perl wrapper. I'm not sure how the bitmapped graphics methods are going to work out. In order to create a lossless bitmapped fill you have...
  12. Replies
    8
    Views
    2,284

    Ming etc

    Just checked out the Ming site. It seems like there's only a wrapper for PHP,python, and Ruby. Do you think it's possible to translate these wrappers from say PHP to perl?

    Since Ming is a C lib,...
  13. Replies
    8
    Views
    2,284

    Does anyone know if there's a perl interface to...

    Does anyone know if there's a perl interface to the SWF libraries? No luck on CPAN. I wondered if I could save myself a week or two if someone had already written one.
  14. Replies
    9
    Views
    1,869

    I've been perusing the Flash 5 SDK from Middle...

    I've been perusing the Flash 5 SDK from Middle Soft, but it seems like the specification for adding Flash 5 actions is incomplete.

    For instance they don't document the ability to use TCP/IP...
  15. Replies
    9
    Views
    2,367

    WDDX is a module that creates an xml in a...

    WDDX is a module that creates an xml in a particular document format. If a WDDX parser receives a mal-formed document (ie w/o data types) the parser will fail.
  16. ??

    Are you using sockets or sendandload?
  17. Are you using sockets or sendAndLoad?

    Are you using sockets or sendAndLoad?
  18. Replies
    9
    Views
    2,367

    I've done a bit of programming using the flash...

    I've done a bit of programming using the flash WDDX parser available at Macro. exchange. While the module is complete in terms of functionality, it is FAR TOO SLOW to handle even moderate amounts of...
  19. Thread: Flash Bug?

    by IO_MCollins
    Replies
    2
    Views
    578

    Does anyone else have this problem... You go...

    Does anyone else have this problem...

    You go and "duplicateMovieClip()" and try to call functions contained in your duplicated clip but the functions are not immediately accessable.

    For...
  20. Replies
    5
    Views
    2,324

    I think XML sockets in Flash are a fantastic...

    I think XML sockets in Flash are a fantastic idea. But, I can't help wonder how secure their usage is. I'm definately no security expert and I'd like to get some ideas from the community on how XML...
  21. Replies
    5
    Views
    2,317

    Thanks for relpies! I have created a solution...

    Thanks for relpies!

    I have created a solution similar to yours hal. This enables you to have multiple access and path to self.

    onClipEvent(load){

    var anArray;
    xml_out = new XML();
    ...
  22. Replies
    1
    Views
    1,754

    escape tags

    Hey,

    I've had the same problem. I came up with this solution. It's a little messy with 2 functions but always works.

    escape(<&tag>&<<>>>"No Problem");

    function escape_str(str){

    var munch...
  23. Replies
    5
    Views
    2,317

    Hey, Thanks for the reply! I'm trying to...

    Hey,

    Thanks for the reply!

    I'm trying to reference the clip without using an absolute path.

    I guess my problem is that proc_reply() is called at the root level instead of at the local...
  24. Replies
    5
    Views
    2,317

    Hello all, I'm running into a problem with an...

    Hello all,

    I'm running into a problem with an xml operation and I hoped you smart folks might help me solve it.

    The following code is attached to a movie clip:

    //Objective - try to get the...
Results 1 to 24 of 27
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center