Re: embedding a large number of copyrighted images

2007-06-06 Thread Scott Rossi
Recently, Nicolas Cueto wrote: An application I've made works with 1000's of images (and sounds). Up to now, I've used: set the filename of [image object] to [file path] However, the copyright holder of the images advises me that, should I wish to share/sell my application, all the

Re: embedding a large number of copyrighted images

2007-06-06 Thread Brent Anderson
Hello. Another option would be to zip up your folder full of images, set it as a custom property, and at runtime decompress it to a temporary folder (specialFolderPath will help here), access your images, and then delete the folder when you're done. As an extra precaution, you should

Re: embedding a large number of copyrighted images

2007-06-06 Thread Terry Judd
An application I've made works with 1000's of images (and sounds). Up to now, I've used: set the filename of [image object] to [file path] However, the copyright holder of the images advises me that, should I wish to share/sell my application, all the images need to be embedded into

embedding a large number of copyrighted images

2007-06-05 Thread Nicolas Cueto
Hello All, An application I've made works with 1000's of images (and sounds). Up to now, I've used: set the filename of [image object] to [file path] However, the copyright holder of the images advises me that, should I wish to share/sell my application, all the images need to be embedded