I fix this with Darrell Loverin and Alex Harui help in this link 
http://tech.groups.yahoo.com/group/flexcoders/message/91096

--- In flexcoders@yahoogroups.com, "danielvlopes" <[EMAIL PROTECTED]>
wrote:
>
> Hello Alex, i try upload the swf's files generated and everything
> still white and nothing happen, when i compile em builder em export
> release everything work fine and framework caching to.
> 
> This is the content of file you ask in last email:
>       
> package
> {
> 
> import flash.text.Font;
> import flash.text.TextFormat;
> import flash.system.ApplicationDomain;
> import flash.utils.getDefinitionByName;
> import mx.core.IFlexModule;
> import mx.core.IFlexModuleFactory;
> 
> import mx.managers.SystemManager;
> 
> [ResourceBundle("collections")]
> [ResourceBundle("containers")]
> [ResourceBundle("controls")]
> [ResourceBundle("core")]
> [ResourceBundle("effects")]
> [ResourceBundle("logging")]
> [ResourceBundle("skins")]
> [ResourceBundle("styles")]
> public class _PainelAdmApp_mx_managers_SystemManager
>     extends mx.managers.SystemManager
>     implements IFlexModuleFactory
> {
>     // Cause the CrossDomainRSLItem class to be linked into this
> application.
>     import mx.core.CrossDomainRSLItem; CrossDomainRSLItem;
> 
>     public function _PainelAdmApp_mx_managers_SystemManager()
>     {
> 
>         super();
>     }
> 
>     override     public function create(... params):Object
>     {
>         if (params.length > 0 && !(params[0] is String))
>             return super.create.apply(this, params);
> 
>         var mainClassName:String = params.length == 0 ? "PainelAdmApp"
> : String(params[0]);
>         var mainClass:Class = Class(getDefinitionByName(mainClassName));
>         if (!mainClass)
>             return null;
> 
>         var instance:Object = new mainClass();
>         if (instance is IFlexModule)
>             (IFlexModule(instance)).moduleFactory = this;
>         return instance;
>     }
> 
>     override    public function info():Object
>     {
>         return {
>             cdRsls:
>
[{"rsls":["C:\3.0.0\frameworks\rsls\framework_3.0.183453.swz","framework_3.0.183453.swf"],
> "policyFiles":["",""]
>
,"digests":["f6547415eaac8c840d212c23795d22d7883914c373dd504af1ded18611bc2e5a","f6547415eaac8c840d212c23795d22d7883914c373dd504af1ded18611bc2e5a"],
> "types":["SHA-256","SHA-256"],
> "isSigned":[true,false]
> }]
> ,
>             compiledLocales: [ "en_US" ],
>             compiledResourceBundleNames: [ "collections",
> "containers", "controls", "core", "effects", "logging", "messaging",
> "skins", "styles" ],
>             creationComplete: "initApp()",
>             currentDomain: ApplicationDomain.currentDomain,
>             height: "1000",
>             layout: "absolute",
>             mainClassName: "PainelAdmApp",
>             mixins: [ "_PainelAdmApp_FlexInit",
> "_richTextEditorTextAreaStyleStyle", "_alertButtonStyleStyle",
> "_SWFLoaderStyle", "_textAreaVScrollBarStyleStyle",
> "_headerDateTextStyle", "_globalStyle", "_ListBaseStyle",
> "_todayStyleStyle", "_windowStylesStyle", "_TileListStyle",
> "_ApplicationStyle", "_ToolTipStyle", "_CursorManagerStyle",
> "_opaquePanelStyle", "_errorTipStyle", "_dateFieldPopupStyle",
> "_dataGridStylesStyle", "_popUpMenuStyle",
> "_headerDragProxyStyleStyle", "_activeTabStyleStyle",
> "_DragManagerStyle", "_ContainerStyle", "_windowStatusStyle",
> "_ScrollBarStyle", "_swatchPanelTextFieldStyle",
> "_textAreaHScrollBarStyleStyle", "_plainStyle",
> "_activeButtonStyleStyle", "_advancedDataGridStylesStyle",
> "_comboDropdownStyle", "_ButtonStyle", "_weekDayStyleStyle",
> "_linkButtonStyleStyle", "_PainelAdmAppWatcherSetupUtil",
> "_com_BtnPainelWatcherSetupUtil" ],
>             pageTitle: "Brasil Mining Site",
>             width: "550"
>         }
>     }
> }
> 
> }
> 
> 
> 
> 
> 
> 
> Thanks again.
>


Reply via email to