Guys,
I just cleared ACE which stands for Adobe Certified Expert. I did it in Adobe Flex with AIR. I'm glad that all my hard work paid off.
I know its been long since I have posted any tutorials. I have so many in my list but believe me I was so busy. I will try to post something new soon.
In case you need any help, suggestions just mail me up. Though, I'm busy but I try to respond all of those. I'm thankful to all of you and ready to help.


4 comments:
I have read almost all of your blogs, your tutorial are really nice, they have always solved my all problems. Now I am waiting for more of your tutorials and hope that you will soon come up with that.
Yes I will come up with the new one soon. Just need to spend sometime on blogging our of my schedule.
Thanks for appreciating the work.
Ankur
Hi Ankur,
Thanks for offering your help. I have a unique problem. I would like to link to Adobe framework RSLs dynamically. They should refer to a particular site during the Flex load time.
During the compilation time we usually compile with locally hosted RSLs. When we deploy the Flex apps, the RSL site is a production url.
Can we specify the RSL url as a flashVar or pick it up from a wrapped html page through External Interface invoking a JS object?
Appreciate your help .
Thanks
Mahesh
Yes,
To accomplish it modify index.template.html file inside html-template folder. If you are using SWFObject to load the Flex app in HTML use FlashVars as Array to that.
You can also use conditions in javascript to find out if application is running on localhost OR web and then can have different URLs for different hosts. Doing this would allow you to not to change anything every time.
Please ensure that whatever you are accessing it should be hosted on same domain. If it is on different domain, use crossdomain.xml file.
Please let me know if you need anything else.
Thanks
Ankur
Post a Comment