Flash AIR app cannot load child swfs on publish to device

I have been struggling with this problem for WEEKS now and can't solve it. I have an flash AIR app (creative cloud, AIR 3.8) which is very simple: all it does is load external SWF movies on the click of a start button. It works FINE in test/PC but when I publish to device, the external swfs do not load.
Here is the code on the main timeline that calls the external swfs:
//start button
start_button_TRI_desmatosuchus.addEventListener(MouseEvent.CLICK, fl_ClickToLoadUnloadSWF_02_3,false,0,true);
import fl.display.ProLoader;
import flash.events.Event;
var fl_ProLoader_02:ProLoader;
var fl_ToLoad_02:Boolean = true;
function fl_ClickToLoadUnloadSWF_02_3(event:MouseEvent):void
          if(fl_ToLoad_02)
                    fl_ProLoader_02 = new ProLoader();
                    fl_ProLoader_02.load(new URLRequest("dinofilms/triassic_desmatosuchus.swf"));
                    fl_ProLoader_02.contentLoaderInfo.addEventListener(Event.COMPLETE,onComplete_02 )
                    addChild(fl_ProLoader_02);
                    fl_ProLoader_02.x = 0;
                    fl_ProLoader_02.y = 144;
          else
                    if (fl_ProLoader_02!=null) {
                              removeChild(fl_ProLoader_02);
                              fl_ProLoader_02.unloadAndStop();
                              fl_ProLoader_02 = null;
          fl_ToLoad_02 = !fl_ToLoad_02;
function onComplete_02(e:Event):void {
          e.currentTarget.content.addEventListener(Event.ENTER_FRAME,OEF_02);
function OEF_02(e:Event):void {
          if (e.currentTarget.currentFrame==e.currentTarget.totalFrames) {
                    e.currentTarget.stop();
                    e.currentTarget.removeEventListener(Event.ENTER_FRAME,OEF_02);
                    removeChild(fl_ProLoader_02);
                    fl_ProLoader_02.unloadAndStop();
                    fl_ProLoader_02 = null;
I am calling about 30 different movies on 30 different frames, so that's why I am using tags like "proLoader_01" so I don't duplicate them. All the external swfs are of course listed in the included files too.
I would really appreciate the assistance, I am a reluctant coder!
Message was edited by: Fiona Passantino

OK, I replaced all the "ProLoader" instances with "Loader" and I am getting an error, below (see***)
    //start button
    start_button_TRI_coelophysis.addEventListener(MouseEvent.CLICK,
    fl_ClickToLoadUnloadSWF_01_3,false,0,true);
    import fl.display.Loader; **HERE, ERROR IS: 1172 fl.display:Loader could not be found**
    import flash.events.Event;
    var fl_Loader_01:Loader;
    //This variable keeps track of whether you want to load or unload the SWF
    var fl_ToLoad_01:Boolean = true;
    function fl_ClickToLoadUnloadSWF_01_3(event:MouseEvent):void
     if(fl_ToLoad_01)
          fl_Loader_01 = new Loader();
          fl_Loader_01.load(new URLRequest("dinofilms/triassic_coelophysis.swf"));
          fl_Loader_01.contentLoaderInfo.addEventListener(Event.COMPLETE,onComplete_01)
          addChild(fl_Loader_01);
          fl_Loader_01.x = 0;
          fl_Loader_01.y = 144;
     else
          if(fl_Loader_01!=null) {
               removeChild(fl_Loader_01);
               fl_Loader_01.unloadAndStop();
               fl_Loader_01 = null;
     fl_ToLoad_01 = !fl_ToLoad_01;
    function onComplete_01(e:Event):void {
     e.currentTarget.content.addEventListener(Event.ENTER_FRAME,OEF_01);
    function OEF_01(e:Event):void {
     if(e.currentTarget.currentFrame==e.currentTarget.totalFrames) {
          e.currentTarget.stop();
          e.currentTarget.removeEventListener(Event.ENTER_FRAME,OEF_01);
          removeChild(fl_Loader_01);
          fl_Loader_01.unloadAndStop();
          fl_Loader_01 = null;

Similar Messages

  • Loading child SWFs with TLF content (from Flash CS5.5) generates reference errors in FB4.6

    I am currently producing e-learning content with our custom AS3-Framework.
    We normally create content files in Flash CS5.5 with dynamic text fields, which are set at runtime from our Framework (AS3 framework in FB4.6).
    Now we are in the progress of language versioning, and since one of the languages is Arabic we are changing the dynamic text fields to TLF fields.
    Then all my problems started.
    In Flash I have chosen to include the TLF engine and to export in frame 2.
    (see to: http://helpx.adobe.com/flash/kb/loading-child-swfs-tlf-content.html )
    I get this error:
    VerifyError: Error #1053: Illegal override of getEventMirror in flashx.textLayout.elements.FlowLeafElement.
                at flash.display::MovieClip/gotoAndPlay()
    I guess it is because our framework wants to gotoAndPlay before the TLF engine has been loaded.
    Can this be it?
    Any good suggestions on how to handle loading child SWFs with TLF content.

    Please refere to the following articles .. you may find some help.
    http://www.stevensacks.net/2010/05/28/flash-cs5-tlf-engine-causes-errors-with-loaded-swfs/
    http://www.adobe.com/devnet/flash/articles/preloading-tlf-rsl.html
    I also faced similar problem and posted a question at the following link, but, I still couldn't find the solution.
    http://forums.adobe.com/message/4367968#4367968

  • How do I use transparent=true in my Air app but still displaying swf ?

    How do I use transparent=true in my Air app but still displaying swf's files ?
    The thing is that I created a customized chrome, and looks nice when it is transparent cause seems to be floating, it works as a browser, but the problem is that when I navigate with it into a page wich contains embedded youtube videos, as in example, or any other swf file... it just doesn't show...
    Any help ? thanks in advance,

    Contact iTunes Support: http://www.apple.com/support/itunes/contact/

  • Will app store approve an app to load external swf containing actionscript code in it?

    Will app store approve an app to load external swf containing actionscript code in it?

    Hi...It is not in the application bundle...it will be hosted on a server and from there it will be loaded in the application. I had created one sample application where it is loading a swf which is hosted on different server. This swf contained some actionscript code on its timeline. This app was working on ipad. I just wanted to know whether App Store will approve this.

  • Desktop Creative Cloud Apps cannot load!

    My desktop Creative Cloud Apps cannot load and it has been like this for months! I can't even log out of it. How do I get the Apps working?

    CloudiAudi what error message is preventing the use of the CC Cleaner Tool? 
    You are welcome to also work directly with our support team at Contact Customer Care and reference this discussion.

  • AIR app doesn´t recognize SWF files

    Hi
    I have done an AIR app (in Flex). One of the features of it needs external SWF files to be browsed in a text field. Everything has worked very well for couple of years, but now I got a report from a client who uses that app. He says that AIR app doesn´t recognize SWF files anymore. When he clicks browse button, a normal file selection dialog opens but all the SWF files are greyed out.
    He send one SWF file to me and it worked well in my computer/AIR app. Anybody have any idea what may cause that? He has used my app a lot, and two weeks ago it worked normally. He uses mac, not sure whis version, quite new I suppose.

    Hi,
    That's odd that this just started occurring for the customer.  A couple of things come to mind, first, are you using FileFiters when you call browseForOpen()?  If you are, could you try a test where you remove them and then see if the swf's become enabled?  Do the swf files have extensions on the mac?  If not, try adding them and see if that makes a difference. 
    If you'd like, I can also give this a try since I have both platforms available to me.  Could you attach or email me ([email protected]) some sample code and a sample swf that would illustrate the problem?
    Thanks,
    Chris

  • Rendering of SWF Loader child SWFs

    I am using the swf loader with an Xcelsius OpenDoc link (http://<server>:8080/Xcelsius/opendoc/documentDownload?sIDType=CUID&iDocID=<CUID>&sKind=Flash&CELogonToken=<CELogonToken>)  and it works beautifully so long as the parent swf is also opened using and OpenDoc link.  However, if the parent swf is opened via InfoView, the child swf does not render properly (either way too large or too small).  Has anyone else come across this or have any ideas for resolution?
    Regards,
    Alison

    "whomba" <[email protected]> wrote in
    message
    news:glq6j0$b20$[email protected]..
    > Hello all,
    > I have a Flex app that loads in a swf using 'SWFLoader'
    tag. the SWFloader
    > and
    > the swf being loaded in are the same height and width
    (see attached code)
    > Now,
    > the SWF getting loaded in is also 468 X 351 however the
    designers that
    > made it
    > have crazy amount of random Movie Clips EVERYWHERE that
    isn't on the
    > stage. My
    > guess is that the actual height and width of the SWF is
    close to 1000 X
    > 1000.
    > When I load this SWF in to my SWFLoader it scales
    everything down so all
    > of the
    > MovieClips are inside of this SWFLoader rather than just
    the SWF's Stage.
    > Any
    > Suggestions?
    >
    > <mx:SWFLoader id="mainMovieSWF" height="351"
    width="468"
    > source="{mainMovieSrc}" scaleContent="false"/>
    Try wrapping it as a component with the Flex component kit.
    That way you
    get to specify the bounding box.
    HTH;
    Amy

  • The air app cannot detect the new added camera

    i made a desktop air-app. the problem is when i unpluged my usb camera and start the air app . the app detect the existed cameras with Camera.names.length = 2; and then i pluged another usb camera and use the Camera.names.length to detect the new camera, but the result is still 2 , not the 2 existed camera with the new added one which the total is 3. then i close the air-app and start it again ,this time the camera.names.length is 3. why ? the air-app just cannot detect the new added camera? the only way the air-app can detect the new added camera is restart the app?

    Air ow flash player for that matter won't detect camera added at runtime. It will detect if you remove the camera while you were capturing images from the camera. You can try to scan for camera suing a timer and see if it detects it then.
    There is also a not so documented flash.media.scanHardware() method, which should force a hardware scan. I did not used it yet so can't vouch for it.

  • Can I load a swf into my Flex app that loads other swf's?

    The code below loads an AS2 swf into my Flex mobile for IOS app and it works.  If that AS2 swf has like a circle in it that runs across the stage, it loads and displays properly when run in FlashBuilder.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                                     xmlns:s="library://ns.adobe.com/flex/spark"
                                     xmlns:mx="library://ns.adobe.com/flex/mx"
                                     initialize="init()">
              <fx:Script>
                        <![CDATA[
                                  import mx.core.UIComponent;
                                  private var request:URLRequest = new URLRequest("http://PATH_TO_AS2_SWF");
                                  private var loader:Loader = new Loader();
                                  private var myComponent:UIComponent = new UIComponent; 
                                  private function init():void{
                                            myComponent.percentHeight = 100;
                                            myComponent.percentWidth = 100;
                                            loader.load(request);
                                            myComponent.addChild(loader);
                                            player.addElement(myComponent);
                        ]]>
              </fx:Script>
              <s:Group id="player"
                                   height="100%" width="100%"/>
    </s:Application>
    But if that AS2 swf loads other swf's, they don't load or display.  My FlashBuilder debugger reports no errors or security sand box violations.   I'm using the most elemental code in my AS2 swf so as to not cause problems.  This is it in its entirety:
    this.onLoad = function(){
              _root.loadMovie("http://[PATH_TO_REMOTE_SWF]");
    The paths to the remote content are fine because swf's load and display fine from AS2 swf when run on it's own - not embedded in Flex app.  They also load and run fine if I cut out the AS2 swf and access directly from my Flex code.  So I know there isn't a path issue.  More likely not accessing the right layer in the AS2 swf from Flex or something.  Or maybe security sandbox violation but I don't see anything reported in the FlashBuilder debug console.  When run console just reports:
    [SWF] SwfMobile.swf - 2,639,761 bytes after decompression
    [SWF] assets/swf/AS2.swf - 1,470 bytes after decompression
    Is there something inherently wrong with loading swf's that load other things?  Even if I have the AS2 swf load jpgs they don't load so the format of the target content at the end of the chain doesn't seem to be the issue.  Just the act of embedding a swf that loads other things seems to be the problem.

    Ah, yes. Using an AVM1 SWF could prove difficult...
    I'm going on about 3 hours of sleep at the moment, but let me toss out a few thoughts I have and hopefully something will stick...
    Ok, so my first thought what to try and cast the loaded content as a MovieClip and call methods on that, but the fact they are AVM1 throws that out the window.
    That leaves LocalConnection, as you mentioned. But this would require you to have code on the receiving end to handle the connection... no good either.
    But what if you created a "bridge" in AS2 that holds all the code for the receiving end of LocalConnection (or has the control logic itself, perhaps even eliminating the need for LocalConnection all together!). I think maybe this is what you were trying to do already by loading a SWF into a SWF? Well instead of loading your bridge at runtime, what if you statically linked it into your project as a class?
    *a few moments later*
    Well it looks like you can in fact link in a a symbol created for AVM1, but it will only come in as a SpriteAsset, and will not include any custom code (which makes sense, since they use entirely different class constructs).
    To do the test, I created a symbol exported for actionscript (AS2/Flash8), then linked it in with a CSS style embed. I then instantiated the class and called describeType on it.
    So in summery, it looks like calling custom code on the bridge is out (I did not test this extensively, that was just my first impression with this simple test). However, if you may be able to perform the actions you need by attempting to cast the loaded content into something AVM2 can recognize. Apparently it does this automatically when linked in statically, so maybe there is something there worth looking into... mainly, can you do what you need using only the base class and no custom code?
    Keep me posted!

  • Flash-Air-App for iOS and Apples new App Store guideline (XCode 5)

    Hi Forum,
    i'm using Flash CC for the development of an iOS App (AIR).
    Now Apple will soon update the iOS to 7.1 and Apple says, that from 1st of Feb. 2014 you can only publish iOS-Apps created in XCode 5 in App Store.
    Or how do I have to read this statment from Apple: "Starting February 1, new apps and app updates submitted to the App Store must be built with Xcode 5 and iOS 7 SDK."
    How does this fact affect my Project?
    Will it still be possible to publish an FLash-Air-iOS-App through App Store?
    Thank you in advance
    Ralf Kopp

    Adobe fixed this internally. Just update your adobe air sdk to latest from labs.adobe.com

  • Analytical Apps- Cannot Load Tile in Fiori Launchpage

    Hi Experts,
    Any idea on below? Fiori Fact Sheet and Transactional Apps are working all right. Few days back, we have started working on Analytical Apps but on Launch Page- getting error as Cannot Load Tile.
    Please let me know if you have any clue?
    Thanking you,
    ~ Mahendra

    Hi Masa,
    This SAP notes are already implement in our landscape. And per Inspect element- issue is different... see the screenshot below,
    In other words, its like this-
    2014-06-17 13:02:33 Error Preparing Query Service Uri using OData4Analytics Library : Missing parameterization request -  core-min-0.js:85ucore-min-0.js:85
    2014-06-17 13:02:33 Arguments Passed to this function -  core-min-0.js:85ucore-min-0.js:85
    2014-06-17 13:02:33 /sap/hba/r/sappl604/odata/fin/kpi.xsodata;o=hanasys,BankRiskQueryResults,CriticalAmountInDisplayCrcy_E,BankName -  core-min-0.js:85ucore-min-0.js:85
    2014-06-17 13:02:35 Error Preparing Query Service Uri using OData4Analytics Library : Invalid parameter name P_EndDate -  core-min-0.js:85ucore-min-0.js:85
    2014-06-17 13:02:35 Arguments Passed to this function -  core-min-0.js:85ucore-min-0.js:85
    2014-06-17 13:02:35 /sap/hba/r/ecc/odata/mm/im/kpi.xsodata;o=hanasys,MaterialValStockValueTurnoverQuery,InventoryTurnover,null -  core-min-0.js:85ucore-min-0.js:85
    2014-06-17 13:02:36 Error Preparing Query Service Uri using OData4Analytics Library : Cannot add filter condition for unknown property name 100 -  core-min-0.js:85ucore-min-0.js:85
    2014-06-17 13:02:36 Arguments Passed to this function -  core-min-0.js:85ucore-min-0.js:85
    2014-06-17 13:02:36 /sap/hba/apps/sofm/s/odata/sofm.xsodata;o=hanasys,SalesOrderFulfillmentIssueQueryResults,NmbrOfAllIssues,null -  core-min-0.js:85ucore-min-0.js:85
    2014-06-17 13:02:37 Error Preparing Query Service Uri using OData4Analytics Library : Invalid parameter name V_SAPCLIENT -  core-min-0.js:85u
    Is it something related to HDB? Backend?
    Let me know if you have any suggestions.
    Thanking you,
    ~ Mahendra

  • Adobe air apps cannot be installed

    Hi,
    I have trouble with my PC to install any kind of adobe air app. When I start to install a Adobe air app, I get the UAC request and I confirm it but then the Adobe Air Application Installer.exe *32 is hanging and doing nothing.
    When I repeat the process another Adobe Air Application Installer.exe *32 instance is started.
    Here is my equipment and what I tried:
    Equipment:
    Windows 7 professional SP1 64 -Bit
    - Reinstalling Adobe air with Revo Uninstaller(cleaning registry) and installing it new with Admin rights.
    - Installing Adobe air in Windows XP Sp3 mode
    - Multiple apps were tried and when I start them with the SDK, they are working fine.
    - No information are available in the windows eventlogs
    Any idea  how to solve it or any possibility to start a debug tool to get more information?
    Thank you in advance for any input and help!
    Cheers,
    Dominik

    Hi Chris,
    I appreciate your support!
    Sadly the Microsoft Install and Uninstall Fix It tool does not work, adobe air is still hanging during the app installation.
    This is what I have done:
    1. Uninstall Adobe air with the Microsoft Tool
    2. Install Adobe air new
    3. Try to install the app SmartClient.air -> Did not work
    4. Try to install the app DesktopiPhone.air -> Did not work
    Now I have 4 Adobe air instance in the task manager(see screenshot)
    2* Adobe Air Installer
    2* Adobe Air Application Installer
    Here the install log file:
    [2012-09-25:08:54:39] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-25:08:54:39] Commandline is:
    [2012-09-25:08:54:39] No installed runtime detected
    [2012-09-25:08:54:41] Relaunching with elevation
    [2012-09-25:08:54:41] Launching subprocess with commandline c:\users\sd000037\appdata\local\temp\airb183.tmp\adobe air installer.exe -ei
    [2012-09-25:08:54:43] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-25:08:54:43] Commandline is: -stdio \\.\pipe\AIR_4324_0 -ei
    [2012-09-25:08:54:43] No installed runtime detected
    [2012-09-25:08:54:43] Starting silent runtime install. Installing runtime version 3.4.0.2540
    [2012-09-25:08:54:43] Installing msi at c:\users\sd000037\appdata\local\temp\airb183.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-09-25:08:54:45] Runtime Installer end with exit code 0
    [2012-09-25:08:54:45] Elevated install completed
    [2012-09-25:08:55:46] Application Installer begin with version 3.4.0.2540 on Windows XP x86
    [2012-09-25:08:55:46] Commandline is: "D:\Arbeit\SmartOffice\0.07.23 MAIN_10082012_001_BETA\SmartClient.air"
    [2012-09-25:08:55:46] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-25:08:57:27] Application Installer begin with version 3.4.0.2540 on Windows XP x86
    [2012-09-25:08:57:27] Commandline is: D:\Arbeit\SmartOffice\DesktopiPhone.air
    [2012-09-25:08:57:27] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Thanks,
    Dominik

  • How do I create a local AIR app that loads a network resource that loads a network resource?

    Ok, when you think about it, what I'm trying to accomplish
    isn't that difficult, yet I'm running into security sandbox
    violations all over the place.
    Here's the scenario:
    - I have a network-enabled SWF that lives in a web server,
    that pulls external content via the network. That part works fine
    when you run it as itself.
    - THEN, I have an AIR application that is nothing but a
    "stub" that loads that network-enabled SWF from a web server, that
    in turn is supposed to pull the external content from the network.
    It seems easy: I don't want to have to bundle up that same
    main SWF as an AIR application as that would create two code bases
    to maintain should there be any future bug fixes. Count that
    against countless installs on both the web-version and the desktop
    version, and there's lots of variables. So I just wanted the AIR
    application to pull that single SWF off the server and have it do
    its work, independent of the AIR application.
    However, the problem I'm running into is:
    quote:
    SecurityError: Error #2142: Security sandbox violation: local
    SWF files cannot use the LoaderContext.securityDomain property.
    app:/buzztv_desktop_0.1.swf was attempting to load
    http://localhost/widget/widget.swf.
    at flash.display::Loader/_load()
    at flash.display::Loader/load()
    There was a previous instance of that same error that
    referenced Stage, but I solved that by wrapping the main function
    in an if (stage) {}, so this is the next error on the list. I have
    a feeling that if I've encountered these two errors already, there
    are more lined up behind them.
    So I tried something like
    quote:
    _loader.load(request, new LoaderContext(true, null,
    SecurityDomain.currentDomain));
    ...thinking that it might help, but it didn't.
    Is there a reasonable solution to this without changing the
    entire workflow of the project, or do I simply have to have the
    same main SWF as two code bases, one for the embeddable web
    version, and one for the desktop version (read: they are intended
    to do the same exact thing, no differing features, no desktop
    notifications, etc.)?
    Thanks in advance!

    Hi,
    I have simillary problem, please, did you find solution?
    Thx

  • Flash Player 10.1 loading wrong .swf

    - As I didn't find another place for Flash Player 10.1 standalone-subjects (only 10.2. or the browser-players), I hope that this is the correct place for my post -
    I have a strange problem: When I open my .swf with double-click from the finder, it opens in FP 10.1. - but an _older_ project (which is located in a completely different place) will load! And it opens twice ... No matter, what new .swf I am creating, it's always this old file that will start ...
    When opening the same .swf in FPlayer 9, it works fine ...
    Anyone an Idea, what I can do about this?
    Thanks a lot for help!!
    pipipina
    System:
    MacBook Pro, OS 10.6.6, 2.4 GHz Intel Core i5

    I don't know what it was - but solved it. Put the file that was wrongly loaded into another folder. All .swf-files opening fine. Put the file back to its old place and now everything is normal again.
    Strange ... but solved.

  • HT5188 Free VPP app - Cannot load VPP Codes into Configurator because app is Free.  Sister company developed the app for us at no cost and we are installing on our devices.  Will the app expire after a year without VPP codes?  Devices will not have connec

    This is strange Case!
    We have been authorized to download 40 copies of a VPP app.  The price tier is free.  We download the app through itunes and load it into configurator.  Because the App is free we are not given the option to load the codes which we rightfully own. 
    The devices we wish to configure will not have internet connectivity in the future and I need to know that the app on them will not expire!
    If I load the app with configurator (unsupervised!) will the app expire in a year and be disabled?  I cannot have that happen!
    Please advise!
    Best,
    Nelson

    This is strange Case!
    We have been authorized to download 40 copies of a VPP app.  The price tier is free.  We download the app through itunes and load it into configurator.  Because the App is free we are not given the option to load the codes which we rightfully own. 
    The devices we wish to configure will not have internet connectivity in the future and I need to know that the app on them will not expire!
    If I load the app with configurator (unsupervised!) will the app expire in a year and be disabled?  I cannot have that happen!
    Please advise!
    Best,
    Nelson

Maybe you are looking for

  • Transfer ITAB contents to PDF format

    Hi, I want to transfer ITAB contents to PDF.format. For this iam following above steps: (Note: my output in Z-report1 is in classical format and year wise but in output it contain all 12 moths data so i want to generate new PDF file for each month se

  • Wait for download to complete, then copy the file to a new location

    I am downloading some files with PowerShell using webclient.downloadfileasync.  Im using "Start-sleep -s 10" to prevent the files to be copied before it is completed, but sometimes the download takes longer than 10 Seconds or the url is not accessibl

  • Calling Soap Action in Soap Receiver

    Hi ALL, I have a requirement where i have a WSDL file which contains multiple actions and multiple Soap Action Parameters , whereas i need to combine all the Soap action Parameters into single SOAP Parameter and call it in my SOAP action parameter at

  • Mandatory field in Production order creation field

    Dea All, I want to have a field mandatory at the time of production order creation. in CO01 Goods Receipt Tab there is a field of Goods Recipient in the second last row. Please guide me how can i make it mandatory field.

  • Implicit Fact key for 2 facts in one subject area

    Hi All, We have 2 Facts(F1,F2) which are connected to conformed dimensions (D1,D2,D3) and F1 is connected to another Dimension (D4) which does not have any connection with F2. Also D1,D2,D3 is conformed dimension to facts F3,F4,F5 In this scenario ho