B
Bill Wood
Guest
There seem to be two aspects to the question: 1. How to have Rolbase hosted cloud serve up your own files for inclusion. 2. How to get Flex to access Rollbase data. For the first one, look at the documentation on "Hosted Files" - As with most websites, in portals you often need to make use of and reference files such as images, Flash movies, JavaScript, CSS, etc. These files are typically referenced in web pages through IMG , SCRIPT and other HTML tags. Rollbase provides a convenient way to host and reference arbitrary files through a mechanism called Hosted Files. For example, using this feature, third party and custom JavaScript and CSS libraries can be uploaded and use by your portals to create a unique user experience and look and feel. JavaScript Hosted Files can be very useful in development of both client-side and server-side scripts. You can preview these files while working in Formula editor using drop-down list "View JS Hosted Files". To get Flex to access Rollbase Data, you will have to use the integration capabilities in Flex. I believe you can have Flex call the Rollbase REST API directly, but I think it does allow you to call javascript in the contained page... if so, then I would try using this to access the Rollbase client javascript libraries.
Continue reading...
Continue reading...