Hello, all
Here is my problem,
File structure
Folder Main - holds main interface file, folder components
Folder components - holds component flas, folder com
Folder com - holdes folder Book
Folder Book - holds “.as” files for the components
Main.fla loads components from the components folder and accesses functions from the “.as” files. It accesses functions and load data from server into the textfield inside components.
This thing works perfectly when i run “Main.swf”.
But when i run html file (in which this “Main.swf” is embeded), it does not show me the data in the textfield, also it gives error while sending data to the server.
What could be the problem?
Please Help!
Thanks in advance
Trupti