|
Prev: Using Flash Components
Next: Shockwave Player + Vista
From: sensiblemind on 21 Jan 2008 07:16 hi all , i may don't know if director able to print images or save it in the hard disk or not can any one help
From: Mike Blaustein on 21 Jan 2008 07:30 There is an xtra called PrintOMatic that will easily let you print images or anything else. http://www.printomatic.com/products.cfm There is another xtra called SharpExportXtra that will let you easily save images to files on the users hard drive. http://www.sharp-software.com/products/#sharpexport
From: sensiblemind on 21 Jan 2008 09:03 thnx dear but anther Q plz :d can i browse the place i save the file in and create new folder :S thnx again
From: Mike Blaustein on 21 Jan 2008 09:20 BuddyAPI has functions to do both of those things: www.mods.com.au/budapi To get a dialog where the user can choose where to save the file use baGetFilename() and to make a folder use baCreateFolder()
From: Dave C on 21 Jan 2008 09:23
FileXtra4 http://homepage.mac.com/klkersten/xtras/FileXtra4/index.html Specifically the fx_FileSaveAsDialog and fx_FolderCreate functions are what you seem to be looking for. |