A Flash Developer Resource Site

Search:

Type: Posts; User: topcmm

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Softwares can convert SWF to MP3, JPG, PNG, TIF, BMP, AVI

    http://www.swfkit.com


    123 swift sound extractor
    123 SWIFT SOUND EXTRACTOR (SWFSnd) is a sound extracting tool. It can extract sound elements from Flash movies (SWF files), supports both event...
  2. Replies
    1
    Views
    367

    give your feedback

    our new product website:
    http://www.123flashchat.com

    A java chat server with flash client, give your feedback please, :)
  3. Replies
    2
    Views
    879

    interest

    we released a related chat product:
    123 flash chat server
    and I'm also interested in embed a chess game in to our chat server.
    our online demo:
    http://www.123flashchat.com/demo.html

    your mail...
  4. Replies
    1
    Views
    486

    A cool flash chat room with java server

    123 Flash Chat server Software
    http://www.123flashchat.com

    New tool from the makers of SWFKit . 123 Flash Chat server is a full featured, cross-platform chat server solution with a...
  5. Replies
    1
    Views
    1,583

    A real-time flash chat room with java server.

    123 Flash Chat Server
    software empower you build chat room with Java server and Flash client easily!

    More and more web forums support embeded flash, and since 123 flash chat client is made by...
  6. Thread: Database

    by topcmm
    Replies
    4
    Views
    879

    SWFKit (http://www.swfkit.com) is another choice....

    SWFKit is another choice. Its FFish Script is similar as ActionScript.
    http://www.swfkit.com/samples.html
  7. Thank you, Northcode. It's really a perfect way:)...

    Thank you, Northcode. It's really a perfect way:)

    http://www.macromedia.com/support/flash/action_scripts/local_connection_objects/local_connection_object06.html
  8. Hi, here is the demo......

    Hi, here is the demo...
    http://www.swfkit.com/download/demo/master.zip
    Please download SWFKit to open the source code:)

    With SWFKit, there are also many other solutions, such as by polling the...
  9. SWFKit (http://www.swfkit.com) has a...

    SWFKit has a Shell.runAndWait(someapp) method. The method executes the "someapp" and won't return until the app is closed.

    There is also another way to do the work, create a listen socket in the...
  10. Thread: .txt files

    by topcmm
    Replies
    13
    Views
    1,528

    Many 3rd party tools can save .txt files to the...

    Many 3rd party tools can save .txt files to the client computers from with a projector without server side scripts such as SWF Studio, Flash Studio, FlashNPack, ***********, etc. I just tell you the...
  11. Replies
    6
    Views
    3,011

    Please try also SWFKit (http://www.swfkit.com),...

    Please try also SWFKit, with its ActionScript like script languange FFish Script, you can develop powerful Windows applications.

    With SWFKit, you can even embed a webbrowser in your Flash movie,...
  12. Replies
    2
    Views
    666

    There is a demo, "Movie Player"......

    There is a demo, "Movie Player"...
    http://www.swfkit.com/samples.html
  13. Replies
    4
    Views
    678

    Many other 3rd party tools, such as Flash Studio,...

    Many other 3rd party tools, such as Flash Studio, SWF Studio, FlashnPack, ect can do this work. And SWFKit is also a choice.

    One more benefit of SWFKit is that you can extract movies or files...
  14. http://www.flashkit.com/board/showthread.php?threa...

    http://www.flashkit.com/board/showthread.php?threadid=414686&highlight=top
  15. The getURL("file:///g:/cats_and_dogs_144.mov",...

    The
    getURL("file:///g:/cats_and_dogs_144.mov", "_blank"); can open a quicktime movie in a new window

    If you want to embed a Quicktime player in the projector,
    there are many tools can do this,...
  16. Replies
    1
    Views
    537

    Try SWFKit (http://www.swfkit.com) please. The...

    Try SWFKit please.

    The code checks if the floppy drive is ready


    var d = new Drive("a:\\");
    if (!d.isReady)
    {
    Dialogs.msgBox("Please insert a diskette into the drive A:!");
    }
  17. If you want to use flash dev tools to get more...

    If you want to use flash dev tools to get more professional functions, SWFKit is also a chioce...

    SWFKit provides 3 methods to launch an executable from swf

    The code

    ...
  18. Thread: Image Gallery

    by topcmm
    Replies
    2
    Views
    786

    SWFKit (http://www.swfkit.com) also does the...

    SWFKit also does the work. It provides a script language called FFish Script to extend the function of Flash. FFish Script is similar to Action Script or JScript.

    The code
    var fsobject = new...
  19. Replies
    6
    Views
    1,448

    I wrote a demo with SWFKit, it queries the modem...

    I wrote a demo with SWFKit, it queries the modem by using the MSComm control. It's written in FFish Script, which is similar to the ActionScript. The demo uses almost the same method as your VB...
  20. how can control the text tool in the scrollpane?

    I put a dynamic text tool in a MC, then I put the MC in a scrollpane,and how can I change the dynamic text? I can't get the object of the text tool, :(

    Who can tell me what can I do?

    Thanks!
  21. Replies
    4
    Views
    700

    grantw,you can get cdrom path on everyones...

    grantw,you can get cdrom path on everyones computer
    with SWFKit like that:

    FFish script:


    d = Drive.drives;

    cdpath = "this computer have none cdrom";
    for (i = 0; i < d.length; i++)
  22. Replies
    4
    Views
    700

    can this sample help you?...

    can this sample help you?
    http://www.swfkit.com/samples.html , find the "Program Manager"

    FFish script like that:


    yourwin = Shell.run("your_cdrom_path\\your_doc.doc");
  23. Flash can't call java applet,but if you make an...

    Flash can't call java applet,but if you make an application from your flash,it's ok.

    Here is a sample about how to embed web browser activex control to your application (tiny browser:...
  24. Replies
    4
    Views
    1,511

    Try SWFKit (http://www.swfkit.com) ,:) here is...

    Try SWFKit ,:)

    here is the review from flashmagazine.com :
    ""SWFKit 1.0 and the feature list looks impressive. Until now, projectors have only been pretty looking shells for SWF files. Now you...
  25. Sorry,SWFKit can only create windows base app...

    Sorry,SWFKit can only create windows base app now,:)
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center