Pages

Thursday, December 14, 2006

Multilanguage text

By mistake pressed ctrl+F11 instead of pressing just F11 to open a library panel, and a "string" panel opened in front of me. I was not aware of this feature in flash. I knew that we can support Multilanguage text . But was not aware of that they have provided the separate panel also for it. It was a new knowledge for me. We can also see the direct help there.

Wednesday, December 13, 2006

My new project

First time I am trying to do the UI. Have desinged some interface. The link is: http://mayur.bais.googlepages.com/projects

Tuesday, December 12, 2006

what is crossdomain.xml ?

We most of the time needs to load the data from different servers into our flash application. But flash player load data across domains on a permission basis these permission from the server. These persmissions are set by the server in a small xml file called "crossdomain.xml" The sample structure is :
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>