A Flash Developer Resource Site

Search:

Type: Posts; User: Gambini

Page 1 of 20 1 2 3 4

Search: Search took 0.33 seconds.

  1. Thread: Docs on a CD

    by Gambini
    Replies
    6
    Views
    2,887

    Hi, download a copy of Flash Studio PRO v2...

    Hi, download a copy of Flash Studio PRO v2 and you can use a simple FSCommand to load any documents in a new window or even INSIDE your Projector.

    Example code:


    file = "myFile.doc";...
  2. Hi, to create some cool effects with Text you...

    Hi, to create some cool effects with Text you should look at swish which is available at http://www.swishzone.com - there are other great apps which make image effects in your SWF without coding -...
  3. Replies
    5
    Views
    1,897

    Hi, download a copy of Flash Studio PRO v2...

    Hi, download a copy of Flash Studio PRO v2 and you can execute the files loaded into your listbox using a simple flashstudio.exec command

    If you have a look at the examples available at...
  4. Replies
    3
    Views
    1,287

    Yes, ofcourse! Download a copy of Flash Studio...

    Yes, ofcourse! Download a copy of Flash Studio PRO v2 and you can connect to a local Access Database with just 1 FSCommand!

    You can also find example applications and source code at...
  5. Replies
    3
    Views
    1,482

    Hi, download a copy of Flash Studio PRo v2...

    Hi, download a copy of Flash Studio PRo v2 and you can connect directly to a local Access Database with FSCommands!

    There's a database example at...
  6. Replies
    23
    Views
    3,478

    Hi, download a copy of Flash Studio PRO v2...

    Hi, download a copy of Flash Studio PRO v2 and you can use the simple flashstudio.exec FSCommand to launch any file or program you need! :)
  7. Thread: help, perhaps?

    by Gambini
    Replies
    10
    Views
    2,003

    The Software or the MP3 Player? ;) HeHe -...

    The Software or the MP3 Player? ;)

    HeHe - yeah, it was actually made over 12 months ago now and I think the developer is working on a new one with Flash Studio PRO v2.
  8. Replies
    2
    Views
    1,259

    Hi, you can use a free utility called Resource...

    Hi, you can use a free utility called Resource Hacker which modifies the icon and removes the Title Bar entry (although the use of this tool is somewhat of a grey area concerning various...
  9. Thread: MDM Sockets

    by Gambini
    Replies
    1
    Views
    1,287

    Hi, your syntax was incorrect - I have attached a...

    Hi, your syntax was incorrect - I have attached a working example which sets the text "Hello World". You can also click on the button which which change the text. :)

    There are loads of examples...
  10. Thread: help, perhaps?

    by Gambini
    Replies
    10
    Views
    2,003

    Hi, if you give Flash Studio PRO v2...

    Hi, if you give Flash Studio PRO v2 a go, be sure to check out the ready made MP3 player available at http://www.multidmedia.com/software/flashstudio/downloads which includes the full source code too...
  11. Replies
    7
    Views
    1,584

    Yes, that is a logical step and also easy to...

    Yes, that is a logical step and also easy to manage if you have multiple developers making changes to each SWF.

    Another method could be to use "scenes" within a single Flash Movie and re-direct to...
  12. Replies
    7
    Views
    1,584

    Actually, this board is a great help - feel free...

    Actually, this board is a great help - feel free to start asking questions and I'm sure you'll get plenty of answers. :)
  13. Hi, if you just want open a simple file or...

    Hi, if you just want open a simple file or execute a program, you can use this command:


    file = "myFile.doc";
    fscommand ("flashstudio.exec","file");

    If you want to execute an EXE with custom...
  14. Hi, download a copy of Flash Studio PRO v2...

    Hi, download a copy of Flash Studio PRO v2 and you can do this easily with the flashstudio.exec_adv command - check out http://www.mdmforum.com for syntax examples.

    I hope this helps :)
  15. Thread: Standalone DB

    by Gambini
    Replies
    21
    Views
    4,472

    Hi, check out the Database applications created...

    Hi, check out the Database applications created with Flash Studio PRO v2 at http://www.multidmedia.com/software/flashstudio/downloads

    You'll also find some more complex examples available at...
  16. Thread: ftp in flash

    by Gambini
    Replies
    4
    Views
    1,532

    Hi, download a copy of Flash Studio PRO v2...

    Hi, download a copy of Flash Studio PRO v2 and you have over 50 dedicated FSCommands for FTP! You can upload, download, list files and folders and even do server to server transfers! There's an...
  17. Replies
    22
    Views
    8,761

    I don't see using the word "***" as swearing -...

    I don't see using the word "***" as swearing - I've seen much worse on this board in the past. By editing out what I wrote your making it seem like I used much worse words - you're a clever guy...
  18. Replies
    22
    Views
    8,761

    And what bugs me is how much you **** *** with...

    And what bugs me is how much you **** *** with certain people. You CAN use both solutions I provided albeit they are not perfect due to restrictions imposed by macromedia/Actionscript.

    In an...
  19. Replies
    22
    Views
    8,761

    The code I gave was using getURL, not EXEC.

    The code I gave was using getURL, not EXEC.
  20. Replies
    4
    Views
    1,726

    We have had nothing but praise about our support...

    We have had nothing but praise about our support and commitment to our customers - check out the feedback and testimonials at http://www.multidmedia.com/testimonials

    Our "claims" about the OCX are...
  21. Replies
    22
    Views
    8,761

    You can execute a PDF directly without the need...

    You can execute a PDF directly without the need of a bat file - the pdf file just needs to be in a folder called "fscommand"

    Free solutions are provided (getURL and EXEC), and a commercial...
  22. Replies
    22
    Views
    8,761

    In my original post I said you can use EXEC or...

    In my original post I said you can use EXEC or getURL which ARE free solutions within Flash, OR (and here's the KEY word) ALTERNATIVELY use Flash Studio PRO to accomplish this.

    XcVbSdRw, you're no...
  23. Replies
    22
    Views
    8,761

    Sure.... file = "myFile.pdf";...

    Sure....



    file = "myFile.pdf";
    fscommand("flashstudio.exec","file");

    This will load the PDF directly in a new external window.
  24. Replies
    1
    Views
    1,330

    To stop the movie from resizing at fullscreen,...

    To stop the movie from resizing at fullscreen, you must also execute the ALLOWSCALE fscommand and set the value to false.

    Alternatively, download a copy of Flash Studio PRO v2 and you can have...
  25. Replies
    22
    Views
    8,761

    Hi, you can use either the EXEC FSCommand or the...

    Hi, you can use either the EXEC FSCommand or the getURL command and simply reference the path to the PDF file.

    Alternatively, download a copy of Flash Studio PRO v2 and you can load the PDF file...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center