From matus at yofla.com Wed Aug 18 07:31:10 2010 From: matus at yofla.com (Matus Laco) Date: Wed, 18 Aug 2010 09:31:10 +0200 Subject: [SamHaXe] preloader problem Message-ID: Hi! I am trying to build a single-file preloader with haxe+samhaxe. everything works, but if I include -swf-header 400:300:50:FFFFFF when building the final swf with haxe (2.06), the swf behaves as if it were only single frame swf if I leave out the header definition command, everything works fine (but the fps of the swf is 0) Is there a way how to define the w,h and fps of the swf produced by samhaxe? Thanks! (thanks also for the great tool SamHaxe!) Matus. -------------- next part -------------- An HTML attachment was scrubbed... URL: From palotai.robin at gmail.com Wed Aug 18 20:37:31 2010 From: palotai.robin at gmail.com (Robin Palotai) Date: Wed, 18 Aug 2010 22:37:31 +0200 Subject: [SamHaXe] preloader problem In-Reply-To: References: Message-ID: Hi Matus, Maybe setting the fps, w and h of the generated swf is available on the latest subversion branch (still have to document it), but it is mainly about setting the "w", "h" or "fps" attributes of the root xml tag (fps can not be fraction now, just integer). BR, Robin On Wed, Aug 18, 2010 at 9:31 AM, Matus Laco wrote: > Hi! > I am trying to build a single-file preloader with haxe+samhaxe. > everything works, but if I include > -swf-header 400:300:50:FFFFFF > when building the final swf with haxe (2.06), ?the swf behaves as if it were > only single frame swf > if I leave out the header definition command, everything works fine (but the > fps of the swf is 0) > Is there a way how to define the w,h and fps of the swf produced by samhaxe? > > Thanks! > (thanks also for the great tool SamHaxe!) > Matus. > _______________________________________________ > Sam HaXe - the friendly asset > From matus at yofla.com Thu Aug 19 08:09:09 2010 From: matus at yofla.com (Matus Laco) Date: Thu, 19 Aug 2010 10:09:09 +0200 Subject: [SamHaXe] preloader problem In-Reply-To: References: Message-ID: Thanks for the information, this will help me a lot! Matus. On Wed, Aug 18, 2010 at 10:37 PM, Robin Palotai wrote: > Hi Matus, > > Maybe setting the fps, w and h of the generated swf is available on > the latest subversion branch (still have to document it), but it is > mainly about setting the "w", "h" or "fps" attributes of the root xml > tag (fps can not be fraction now, just integer). > > BR, > Robin > > On Wed, Aug 18, 2010 at 9:31 AM, Matus Laco wrote: >> Hi! >> I am trying to build a single-file preloader with haxe+samhaxe. >> everything works, but if I include >> -swf-header 400:300:50:FFFFFF >> when building the final swf with haxe (2.06), ?the swf behaves as if it were >> only single frame swf >> if I leave out the header definition command, everything works fine (but the >> fps of the swf is 0) >> Is there a way how to define the w,h and fps of the swf produced by samhaxe? >> >> Thanks! >> (thanks also for the great tool SamHaxe!) >> Matus. >> _______________________________________________ >> Sam HaXe - the friendly asset >> > _______________________________________________ > Sam HaXe - the friendly asset > From matus at yofla.com Thu Aug 19 08:14:30 2010 From: matus at yofla.com (Matus Laco) Date: Thu, 19 Aug 2010 10:14:30 +0200 Subject: [SamHaXe] preloader problem In-Reply-To: References: Message-ID: Thanks for the information, this will help me a lot! Matus. On Wed, Aug 18, 2010 at 10:37 PM, Robin Palotai wrote: > Hi Matus, > > Maybe setting the fps, w and h of the generated swf is available on > the latest subversion branch (still have to document it), but it is > mainly about setting the "w", "h" or "fps" attributes of the root xml > tag (fps can not be fraction now, just integer). > > BR, > Robin > > On Wed, Aug 18, 2010 at 9:31 AM, Matus Laco wrote: >> Hi! >> I am trying to build a single-file preloader with haxe+samhaxe. >> everything works, but if I include >> -swf-header 400:300:50:FFFFFF >> when building the final swf with haxe (2.06), ?the swf behaves as if it were >> only single frame swf >> if I leave out the header definition command, everything works fine (but the >> fps of the swf is 0) >> Is there a way how to define the w,h and fps of the swf produced by samhaxe? >> >> Thanks! >> (thanks also for the great tool SamHaxe!) >> Matus. >> _______________________________________________ >> Sam HaXe - the friendly asset >> > _______________________________________________ > Sam HaXe - the friendly asset >