Skip to main content
nikos101
Inspiring
May 18, 2009
Answered

I wish to set up a SSL connection for a Web page

  • May 18, 2009
  • 1 reply
  • 1966 views

I wish to set up a SSL connection for a Web page that has a Flex application inside it.

The only things is that the swf is about 2mb and I am really worried about performance. Do you have any advice?

This topic has been closed for replies.
Correct answer craigkaminsky

If you use RSL to externalize parts of the Flex framework or assets into other SWFs, which can be a godsend for large Flex projects, please test carefully in as wide a range of browsers as possible (not just your browsers but get some colleagues or friends to take a look). I've seen odd errors and behaviors from Flex applications deployed in this manner, where the externalized SWFs don't load, etc.

Again, RSLs can be a good choice and, when used properly, significantly reduce the size of your SWFs, but your users still have to download those SWFs the first time they use the application (they're cached after that -- just like your 2MB SWF will be cached, so this can sort of negate some, not all, benefits of the RSLs).

As for performance, in general a 2MB Flex application isn't that huge, I don't think and, once it's downloaded, it's 'local' to the users browser, so no issue there. The bigger performance issue with SSL is what type and how much data are you moving to and from the application?

1 reply

Michael Borbor
Inspiring
May 18, 2009

Use RSL in your flex app, externalize assets.

Sincerely,

Michael

El 18/05/2009, a las 7:06, nikos101 <forums@adobe.com> escribió:

>

>

>

I wish to set up a SSL connection for a Web page that has a Flex

application inside it.

>

The only things is that the swf is about 2mb and I am really worried

about performance. Do you have any advice?

>

craigkaminskyCorrect answer
Inspiring
May 18, 2009

If you use RSL to externalize parts of the Flex framework or assets into other SWFs, which can be a godsend for large Flex projects, please test carefully in as wide a range of browsers as possible (not just your browsers but get some colleagues or friends to take a look). I've seen odd errors and behaviors from Flex applications deployed in this manner, where the externalized SWFs don't load, etc.

Again, RSLs can be a good choice and, when used properly, significantly reduce the size of your SWFs, but your users still have to download those SWFs the first time they use the application (they're cached after that -- just like your 2MB SWF will be cached, so this can sort of negate some, not all, benefits of the RSLs).

As for performance, in general a 2MB Flex application isn't that huge, I don't think and, once it's downloaded, it's 'local' to the users browser, so no issue there. The bigger performance issue with SSL is what type and how much data are you moving to and from the application?

nikos101
nikos101Author
Inspiring
May 18, 2009

plaintext data, and the odd image < than 500kb