I wanted to automatically create the install file automatically using Adobe AIR. Wgz is easy to create 'cos it's just a zip file. Also I'm using a mac. Tim
I wanted to automatically create the install file automatically using Adobe AIR. Wgz is easy to create 'cos it's just a zip file. Also I'm using a mac. Tim
Ah, well you would be better off using this online SIS packager.
http://www.swfpack.com/fn/index.php
Mark
Mark Doherty
Developer Evangelist
Adobe Systems, Mobile and Devices EMEA
hi
How can I load a dynamic .swf file with loadClip() in flash Lite 3.0 ?
Thanks
Amir
Last edited by poweractionscript; 2010-09-18 at 08:13.
Hi poweractionscript,
According to my observation:
1- You cannot load a local swf file in WRT by simply putting it in the WRT alongside with main swf.
2- You can load a local swf file from swf embedded into a WRT if you know its absolute path and its path is visible to the swf file like E:\Others\Secondry.swf.
3- To make use of 2nd step, u have to enclose your WRT into a SIS alongside with secondry.swf because WRT cannot extract any file to any directory other than its default directory in private folder. The following article will surely help u ,in this case:
Installing_Java_apps_and_WRT_widgets_using_sis_files
4- I think you can also load a swf file placed at network (may be ur website) into a swf embedded into a WRT without any issues.
Best Regards,
SajiSoft