<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Flash for big Games?</title>
	<atom:link href="http://blog.hexagonstar.com/flash-for-big-games/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hexagonstar.com/flash-for-big-games/</link>
	<description>&#34;Chaotic Neutral&#34;</description>
	<lastBuildDate>Sat, 13 Mar 2010 04:39:38 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sascha</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-12816</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Tue, 22 Sep 2009 03:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-12816</guid>
		<description>Thanks for the hint Dominik! Right, we still have FSCommands at our disposal. I almost forgot about them. I will try that command! The fullScreenSourceRect is great but as mentioned in my last comment, if you project a small area onto a very large resolution you get a lot of blurring. It would be cool if we had rasterization filters (Scale2X, SuperEagle etc.) for that like they are common with many emulators (WinUAE, MAME, DOSBox) instead of Flash only applying a 4x blur algorithm.</description>
		<content:encoded><![CDATA[<p>Thanks for the hint Dominik! Right, we still have FSCommands at our disposal. I almost forgot about them. I will try that command! The fullScreenSourceRect is great but as mentioned in my last comment, if you project a small area onto a very large resolution you get a lot of blurring. It would be cool if we had rasterization filters (Scale2X, SuperEagle etc.) for that like they are common with many emulators (WinUAE, MAME, DOSBox) instead of Flash only applying a 4x blur algorithm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-12810</link>
		<dc:creator>Dominik</dc:creator>
		<pubDate>Mon, 21 Sep 2009 21:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-12810</guid>
		<description>Hey Sascha,
i&#039;ve also started to develop games for fullscreen air and am using fullScreenSourceRect to reduce the resolution. i don&#039;t know if somebody answered on your escape key question, but there is a way to disable the default behaviour. 
Use fscommand(&quot;trapallkeys&quot;,&quot;true&quot;); and your fullscreen mode won&#039;t change back to normal on escape key.
3D in flash is too slow at the moment, but bitmap blitting is ok. You can make great games with 2D too.</description>
		<content:encoded><![CDATA[<p>Hey Sascha,<br />
i&#8217;ve also started to develop games for fullscreen air and am using fullScreenSourceRect to reduce the resolution. i don&#8217;t know if somebody answered on your escape key question, but there is a way to disable the default behaviour.<br />
Use fscommand(&#8220;trapallkeys&#8221;,&#8221;true&#8221;); and your fullscreen mode won&#8217;t change back to normal on escape key.<br />
3D in flash is too slow at the moment, but bitmap blitting is ok. You can make great games with 2D too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-12516</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Sun, 13 Sep 2009 17:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-12516</guid>
		<description>Well I finally had some time to check out the stage.fullScreenSourceRect property (used in an AIR app). This would actually be quite satisfying if graphics wouldn&#039;t become so blurry if you scale a smaller screen area on a large resolution. In my case I&#039;m using a 1024x640 area and project it on a 1920x1200 screen res and things start to look quite a bit blurry. I&#039;d rather prefer it if things stay sharp ... even if pixely.</description>
		<content:encoded><![CDATA[<p>Well I finally had some time to check out the stage.fullScreenSourceRect property (used in an AIR app). This would actually be quite satisfying if graphics wouldn&#8217;t become so blurry if you scale a smaller screen area on a large resolution. In my case I&#8217;m using a 1024&#215;640 area and project it on a 1920&#215;1200 screen res and things start to look quite a bit blurry. I&#8217;d rather prefer it if things stay sharp &#8230; even if pixely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devu</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-12457</link>
		<dc:creator>devu</dc:creator>
		<pubDate>Fri, 11 Sep 2009 17:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-12457</guid>
		<description>The sad thing is... 

http://www.viget.com/inspire/bi-directional-actionscript-javascript-communication

Few years ago Adobe binged thousands of talented programmers to the platform, with big hope that Flash is worth of the word &#039;PLATFORM&#039;. In my opinion if 3D and multi threading issue will not be resolved within next flash player release, flash will back to plug-in status only. And I am wondering... is this what Macromedia was intend to do with flash? Stay as processor hungry environment in other hand friendly to produce programmers from designers and let them go away?? I am getting pised of sometimes when I am reading blogs of Flash Player Enginers when they tryiing to calm us down with a bit sarcasm style when we realised that next cool feature is actualy one big disapointment.

Sad time for me...</description>
		<content:encoded><![CDATA[<p>The sad thing is&#8230; </p>
<p><a href="http://www.viget.com/inspire/bi-directional-actionscript-javascript-communication" rel="nofollow">http://www.viget.com/inspire/bi-directional-actionscript-javascript-communication</a></p>
<p>Few years ago Adobe binged thousands of talented programmers to the platform, with big hope that Flash is worth of the word &#8216;PLATFORM&#8217;. In my opinion if 3D and multi threading issue will not be resolved within next flash player release, flash will back to plug-in status only. And I am wondering&#8230; is this what Macromedia was intend to do with flash? Stay as processor hungry environment in other hand friendly to produce programmers from designers and let them go away?? I am getting pised of sometimes when I am reading blogs of Flash Player Enginers when they tryiing to calm us down with a bit sarcasm style when we realised that next cool feature is actualy one big disapointment.</p>
<p>Sad time for me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NxtGen Media - The Freeman View &#187; Long Live Flash</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-12318</link>
		<dc:creator>NxtGen Media - The Freeman View &#187; Long Live Flash</dc:creator>
		<pubDate>Tue, 08 Sep 2009 17:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-12318</guid>
		<description>[...] Flash for big Games? [...]</description>
		<content:encoded><![CDATA[<p>[...] Flash for big Games? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11926</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Thu, 27 Aug 2009 18:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11926</guid>
		<description>@Benjamin of course we all know Dofus! Great work if you ask me but as you said, it&#039;s not 3D. I never doubted that it wouldn&#039;t be possible to create such a 2D game in Flash. They seem to have some excellent graphic designers at their hand btw.

@Matthew I welcome it if we see more improvement for game development in the next player version but I can&#039;t imagine that it would be so terribly difficult for a company like Adobe to add hardware 3D to Flash. But if this would be impossible for the web runtime it should at least be supported for AIR where there&#039;s a lot more room for &#039;system-depending&#039; features.

Like I said in another comment I mean the AIR runtime in regards to the escape key. It is clear that this security restriction is valid for the web runtime. But in my opinion Adobe is overreacting there for the AIR runtime. I&#039;d like to be able to remap any key. Imagine a fullscreen game which allows the player to use keys to control all kinds of things in the game (and of course remap keys to your liking). In the heat of the fight, a combat or whatever the player accidentally hits ESC and is catapulted to windowed mode. I don&#039;t know about you but I would find this a herb let-down in any commercial game. Because you as the player would always need to care about not to press the Escape key. It&#039;s a bad design case, quite clearly. Sure it&#039;s not the end of the world but still I&#039;d like to create flawless games. Is that too much to ask for? Security restrictions like this are clearly misplaced in the AIR runtime!</description>
		<content:encoded><![CDATA[<p>@Benjamin of course we all know Dofus! Great work if you ask me but as you said, it&#8217;s not 3D. I never doubted that it wouldn&#8217;t be possible to create such a 2D game in Flash. They seem to have some excellent graphic designers at their hand btw.</p>
<p>@Matthew I welcome it if we see more improvement for game development in the next player version but I can&#8217;t imagine that it would be so terribly difficult for a company like Adobe to add hardware 3D to Flash. But if this would be impossible for the web runtime it should at least be supported for AIR where there&#8217;s a lot more room for &#8217;system-depending&#8217; features.</p>
<p>Like I said in another comment I mean the AIR runtime in regards to the escape key. It is clear that this security restriction is valid for the web runtime. But in my opinion Adobe is overreacting there for the AIR runtime. I&#8217;d like to be able to remap any key. Imagine a fullscreen game which allows the player to use keys to control all kinds of things in the game (and of course remap keys to your liking). In the heat of the fight, a combat or whatever the player accidentally hits ESC and is catapulted to windowed mode. I don&#8217;t know about you but I would find this a herb let-down in any commercial game. Because you as the player would always need to care about not to press the Escape key. It&#8217;s a bad design case, quite clearly. Sure it&#8217;s not the end of the world but still I&#8217;d like to create flawless games. Is that too much to ask for? Security restrictions like this are clearly misplaced in the AIR runtime!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Fabb</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11922</link>
		<dc:creator>Matthew Fabb</dc:creator>
		<pubDate>Thu, 27 Aug 2009 16:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11922</guid>
		<description>My previous comment did not show through, and I&#039;m going to assume that&#039;s because I included too many links and it was possibly picked up as spam. So I&#039;m going to try again without any links, but mentioning other sites.

Anyways, all signs lately show that Adobe seem to be getting more serious about game development. A while back Mike Chambers, Ted Patrick and other Adobe employees twittered about a internal full day summit where the various product teams got together to talk specifically about game development. They even made a cool logo that we might see more of, which is a blocky Space Invaders-like character, where the bottom blocks are made up of the Flash, AIR and Flex logos. Since then Adobe launched the &quot;Adobe Arcade&quot; blog focusing on news about game development and Flash. Mike Chambers recently asked on his blog what new API game developers would like to see in the Flash Player. Also on Adobe Arcade, you can see pictures of Mike Chambers building an classic stand-up arcade cabinet to play Flash games on (I imagine this will be on display at MAX).

If you check out Jesse Warden&#039;s blog, you will see an interesting post with many of the links I mentioned above about Flash game development. He&#039;s guessing that this means Flash Player 11 will have a lot of focus on game developers.

However, I&#039;m not sure they will be able to get everything that game developers such as yourself have been asking for. Jim Corbett, who&#039;s on the Flash Player team has mentioned in his Flash Internals v2 talks that he&#039;s given at conferences that Adobe has been working on for some time hardware acceleration in Flash. According to him, Adobe have just been moving very slowly because of what they see as mistakes made with Director&#039;s Shockwave plugin when hardware acceleration and a 3D engine were added in.

Certainly, when it comes to 3D, it seems that Unity3D has a huge edge that I don&#039;t think Flash or Microsoft with Silverlight will ever surpass. As it&#039;s a custom plugin that has it&#039;s sole focus is on 3D compared to Flash or Silverlight where the plugin has other focuses beyond 3D. That said when it comes to Flash, the reach of the plugin will likely always dwarf Unity3D.

As for the escape key, I seriously doubt that will ever happen on the web for security reasons (do a Google search for the keywords: &quot;bunnyhero full screen scaring people&quot; to playful examples of how it could be abused). Not sure if Adobe will make the change for Adobe AIR, but I doubt it as they have generally been paranoid about security (with good reasons with the kind of backlash seen anytime there&#039;s a Flash security flaw). However, personally I don&#039;t think it&#039;s that big of a deal, as other keys can always be used instead of escape.</description>
		<content:encoded><![CDATA[<p>My previous comment did not show through, and I&#8217;m going to assume that&#8217;s because I included too many links and it was possibly picked up as spam. So I&#8217;m going to try again without any links, but mentioning other sites.</p>
<p>Anyways, all signs lately show that Adobe seem to be getting more serious about game development. A while back Mike Chambers, Ted Patrick and other Adobe employees twittered about a internal full day summit where the various product teams got together to talk specifically about game development. They even made a cool logo that we might see more of, which is a blocky Space Invaders-like character, where the bottom blocks are made up of the Flash, AIR and Flex logos. Since then Adobe launched the &#8220;Adobe Arcade&#8221; blog focusing on news about game development and Flash. Mike Chambers recently asked on his blog what new API game developers would like to see in the Flash Player. Also on Adobe Arcade, you can see pictures of Mike Chambers building an classic stand-up arcade cabinet to play Flash games on (I imagine this will be on display at MAX).</p>
<p>If you check out Jesse Warden&#8217;s blog, you will see an interesting post with many of the links I mentioned above about Flash game development. He&#8217;s guessing that this means Flash Player 11 will have a lot of focus on game developers.</p>
<p>However, I&#8217;m not sure they will be able to get everything that game developers such as yourself have been asking for. Jim Corbett, who&#8217;s on the Flash Player team has mentioned in his Flash Internals v2 talks that he&#8217;s given at conferences that Adobe has been working on for some time hardware acceleration in Flash. According to him, Adobe have just been moving very slowly because of what they see as mistakes made with Director&#8217;s Shockwave plugin when hardware acceleration and a 3D engine were added in.</p>
<p>Certainly, when it comes to 3D, it seems that Unity3D has a huge edge that I don&#8217;t think Flash or Microsoft with Silverlight will ever surpass. As it&#8217;s a custom plugin that has it&#8217;s sole focus is on 3D compared to Flash or Silverlight where the plugin has other focuses beyond 3D. That said when it comes to Flash, the reach of the plugin will likely always dwarf Unity3D.</p>
<p>As for the escape key, I seriously doubt that will ever happen on the web for security reasons (do a Google search for the keywords: &#8220;bunnyhero full screen scaring people&#8221; to playful examples of how it could be abused). Not sure if Adobe will make the change for Adobe AIR, but I doubt it as they have generally been paranoid about security (with good reasons with the kind of backlash seen anytime there&#8217;s a Flash security flaw). However, personally I don&#8217;t think it&#8217;s that big of a deal, as other keys can always be used instead of escape.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archont</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11911</link>
		<dc:creator>archont</dc:creator>
		<pubDate>Thu, 27 Aug 2009 09:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11911</guid>
		<description>sascha: It does work, but only if you&#039;re using the fonts in the embedded SWF. External applications can use embedded fonts only if they are named font objects (that is, Font.enumerateFonts(false) returns an [object Tahoma], not an [object Font]) - the only way to do so is to register the font class, however the only way to actually declare a font class is from the library, as doing a Font.registerFont with getdefinitionByName on the &quot;nameless&quot;, textfield-embedded font resulted in my IDE crashing. And errors. Of course Flash CS4 supports the [Embed..] flex syntax, but that, again, doesn&#039;t support  bitmap fonts.

As a code monkey I&#039;ve long given up noble ideals of making things work the right way. Sure, I use MVC and all that fancy stuff, but all that goes crashing down when I encounter one of the many bugs in Flash. Like, for example, code in your IDE suddenly stops compiling for no reason whatsoever. No compile errors, nothing. 

The art is to take a dirty hack, wrap it into a clean and useful library.</description>
		<content:encoded><![CDATA[<p>sascha: It does work, but only if you&#8217;re using the fonts in the embedded SWF. External applications can use embedded fonts only if they are named font objects (that is, Font.enumerateFonts(false) returns an [object Tahoma], not an [object Font]) &#8211; the only way to do so is to register the font class, however the only way to actually declare a font class is from the library, as doing a Font.registerFont with getdefinitionByName on the &#8220;nameless&#8221;, textfield-embedded font resulted in my IDE crashing. And errors. Of course Flash CS4 supports the [Embed..] flex syntax, but that, again, doesn&#8217;t support  bitmap fonts.</p>
<p>As a code monkey I&#8217;ve long given up noble ideals of making things work the right way. Sure, I use MVC and all that fancy stuff, but all that goes crashing down when I encounter one of the many bugs in Flash. Like, for example, code in your IDE suddenly stops compiling for no reason whatsoever. No compile errors, nothing. </p>
<p>The art is to take a dirty hack, wrap it into a clean and useful library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Seiller</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11908</link>
		<dc:creator>Benjamin Seiller</dc:creator>
		<pubDate>Thu, 27 Aug 2009 07:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11908</guid>
		<description>have a look at 
http://www.dofus.com
it is done completly in Flash at least up to version 2.0, which should be on its way.
no 3d there, but still a quite big thing.
not speaking about the server side though.</description>
		<content:encoded><![CDATA[<p>have a look at<br />
<a href="http://www.dofus.com" rel="nofollow">http://www.dofus.com</a><br />
it is done completly in Flash at least up to version 2.0, which should be on its way.<br />
no 3d there, but still a quite big thing.<br />
not speaking about the server side though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11901</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Thu, 27 Aug 2009 02:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11901</guid>
		<description>@iMAN Khabazian Yes I agree that Adobe should be looking more forward to game development. I guess they do at least for some part but then again it&#039;s really difficult where Flash is going because Adobe isn&#039;t exactly open about their directions with the platform.

Hardware 3D would be a key element for game development if Adobe isn&#039;t switching some gears higher and add that support to Flash they&#039;ll loose that market to other platforms, especially Unity3D. In fact for some people they already lost so if we don&#039;t see 3D support in v11 I guess it could become very difficult for Adobe to catch up on that market.</description>
		<content:encoded><![CDATA[<p>@iMAN Khabazian Yes I agree that Adobe should be looking more forward to game development. I guess they do at least for some part but then again it&#8217;s really difficult where Flash is going because Adobe isn&#8217;t exactly open about their directions with the platform.</p>
<p>Hardware 3D would be a key element for game development if Adobe isn&#8217;t switching some gears higher and add that support to Flash they&#8217;ll loose that market to other platforms, especially Unity3D. In fact for some people they already lost so if we don&#8217;t see 3D support in v11 I guess it could become very difficult for Adobe to catch up on that market.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11900</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Thu, 27 Aug 2009 02:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11900</guid>
		<description>@archont Doesn&#039;t it work to embed the polish font if you put a movieclip-wrapped textfield with all needed chars into the library swf and export it at runtime? I know Font embedding is one of the weaknesses of Flash, especially when mixing Flex and Flash.

The screen resolution changing only is desired for AIR of course and has no relation to the web runtime because there it would indeed be a security risk. I think it wouldn&#039;t be too difficult for Adobe to implement that and with the AIR platform Adobe had applications and, well, I guess games in mind too. So that screen res feature is a no brainer.
Your idea with using Pixel Bender shaders or Alchemy might help but is yet again another dirty workaround and therefore sub-optimal. And as programmers we don&#039;t strive for sub-optimal things. ;)</description>
		<content:encoded><![CDATA[<p>@archont Doesn&#8217;t it work to embed the polish font if you put a movieclip-wrapped textfield with all needed chars into the library swf and export it at runtime? I know Font embedding is one of the weaknesses of Flash, especially when mixing Flex and Flash.</p>
<p>The screen resolution changing only is desired for AIR of course and has no relation to the web runtime because there it would indeed be a security risk. I think it wouldn&#8217;t be too difficult for Adobe to implement that and with the AIR platform Adobe had applications and, well, I guess games in mind too. So that screen res feature is a no brainer.<br />
Your idea with using Pixel Bender shaders or Alchemy might help but is yet again another dirty workaround and therefore sub-optimal. And as programmers we don&#8217;t strive for sub-optimal things. <img src='http://blog.hexagonstar.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archont</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11883</link>
		<dc:creator>archont</dc:creator>
		<pubDate>Wed, 26 Aug 2009 18:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11883</guid>
		<description>@sascha:

Flash is a crappy platform. I have to use workarounds all the time. Now, for example, I had to struggle with embedding polish bitmap fonts into Flex. The only way to do so is using Flash&#039;s library-&gt;new Font, however that method includes all european characters, norwegian, spanish, german, french... EXCEPT polish. And there&#039;s no way, short of decompiling and recompiling the Flash CS4 IDE to force it to embed additional fonts. 

However, if a workaround is technically possible, even if it means unzipping, decompiling, parsing, injecting and recompiling an SWF file from AS at runtime, then it&#039;s doable and that isn&#039;t an insurmountable problem. Don&#039;t complain, some people have it worse.

As for changing resolution: I would do it. I don&#039;t know what kind of gamer are you targetting, but if I spend 4+ months on a game, the player won&#039;t exactly work himself to death if he changes the resolution. And even if he doesn&#039;t he&#039;ll just be playing in a small window, get pissed off at it and change it eventually. Then again, why not just render to a 640x480 buffer and then use a Shader, alchemy or some other fast, fancy method to scale the image to screen res? Using a simple algorithm similar to directx&#039;s point filtering wouldn&#039;t be terribly slow. Especially with some C++ code, however it would run pitifully on a Mac - then again, who uses that junk anyway?</description>
		<content:encoded><![CDATA[<p>@sascha:</p>
<p>Flash is a crappy platform. I have to use workarounds all the time. Now, for example, I had to struggle with embedding polish bitmap fonts into Flex. The only way to do so is using Flash&#8217;s library-&gt;new Font, however that method includes all european characters, norwegian, spanish, german, french&#8230; EXCEPT polish. And there&#8217;s no way, short of decompiling and recompiling the Flash CS4 IDE to force it to embed additional fonts. </p>
<p>However, if a workaround is technically possible, even if it means unzipping, decompiling, parsing, injecting and recompiling an SWF file from AS at runtime, then it&#8217;s doable and that isn&#8217;t an insurmountable problem. Don&#8217;t complain, some people have it worse.</p>
<p>As for changing resolution: I would do it. I don&#8217;t know what kind of gamer are you targetting, but if I spend 4+ months on a game, the player won&#8217;t exactly work himself to death if he changes the resolution. And even if he doesn&#8217;t he&#8217;ll just be playing in a small window, get pissed off at it and change it eventually. Then again, why not just render to a 640&#215;480 buffer and then use a Shader, alchemy or some other fast, fancy method to scale the image to screen res? Using a simple algorithm similar to directx&#8217;s point filtering wouldn&#8217;t be terribly slow. Especially with some C++ code, however it would run pitifully on a Mac &#8211; then again, who uses that junk anyway?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iMAN Khabazian</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11880</link>
		<dc:creator>iMAN Khabazian</dc:creator>
		<pubDate>Wed, 26 Aug 2009 17:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11880</guid>
		<description>Great Article, I agree Adobe should focus on becoming the best big game platform it can be (ie Hardware Accel, memory management, faster math processing, multi-threads).</description>
		<content:encoded><![CDATA[<p>Great Article, I agree Adobe should focus on becoming the best big game platform it can be (ie Hardware Accel, memory management, faster math processing, multi-threads).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11875</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Wed, 26 Aug 2009 16:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11875</guid>
		<description>@maliboo ok using fullScreenRect would be kind of a workaround but in my opinion it&#039;s still not as good as riding on a lower resolution.

@archont @Rick Yes the resource files are not an issue but would be an optimization for AIR development. Creating several smaller pak files is the only way to solve this atm. For web development this is a whole different story but on the desktop I&#039;d prefer a compact format over loose image-, xml and whatnot files.

@archont Issue 2: Oh please! You can&#039;t be serious! How many people do you know who would switch screen resolution manually everytime they start/end playing your game? I would not be one of them! This is unacceptable.
On AS3: I think the language itself is fine, it just needs some missing OOP features. The structure of the language is ok in my book. But I guess you&#039;re talking about the runtime? I don&#039;t have much insight into that so I can&#039;t really make up an opinion about that.

@wonderwhy-er changing screen resolution would have a very high priority for me since I don&#039;t want to create games that run only in a window and only being able to accept the user&#039;s current screen res is a big problem.

On the web player I can understand the full-screen security measures but as I wrote above I don&#039;t see where they would be useful in AIR.</description>
		<content:encoded><![CDATA[<p>@maliboo ok using fullScreenRect would be kind of a workaround but in my opinion it&#8217;s still not as good as riding on a lower resolution.</p>
<p>@archont @Rick Yes the resource files are not an issue but would be an optimization for AIR development. Creating several smaller pak files is the only way to solve this atm. For web development this is a whole different story but on the desktop I&#8217;d prefer a compact format over loose image-, xml and whatnot files.</p>
<p>@archont Issue 2: Oh please! You can&#8217;t be serious! How many people do you know who would switch screen resolution manually everytime they start/end playing your game? I would not be one of them! This is unacceptable.<br />
On AS3: I think the language itself is fine, it just needs some missing OOP features. The structure of the language is ok in my book. But I guess you&#8217;re talking about the runtime? I don&#8217;t have much insight into that so I can&#8217;t really make up an opinion about that.</p>
<p>@wonderwhy-er changing screen resolution would have a very high priority for me since I don&#8217;t want to create games that run only in a window and only being able to accept the user&#8217;s current screen res is a big problem.</p>
<p>On the web player I can understand the full-screen security measures but as I wrote above I don&#8217;t see where they would be useful in AIR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Vian</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11873</link>
		<dc:creator>Tom Vian</dc:creator>
		<pubDate>Wed, 26 Aug 2009 15:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11873</guid>
		<description>@Daniel Love
There was an original Flash game of Alien Homonid, but the full console releases (with the exception of the GBA version) were all written in AS1, as was Castle Crashers.</description>
		<content:encoded><![CDATA[<p>@Daniel Love<br />
There was an original Flash game of Alien Homonid, but the full console releases (with the exception of the GBA version) were all written in AS1, as was Castle Crashers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wonderwhy-er</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11872</link>
		<dc:creator>wonderwhy-er</dc:creator>
		<pubDate>Wed, 26 Aug 2009 15:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11872</guid>
		<description>Completely agree that Adobe really risks to miss opportunity with 3D. Unity is already gathering a lot of hype in 3D browser games segment + it uses C# as language which is a bonus too. Many contests that were Flash only accept Unity now. And there are contests for game development that are Unity exclusive. Many developers who make games I know of are switched already or are planing to. And I plan too. Just need new notebook first :) Thing is will those developers come back after Adobe adds hardware acceleration? I kind of doubt. And I fear it may be already too late... They waited to long and on this front they are more like last then first. Even JavaScript has Canvas3D and some other things. But at the beginning of this month Khronos announced WebGL. And OpenGL ES version for browsers controlled by JavaScript and this project is backed up by AMD, Ericsson, Google, Mozilla, NVIDIA and Opera. Sounds serious huh? Why bother with Flash if even HTML/JavaScript will have hardware acceleration.

As for other things you mentioned...

Not shore about resource files and your use case but this problem in web can be handled with help of server side scripting. I mean that you can stream file trough script giving offset as a parameter. Will not do for AIR tough as that seems to be where you want to use it. Large files for browser games are a bad idea. Our Internet is not so fast yet.

As for resolution. This is a nice addition but is not of utmost importance. But it can make performance + user experience a lot better with games.

As for buttons not working right in full-screen mode. Well in browser I agree with Adobe here. I don&#039;t want to see Flash used in a way that JavaScript is used sometimes making it impossible to close the page or do anything else... May be if there was some other way to close/stop Flash like Flash player task manager that shows all ruining SWF files and allows to stop them or change their priority or even ban them. Well that just idea...</description>
		<content:encoded><![CDATA[<p>Completely agree that Adobe really risks to miss opportunity with 3D. Unity is already gathering a lot of hype in 3D browser games segment + it uses C# as language which is a bonus too. Many contests that were Flash only accept Unity now. And there are contests for game development that are Unity exclusive. Many developers who make games I know of are switched already or are planing to. And I plan too. Just need new notebook first <img src='http://blog.hexagonstar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thing is will those developers come back after Adobe adds hardware acceleration? I kind of doubt. And I fear it may be already too late&#8230; They waited to long and on this front they are more like last then first. Even JavaScript has Canvas3D and some other things. But at the beginning of this month Khronos announced WebGL. And OpenGL ES version for browsers controlled by JavaScript and this project is backed up by AMD, Ericsson, Google, Mozilla, NVIDIA and Opera. Sounds serious huh? Why bother with Flash if even HTML/JavaScript will have hardware acceleration.</p>
<p>As for other things you mentioned&#8230;</p>
<p>Not shore about resource files and your use case but this problem in web can be handled with help of server side scripting. I mean that you can stream file trough script giving offset as a parameter. Will not do for AIR tough as that seems to be where you want to use it. Large files for browser games are a bad idea. Our Internet is not so fast yet.</p>
<p>As for resolution. This is a nice addition but is not of utmost importance. But it can make performance + user experience a lot better with games.</p>
<p>As for buttons not working right in full-screen mode. Well in browser I agree with Adobe here. I don&#8217;t want to see Flash used in a way that JavaScript is used sometimes making it impossible to close the page or do anything else&#8230; May be if there was some other way to close/stop Flash like Flash player task manager that shows all ruining SWF files and allows to stop them or change their priority or even ban them. Well that just idea&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Winscot</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11870</link>
		<dc:creator>Rick Winscot</dc:creator>
		<pubDate>Wed, 26 Aug 2009 13:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11870</guid>
		<description>Resource management is a non-issue... you load what you can when you need it. If the platform/language supports or can handle large .pak files - great. If not, then developers need to be more judicious. I can understand your point... but every platform has limits (some are better than others).

I blogged about a few items just the other day (Adobe press releases) that are interesting on the 3D front.
http://www.quilix.com/node/57

Following PushButton is a definite todo!
http://pushbuttonengine.com/</description>
		<content:encoded><![CDATA[<p>Resource management is a non-issue&#8230; you load what you can when you need it. If the platform/language supports or can handle large .pak files &#8211; great. If not, then developers need to be more judicious. I can understand your point&#8230; but every platform has limits (some are better than others).</p>
<p>I blogged about a few items just the other day (Adobe press releases) that are interesting on the 3D front.<br />
<a href="http://www.quilix.com/node/57" rel="nofollow">http://www.quilix.com/node/57</a></p>
<p>Following PushButton is a definite todo!<br />
<a href="http://pushbuttonengine.com/" rel="nofollow">http://pushbuttonengine.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archont</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11867</link>
		<dc:creator>archont</dc:creator>
		<pubDate>Wed, 26 Aug 2009 12:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11867</guid>
		<description>Issue number three: Create your main .pak file, then create an utility that slices it into X 10 mb chunks along with an automatically generated resourcelist. You&#039;ll have 50 pak files, but does the user care? No.

Issue number two: 

var txtMsg:TextField = new TextField();
sprInstructionsPanel.addChild(txtMsg);
txtMsg.text = &quot;To enjoy the game to it&#039;s fullest, please change your screen resolution to 640x480. You can do this by minimizing this game, right-clicking on your wallpaper and choosing properties.&quot;

Was it *really* that hard?

Issue number one:

Unsolvable. I have no idea what kind of convulted mess AS3 is, but if Adobe wants Flash to be of any use, they need to rewrite the legacy 1997 remains of AS1, replace the //TODO: Add real font support here with real font support and start using interfaces.</description>
		<content:encoded><![CDATA[<p>Issue number three: Create your main .pak file, then create an utility that slices it into X 10 mb chunks along with an automatically generated resourcelist. You&#8217;ll have 50 pak files, but does the user care? No.</p>
<p>Issue number two: </p>
<p>var txtMsg:TextField = new TextField();<br />
sprInstructionsPanel.addChild(txtMsg);<br />
txtMsg.text = &#8220;To enjoy the game to it&#8217;s fullest, please change your screen resolution to 640&#215;480. You can do this by minimizing this game, right-clicking on your wallpaper and choosing properties.&#8221;</p>
<p>Was it *really* that hard?</p>
<p>Issue number one:</p>
<p>Unsolvable. I have no idea what kind of convulted mess AS3 is, but if Adobe wants Flash to be of any use, they need to rewrite the legacy 1997 remains of AS1, replace the //TODO: Add real font support here with real font support and start using interfaces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Love</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11862</link>
		<dc:creator>Daniel Love</dc:creator>
		<pubDate>Wed, 26 Aug 2009 10:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11862</guid>
		<description>@Tom Vian,
Alien Homonid, I believe, was created initially in Flash as a prototype. It was then ported over to multiple consoles and created as a native application from the ground up.
Although I could be mistaken.</description>
		<content:encoded><![CDATA[<p>@Tom Vian,<br />
Alien Homonid, I believe, was created initially in Flash as a prototype. It was then ported over to multiple consoles and created as a native application from the ground up.<br />
Although I could be mistaken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maliboo</title>
		<link>http://blog.hexagonstar.com/flash-for-big-games/comment-page-1/#comment-11859</link>
		<dc:creator>maliboo</dc:creator>
		<pubDate>Wed, 26 Aug 2009 08:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=970#comment-11859</guid>
		<description>Fullscreen res isn&#039;t needed we have fullScreenRect</description>
		<content:encoded><![CDATA[<p>Fullscreen res isn&#8217;t needed we have fullScreenRect</p>
]]></content:encoded>
	</item>
</channel>
</rss>
