RE: [flexcoders] My Flex Site Mockup - considerations?

2005-11-17 Thread Philip Costa
Technically, you can deploy SWFs created with 1.5 on a server that is not running the Flex server. From a licensing standpoint, however, the client would have to buy a license to Flex for each CPU you deploy to. As you know, that is changing in Flex 2, but it's not retroactive. Phil

Re: [flexcoders] My Flex Site Mockup - considerations?

2005-11-17 Thread John C. Bland II
Jason, in reference to the design you might want to look at moving the icons inside of the button. This would replace print with the printer icon so your buttons will read [icon] summary and [icon] article or maybe nix article all together and just have the printer icon. The same goes for the

RE: [flexcoders] My Flex Site Mockup - considerations?

2005-11-17 Thread Merrill, Jason
@yahoogroups.com Subject: RE: [flexcoders] My Flex Site Mockup - considerations? Technically, you can deploy SWFs created with 1.5 on a server that is not running the Flex server. From a licensing standpoint, however, the client would have to buy a license to Flex for each CPU you deploy

Re: [flexcoders] My Flex Site Mockup - considerations?

2005-11-17 Thread JesterXL
1. Yep. 2. As Tracy Phillip have said, nope, it's against the EULA to have a Flex generated SWF not on the same box that has the Flex server installed. Additionally, you could do all of that in Flash, but I wouldn't code it. AJAX? Sure, but HTML blows. - Original Message -

Re: [flexcoders] My Flex Site Mockup - considerations?

2005-11-17 Thread JesterXL
Subject: RE: [flexcoders] My Flex Site Mockup - considerations? So, if I had my client buy one license of Flex, they could do that, and not have to install it – and I could send them my .swf files I create with my license, and all is honky dory? So, no technical issues – just license agreement

RE: [flexcoders] My Flex Site Mockup - considerations?

2005-11-17 Thread Merrill, Jason
: Thursday, November 17, 2005 12:53 PM Subject: RE: [flexcoders] My Flex Site Mockup - considerations? So, if I had my client buy one license of Flex, they could do that, and not have to install it and I could send them my .swf files I create with my license, and all is honky dory? So

RE: [flexcoders] My Flex Site Mockup - considerations?

2005-11-17 Thread Merrill, Jason
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of John C. Bland II Sent: Thursday, November 17, 2005 12:23 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] My Flex Site Mockup - considerations? Jason, in reference to the design you

Re: [flexcoders] My Flex Site Mockup - considerations?

2005-11-17 Thread JesterXL
, November 17, 2005 1:26 PM Subject: RE: [flexcoders] My Flex Site Mockup - considerations? Thanks John – Yeah, I thought of that, but didn’t know if it was possible to embed a graphic inside a component button in Flex 1.5. Is it? Or would I have to custom make the button as a .swf. I could

RE: [flexcoders] My Flex Site Mockup - considerations?

2005-11-17 Thread Merrill, Jason
Thanks. So could someone confirm my reasoning on building an app for Flash 7, having to buy two licenses. Do I really need two licenses? One for development at my company and one for deployment on my clients server? So I have to recommend purchasing two expensive Flex 1.5 licenses

RE: [flexcoders] My Flex Site Mockup - considerations?

2005-11-17 Thread Matt Chotin
, November 17, 2005 11:00 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] My Flex Site Mockup - considerations? Thanks. So could someone confirm my reasoning on building an app for Flash 7, having to buy two licenses. Do I really need two licenses? One for development at my

Re: [flexcoders] My Flex Site Mockup - considerations?

2005-11-17 Thread Jordan Snyder
work through all these questions. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Merrill, JasonSent: Thursday, November 17, 2005 11:00 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] My Flex Site Mockup - considerations? Thanks. So could

RE: [flexcoders] My Flex Site Mockup - considerations?

2005-11-17 Thread Merrill, Jason
Why not just set up a development server that could be used as the final production server as well, and develop your code on it? Then you buy one license and use it for development and deployment. You could still just deploy the SWFs. Just develop on the client's servers to begin