There are a few things that are really starting to concern me. We've seen examples of sites that are exposed to the Internet (rather than Extranet/Intranet based applications). But how do these fair when it comes to accessibility, browser friendliness, search engines.
So far I've discovered; search engines ignore Flex apps. The HTML wrappers Flex uses are invalid, which means they run the gauntlet of quirks mode rendering in most browsers; buggy FireFox flash player means that Flex movies don't repaint properly on many machines; there seems to be little provision for accessibility - how are Flex apps presented when Flash ISN'T available? None of the examples I've seen anywhere "fail gracefully". Flex seems to require JS, even though all it's using it for is an IE workaround that's not even required any more. What happens if you don't have JS turned on? Blank window... Is Flex really ready for the open market yet? S. -----Original Message----- From: James Ward [mailto:[EMAIL PROTECTED] Sent: 03 March 2005 16:33 To: [email protected] Subject: Re: [flexcoders] UPLOAD There is a workaround somewhere on MM's website, but it only works in IE. :( I hear Flash 8 will have this feature, but until then I use a hidden iframe at the bottom of the screen which raises up when the user clicks an upload button in Flex. This iframe is just a plain html / jsp file. It looks similar to the IE information bar. After upload the user can click a close button which lower (changes height to 0). Hope that helps. -James On Thu, 2005-03-03 at 17:10 +0100, daniele | mentegrafica wrote: > As I read, > Flex doesn't support files upload to the server, > even using a Central App.... > > I think this is another weak point. > > Is there any solution out there to solve the problem ? > > Thanks, > > dott. daniele galiffa > multimedia designer & developer > Macromedia Flash MX Developer Certified > [EMAIL PROTECTED] > > > > Yahoo! Groups Links > > > > > > > > Yahoo! Groups Links

