I have an old mobile asp site for my company that I need to port to CF. Since the CF is processed server side, I dont believe you should have any issues. It will come down to the design and layout.
Permalink Reply by Amy on December 11, 2007 at 5:17pm
So far, it hasn't been that bad.. I was just curious if anyone had any experiences with it. We were looking into working with Flash Lite, but for now; we decided to try to do something simple and work our way up.
The only thin i have is a SMS gateway, and that works well, but it's not really a SMS site. We were going to do some location based system but with GPS stuff around we're waiting for that.
There are a communication issues between three technologies together Flex, CF, and .Net. The issue is around null values and how each technology treating it.
Flex support null values for String, Object, and Dates only as far as my knowledge up to Fl…