Problem with loading an external swf of in an external swf...

OK, everything was going well on a Web site project, I worked, until yesterday. I will try to explain the whole scenario first, and I'll put the code here too so anyone can try to understand what the problem is. Here is a breakdown of the site:

1) there a MAIN SWF file that plays an intro and then stops on the last image with the Navigation buttons 'hand'.

2) in the root folder where the MAIN SWF resides, there is another folder called "sovereign wealth funds", which contains six main external navigation pages, but also another folder called "galleries" which contains additional external SWFs for six pages in the gallery.

3) on one of the layers of the MAIN SWF, there is a clip called 'mySWFLoadingClip' that the buttons of Navigation of the 'hand' loading and unload pages external to swf. It all works perfectly. The beginning of the problem to the next step. This is the code I used for the buttons of navigation on the MAIN SWF scenario:

var Xpos:Number = 0.0;
var Ypos:Number = 0.0;
var swf:MovieClip;
var loader: Loader = new Loader();

var defaultSWF:URLRequest = new URLRequest("swfs/home_page_swf.swf");

Loader.Load (defaultSWF);
Loader.x = Xpos;
Loader.y = Ypos;
this.mySWFLoadingClip.addChild (loader);
////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////

Function universal BTNS
function btnClick(event:MouseEvent):void {}

this.mySWFLoadingClip.removeChild (loader);
var newSWFRequest:URLRequest = new URLRequest ("SWFs /" + event.target.name + ".swf");
Loader.Load (newSWFRequest);
Loader.x = Xpos;
Loader.y = Ypos;
this.mySWFLoadingClip.addChild (loader);
}
Listeners of BTN
home_page_swf.addEventListener (MouseEvent.CLICK, btnClick);
portfolio_page_swf.addEventListener (MouseEvent.CLICK, btnClick);
services_page_swf.addEventListener (MouseEvent.CLICK, btnClick);
about_page_swf.addEventListener (MouseEvent.CLICK, btnClick);
team_page_swf.addEventListener (MouseEvent.CLICK, btnClick);
contact_page_swf.addEventListener (MouseEvent.CLICK, btnClick);


4) one of the external navigation SWF pages is called "portfolio_page_swf" and gets loaded into the moveclip of 'mySWFLoadingClip' on the MAIN SWF. This is where the problem begins. The "portfolio_page_swf" has six buttons facing an additional external swf in the file galleries. Now when I open the file "portfolio_page_swf" to test if the buttons work, they work perfect. When I click the buttons, the external swf gallery files appear as they should. But the problem is that when I open the "MAIN SWF" file to test the site, I can click on the main Navigation buttons and they work. I click the portfolio button on the time line of Hand SWF and place of 'portfolio_page_swf' on the stage as it should, but when I click the buttons located in the 'portfolio_page_swf' galleries are not displayed. The page "portfolio_page_swf" buttons work only if I open the file 'portfolio_page_swf' directly. The following code is used in the "portfolio_page_swf":

var Xpos:Number = 0.0;
var Ypos:Number = 0.0;
var swf:MovieClip;
var loader: Loader = new Loader();

var defaultSWF:URLRequest = new URLRequest("galleries/gallery_print_swf.swf");

Loader.Load (defaultSWF);
Loader.x = Xpos;
Loader.y = Ypos;
this.mySWFLoadingClipGALLERY.addChild (loader);
////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////

Function universal BTNS
function btnClick(event:MouseEvent):void {}

this.mySWFLoadingClipGALLERY.removeChild (loader);
var newSWFRequest:URLRequest = new URLRequest ("galleries /" + event.target.name + ".swf");
Loader.Load (newSWFRequest);
Loader.x = Xpos;
Loader.y = Ypos;
this.mySWFLoadingClipGALLERY.addChild (loader);
}
Listeners of BTN
gallery_print_swf.addEventListener (MouseEvent.CLICK, btnClick);
gallery_packaging_swf.addEventListener (MouseEvent.CLICK, btnClick);
gallery_web_swf.addEventListener (MouseEvent.CLICK, btnClick);
gallery_video_swf.addEventListener (MouseEvent.CLICK, btnClick);
gallery_others_swf.addEventListener (MouseEvent.CLICK, btnClick);
gallery_logos_swf.addEventListener (MouseEvent.CLICK, btnClick);

If anyone can help understand me this I would really appreciate. This is a very important project and the deadline is coming up very soon. Please help me understand how to load an external SWF on the main timeline and then charge an additional external swf within the first external swf. I'm puzzled.

If I'm following the structure you describe, it's probably a problem of targeting.  If you load a swf into another swf I think the scenario is the same that if you load a swf in a web page...  The charging base is the document down the chain, which is your main swf if you test Flash (otherwise it would be so stable web page in a web page).  So when your portfolio is responsible in the hand, it's like living in the folder of the hand, so your swf portfolio should probably include sovereign wealth funds in targeting... as in...

var defaultSWF:URLRequest = new URLRequest("swfs/galleries/gallery_print_swf.swf");

Tags: Adobe Animate

Similar Questions

  • Problem with loading multiple external xml files

    I have a table named 'source', which consists of names of files external xml, the content of which I'm loading in another table called 'content '. I tried with the following text:

    ----------------------------------------------------------------------------------------
    for (i = 0; i < source.length; i ++) {}
    XML_URL = "' http://localhost/temp/ ' + source ;"
    myXMLURL = new URLRequest (XML_URL);
    myLoader = new URLLoader (myXMLURL);
    myLoader.addEventListener (Event.COMPLETE, xmlLoaded);
    }

    function xmlLoaded(evt:Event):void {}
    Content.push (myLoader.Data);
    }
    ---------------------------------------------------------------------------------------

    The problem is that in this way, I get that content of the last xml file and other items ' content ' are 'undefined '. Anyone know the solution to this problem or maybe another way to do this?

    Thanks in advance

    I tested the following with two xml files in the same folder (I would try the same thing) and put their names in the table source. Create two dummy xml for the test files.
    Here is my exact code (I've changed, I have one because it's italicized here in the forums):

    var content: Array = new Array();
    var source: Array = new Array ("media1.xml", "media2.xml");
    for (var a source) {}
    var XML_URL = ' "+ source [a];
    var myXMLURL = new URLRequest (XML_URL);
    var myLoader = new URLLoader ();
    myLoader.addEventListener (Event.COMPLETE, xmlLoaded);
    myLoader.load (myXMLURL);
    }

    function xmlLoaded(evt:Event):void {}
    Content.push (evt. Target.Data);
    if(Content.Length ==source.) Length)
    TR();
    }

    function tr() {}
    trace (content);
    }

  • SQL loader, problem with the POSITION &amp; EXTERNAL

    Hi gurus of the Oracle.

    I have problem with position and external.

    I have the data file with the data of 1 million records

    data delimiter is to and eventually closed by «»

    some lines are not loaded due to errors of data, i.e. data contains some «»

    now, we decided to use the position & external. am unable to write the control file.

    any help would be much appreciated

    The table name is person_memo, 4 columns

    ID_PERSONVARCHAR2 (9 bytes)
    TX_MEMOVARCHAR2 (1000 bytes)
    ID_USERVARCHAR2 (20 bytes)
    TM_STAMPTIMESTAMP (6)

    my control file is

    DOWNLOAD THE DATA

    ADD THE PERSON_MEMO TABLE

    FIELDS TERMINATED BY ' |'

    SURROUNDED OF POSSIBLY "" "

    TRAILING NULLCOLS

    (

    ID_PERSON POSITION (1) "CUT (: ID_PERSON).

    , TX_MEMO POSITION (10) TANK (1000) "CUT (: TX_MEMO).

    , POSITION (1012) ID_USER "TRIM (: ID_USER).

    , TM_STAMP POSITION (1031) EXTERNAL (26) ' DECODE (: TM_STAMP, NULL, NULL, TO_TIMESTAMP (: TM_STAMP, ' YYYY-MM-DD - HH24.MI.)). SS. "(FF')).

    )

    specimen of data file

    "04725813" | "aka"Little Will"" "|" " 095TDEAN «|» 2013-02-21 - 11.13.44.632000

    "05599076" | "" FIRST NAME - ADDED A 'T' AS ON THE REG MAP | ' 016DDEAL ' |. ' 2014-04-11 - 10.06.35.598000

    Thanks and greetings

    REDA

    In your control file, EXTERNAL (26) must be INTEGER EXTERNAL (26).

    Unfortunately, this forum destroyed the spacing, so I can't say whether or not your data are positionnelles.  If it is positional, you can then use positions, but you need start and end positions.  The positions that you posted have nothing to do with the data you've posted.  If you use positions, you can eliminate the delimiters and the beginning and the end of citations using these positions.

    If your data are not positionnelles and you have quotes in your data in quotes, but you don't have the pipe delimiters in your data, then you can only use the delimiters and trim the quotes start and final data.

    I have demonstrated the two methods below, using test1.ctl for the positional method and test2.ctl for the defined method.

    Scott@orcl12c > host type test.dat

    "04725813" | "aka"Little Will"" | "" 095TDEAN «|» 2013-02-21 - 11.13.44.632000

    "05599076" | "" FIRST NAME - ADDED A 'T' AS ON THE REG MAP | ' 016DDEAL ' |. ' 2014-04-11 - 10.06.35.598000

    Scott@orcl12c > type host test1.ctl

    DOWNLOAD THE DATA

    ADD THE PERSON_MEMO TABLE

    FIELDS TERMINATED BY ' |'

    TRAILING NULLCOLS

    (ID_PERSON POSITION (02:10))

    , TX_MEMO POSITION (14:59)

    POSITION ID_USER (63:82)

    , TM_STAMP POSITION (85:110) EXTERNAL INTEGER (26) ' DECODE (: TM_STAMP, NULL, NULL,).

    TO_TIMESTAMP (: TM_STAMP, ' YYYY-MM-DD - HH24.MI.) SS. "(FF')).

    )

    Scott@orcl12c > type host test2.ctl

    DOWNLOAD THE DATA

    ADD THE PERSON_MEMO TABLE

    FIELDS TERMINATED BY ' |'

    TRAILING NULLCOLS

    (ID_PERSON "TRIM ("------"" FROM: ID_PERSON ")")

    , TX_MEMO CHAR (1000) "TRIM ("------"" FROM: TX_MEMO ").

    , ID_USER "TRIM ("------"" FROM: ID_USER ").

    , TM_STAMP INTEGER EXTERNAL (26) ' DECODE (: TM_STAMP, NULL, NULL,).

    TO_TIMESTAMP (: TM_STAMP, ' YYYY-MM-DD - HH24.MI.) SS. "(FF')).

    )

    Scott@orcl12c > create table person_memo

    2 (ID_PERSON VARCHAR2 (9 bytes)

    3, TX_MEMO VARCHAR2 (1000 bytes)

    4, ID_USER VARCHAR2 (20 bytes)

    5, TM_STAMP TIMESTAMP (6))

    6.

    Table created.

    Scott@orcl12c > host sqlldr scott/tiger control = test1.ctl data = test.dat log = test1.log

    SQL * Loader: release 12.1.0.1.0 - Production Thursday, May 15, 10:53:11-2014

    Copyright (c) 1982, 2013, Oracle and/or its affiliates.  All rights reserved.

    Path used: classics

    Commit the point reached - the number of logical records 2

    Table PERSON_MEMO:

    2 rows loaded successfully.

    Check the log file:

    test1.log

    For more information on the charge.

    Scott@orcl12c > select * from person_memo

    2.

    ID_PERSON

    ---------

    TX_MEMO

    --------------------------------------------------------------------------------

    ID_USER

    --------------------

    TM_STAMP

    ---------------------------------------------------------------------------

    04725813

    aka "Little Will"

    095TDEAN

    21 FEBRUARY 13 11.13.44.632000 AM

    05599076

    FIRST NAME - ADDED A 'T' AS ON THE REG MAP

    016DDEAL

    11 APRIL 14 10.06.35.598000 AM

    2 selected lines.

    Scott@orcl12c > truncate table person_memo

    2.

    Table truncated.

    Scott@orcl12c > host sqlldr scott/tiger control = test2.ctl data = test.dat log = test2.log

    SQL * Loader: release 12.1.0.1.0 - Production Thursday, May 15, 10:53:11-2014

    Copyright (c) 1982, 2013, Oracle and/or its affiliates.  All rights reserved.

    Path used: classics

    Commit the point reached - the number of logical records 2

    Table PERSON_MEMO:

    2 rows loaded successfully.

    Check the log file:

    test2.log

    For more information on the charge.

    Scott@orcl12c > select * from person_memo

    2.

    ID_PERSON

    ---------

    TX_MEMO

    --------------------------------------------------------------------------------

    ID_USER

    --------------------

    TM_STAMP

    ---------------------------------------------------------------------------

    04725813

    aka "Little Will"

    095TDEAN

    21 FEBRUARY 13 11.13.44.632000 AM

    05599076

    FIRST NAME - ADDED A 'T' AS ON THE REG MAP

    016DDEAL

    11 APRIL 14 10.06.35.598000 AM

    2 selected lines.

  • Problem with load LOV value reset

    12.1.3 ADF

    I am facing a problem with load LOV set to reset.

    I have a page in waterfall surrounded by af LOV: PanelFormLayout. Also do some validation on the data entered by the user when clicked on submit. If the validation fails, an alert will appear on the validation failed and user will stay on the same page.

    Values LOV child get back their null or empty when you click on the "submit" button. It works as expected when the validation failed and the user has navigated to the next page. But if validation fails, the user stays on the same page and child LOV connection reset to NULL or emptyvalue. For this reason, NPE error occurs when the user attempts submit again and have to select again the child value LOV.

    Is it possible to keep the child LOV value even after submitting a form?

    Page code:

    < af:panelBox text = "Product Details" id = "pb4" >

    < af:panelFormLayout id = labelWidth "180px" = "pfl4" >

    < af:selectOneChoice value = "#{bindings." ProdType.inputValue}.

    label = "#{bindings." Required to ProdType.label'} = 'true '.

    requiredMessageDetail = "product Type cannot be NULL. Please select a value.

    shortDesc = "Select the Type of product" id = "soc1' autoSubmit = 'true '.

    showRequired = "true" contentStyle = "width: 150.0px".

    Binding = "#{viewScope.provBean.prodType} '"

    valueChangeListener = "#{viewScope.provBean.prodTypeVCL}" >

    < f: selectItems value = "#{bindings." ProdType.items}"id ="si1"/ >

    < f: validator binding = "#{bindings." ProdType.validator} "/ >"

    "< af:target execute="@this "make ="soc2"/ >

    < / af:selectOneChoice >

    < af:selectOneChoice value = "#{bindings." ProdVer.inputValue}.

    label = "#{bindings." Required to ProdVer.label'} = 'true '.

    requiredMessageDetail = 'Product Version cannot be NULL. Please select a value.

    shortDesc = 'Select Product Version' id = 'soc2 '.

    Disabled = ' #{bindings. " ProdVer.inputValue == null} ".

    contentStyle = "width: 150.0px" showRequired = "true".

    Binding = "#{viewScope.provBean.prodVer}" >

    < f: selectItems value = "#{bindings." ProdVer.items}"id ="si2"/ >

    < f: validator binding = "#{bindings." ProdVer.validator} "/ >"

    < / af:selectOneChoice >

    < / af:panelFormLayout >

    < / af:panelBox >

    Timo thanks for your response.

    Child LOV I created is an attribute of transient and resolved the problem by setting the property of passivation to true.

  • Problem with loading/unloading SWFs external

    Hey! Thank you in advance for any assistance you can provide. Here's the question: my master I am loading an external swf file. This file overlays the original file, so I started looking for a way to download the original file. I was not very successful. I've looked through these forums and did research on google, too, but found only a partial solution.  Right now, I have created a background layer that allows the loaded file cover the original file without bleed through.  I'd rather have the original file unload before loading the file newly appointed.

    Here is the code that I found so far:

    Declaring Variables
    var Xpos = 0;
    var Ypos = 0;
    var loader: Loader = new Loader();
    var swfFileToLoad: URLRequest = new URLRequest ("holdHumans.swf");

    Go to the creation
    removeChild (loader);
    Loader.Load (swfFileToLoad);
    Loader.x = Xpos;
    Loader.y = Ypos;
    addChild (loader);

    This code is normally associated with a key event, but I have to be able to use it inside a timer function in the original file. When the function is called, I get this message: Error #2025: the supplied DisplayObject must be a child of the caller.

    I get this message too when I try to use it in the swf file loaded externally.

    How to solve this problem?

    Thank you

    Michael

    You are welcome.

  • Having a problem with loading in the combustion chamber

    Hello

    I'm having a small problem I could use help with. I'm not really sure what's going on, but I'm having a problem with one of the pages of my site does not when you try to view the page in Firefox. But if I loaded this page in Safari or Chrome, it loads very well.

    Here is the URL of the page to take a look:
    Specific link removed by moderator display ~ J99 < sitename >.com/top-10/top...services/

    No idea why this might be happening or how to fix it? I don't know if it's just my computer, or if others have the same problem.

    Thanks in advance,

    Mike

    There's two of us have confirmed the page will load so I deleted the link to display as it could be construed as advertising.

    P.S. Note only forum content in the resolved threads is now indexed by search engines.

    (Last updated: February 14, 2015 08:45 CEST)

    Solved the locked thread now ~ J99

  • problems with several hr2000 + external trigger mode

    I hope someone can me halp on this problem:

    I need to acquire spectra with two hr2000 + and a nirques256 with labview external trigger mode.

    The external trigger mode is done by another pc and also the train of pulpse generator.

    If a trigger after I'm going to generate a 100 impulse every 20ms for each device through a dedicted Council.

    If I only work with ghosts at times things works fine and the system is very stable, BUT if I work with two or three spectres by now I have a really strange (maybe for me) problem with the timeout.

    This is due to an incorrect number of pulses:

    If I work with two device then I need to produce pulses of 200 each 20ms but my spectrometers provide data every 40ms, but I need to equip every 20ms

    If I work with threedevice and then I need to produce pulses of 300 each 20ms but my spectrometers to obtain data each 60ms but I need to equip every 20ms

    Thus, in this way, I lose the synchronization of the three councils.

    An options may be to use a dedicated pc for each device

    I acquire the signal via usb and the problem is maybe duo to the bus

    I think maybe the problem is duo to the vi block! Maybe I can use single istance at times when I call the procedure

    Thank you

    I just solved the problem: it was a problem with reentrancy

    Default LabVIEW use not reentrant execution

  • Windows 7 Causes of security errors - Invalid SIDS - problem with loading of programs such as Adobe Flash

    I discovered a bug in my Windows 7 (64-bit) that causes security errors in my system.  I honestly do not know or understand how these mistakes happened.  For example, my system lists the group "power users ^ 0' and 'Power users' (the latter should of course)."  I have never tested with the accounts system, not to mention the well known windows accounts.
    Even when I try to delete the group "power users ^ 0' the system replied that he could not remove a well-known group."  This isn't a well-known group.  The Group initially appeared in 'users and groups' within the 'computer management '.  I made a few changes to the security in the registry settings to try to fix my system, but the group no longer appears in "computer Management\Users and groups."  It appears when I look at the 'properties' for a user and select ' Add/search' when I try to add a group to the user. »
    Regarding Adobe Flash, it does not when I am connected with a normal user account.  It does not load when I log in as an administrator (on the same machine).  So I suspect there is a security problem in the registry which prevents Adobe Flash to load for a regular user.  What me stem, is that when I go there and install Adobe Flash for a normal user (Yes, he invites me to run the installation as long as the administrator - date which I enter the password to continue the installation, which runs without error reported).  The installation of Adobe Flash completed successfully for the user as an Explorer window showing the installation of Adobe Flash successfully, I proceed to access any site that requires Adobe Flash to be installed on the client computer and the site if poster correctly - flash loads fine.  Now, if log out me of the account of user and re - login under the same user on this computer, even when the user has just installed Adobe Flash, it loads is no longer!  When I navigate to a site that requires Adobe Flash, it generates an error indicating that Adobe Flash must be installed!  Curiously, when I connect as administrator, Adobe Flash loads very well!  For me, Windows 7 displays security system errors / makes me crazy.  I would be grateful if I get assistance for this problem.   All system errors have focused on SIDS invalid, invalid years system well-known accounts created by Windows 7.  In the meantime, I connect as administrator because he never complains you need to install Adobe Flash.
    Help, please!

    Thank you
    E-mail address is removed from the privacy *... com

    I decided to do a clean reinstall of my computer Windows 7 (64 bit)...  Nevertheless, I think that I think I know when the error with the "Power User ^ 0' saw the light of day..."  When I was rebuilding my machine with a fresh install of Windows 7 (with a full format my system drive), I noticed that when I renamed my machine (as everyone would expect to see), I inspected the "users and groups" in "Computer management" and low and has appeared the "power users ^ 0' group."  I believe that this has happened during the time where I've renamed my machine.   I have never messed with the creation of groups or something of the sort.  I am amazed that such a simple task would result in such a mistake.  As for my problem with impossible to load Adobe Flash, that the error has been removed, but I don't see how it existed in the first place.  I do not understand why Microsoft publishes several buggy instead of solidification Windows 7 systems.

    Thank you for your help,

    ~ sreyes27

  • Problem with report PDF - external (Apache FOP) - APEX 5.0 + ADR 3.0 + Tomcat 7

    Hello

    I have a problem with the pdf reports.

    I tried to make the steps of Apache FOP missing Oracle Apex installable for 5.0 and 5.0.1 APEX APEX

    It's something wrong with my settings 'external (Apache FOP)'.

    When I download the report I .pdf file.

    I can't open this file with the reader of pdf, but Notepad ++ open it.

    In the first line is: "ORA-20001: the print engine could not be reached because the URL is incorrect or a proxy URL must be specified."

    I have:

    • APEX 5.0 (c:\apex)
    • ADR 3.0.1 (c:\OracleREST-
      • files apex.xml, apex_al.xml, apex_pu.xml and apex_rt.xml are in C:\OracleREST\pathtoconfig\apex\conf,
      • defaults.XML, fop.xml are C:\OracleREST\pathtoconfig\apex)
    • Apache Tomcat 7.0.64 (C:\apache-tomcat-7.0.64)
    • Apache FOP 2.0 (C:\ApacheFOP\fop-2.0) - I don't now how to bind with APEX, ADR and Tomcat

    My fop2pdf.jar file is located in C:\apache-tomcat-7.0.64\webapps\apex\WEB-INF\lib

    If I use ADR as print server is OK, but I need to use non-English characters.

    Can you help me? Please

    AGM

    P.S. I'm sorry for my English, I hope you understand me

    Hi AgaSz,

    AgaSz wrote:

    I have a problem with the pdf reports.

    I tried to make the steps of Apache FOP missing Oracle Apex installable for 5.0 and 5.0.1 APEX APEX

    It's something wrong with my settings 'external (Apache FOP)'.

    When I download the report I .pdf file.

    I can't open this file with the reader of pdf, but Notepad ++ open it.

    In the first line is: "ORA-20001: the print engine could not be reached because the URL is incorrect or a proxy URL must be specified."

    You use DB Oracle 11g or later? If so, you must enable Network Services to use the configured Print Services.

    Reference: The last point mentioned here: PDF of print on demand Express 3.1 and above

    My fop2pdf.jar file is located in C:\apache-tomcat-7.0.64\webapps\apex\WEB-INF\lib

    If I use ADR as print server is OK, but I need to use non-English characters.

    You should not use "External Apache FOP", but you can "Oracle REST Data Services" as an option "print server". But, you should open the ords.war file and replace the Apache FOP associated jar files so that it supports non-English characters.

    You crossed the aforementioned following threads in the thread:

    Recently, I met the following threads:

    3. ASK : if I agree that Apache FOP comes with ADR supports the Base-14 fonts and it's more issue ADR as Oracle APEX, but it will help you qualify for Oracle APEX + ADR as users of at least the next version ADR print server comes with Apache FOP 1.1 and the xmlgraphics - commons-1.5.jar. This will help the people setting up fonts and support for complex Scripts for example, Arabic, Hebrew, hindi and Southeast Asian scripts using Apache FOP comes with ADR as "print server".

    Kind regards

    Kiran

  • problem with loading and unloading Movie

    Hello

    I have a function on the button to load an external swf and then I the anther button to unload

    It works perfectly...

    But when I put it on server to work online, it does not work

    Could someone help please?

    Make sure that sub01.swf is uploaded to the correct directory online and use:

    ////////////////////

    {We (Release)}

    _root. Loader_mc.loadMovie ("sub01.swf");

    }

    and the unloading function is

    ////////////////////

    on (release) {}

    _root. Loader_mc.unloadMovie ();

    }

  • problem with loading text

    I use a loadvars action to load the external .txt file, and it loads the file BUT will read numbers out of the file.
    It will not read letters that make words - making phrases, which make me angry.

    No idea why this would be? I tried to play with the encoding of the .txt file, it would be something in the code AS? (even if that it should load the file since it is the reading of the number.)

    Any suggestions?

    Corrected in "General Discussions Forum"... remove the text field and makes a new... now works... you know!

  • Problems with WD drive external HARD with MBP 15' retina

    Hello

    I bought a WD My passport 3 TB about 6 months ago. After awhile it started to act funny: sometimes I plugged the HARD drive, but it did not show up in the office (after trying it a few times, it worked normally) and some files has been corrupted. I passed the test of WD drive utilities and quick test has been authorized, but 'test Drive Complete' failed.

    After the problem has persisted (and laptop computer find drive HARD became harder and harder) I bought an another WD 2 TB HDD to backup data before returning the 3 TB of warranty drive.

    I copied all the info in the new HARD drive, but I find that, although it works 'well' (the computer always finds the drive and never got corrupted files) the new drive passes the "Test of complete transmission" WD drive either utility. Although possible, I suspect that the new drive is not faulty as well.

    Is there a problem with the whole WD drive utilities, or the WD drives don't work really well with the MBP?

    Is there a reliable way to verify the disk HARD WD on Mac?

    Thank you!

    Can you run first aid on the drive and see if something comes along?

  • Problem with T400 and external monitor (1920 x 1200 resolution)

    Hello

    My laptop:

    ThinkPad T400 2767-C99 * (graphics: ATI Mobility Radeon HD 3470 256 MB / X4500MHD (Switchable Graphics)), OS is Windows XP

    I just installed the latest video driver from lenovo page (which also installs "ATI catalyst")

    Externale monitor:

    I just bought a Samsung SyncMaster 2443FW, 24 "TFT monitor with a maximum resolution of 1920 x 1200

    Problem:

    Monitor works fine with my new T400s and my old Acer laptop. However, with my T400 (described above), I can't do the monitor uses the 1920 x 1200 resolution. However, all the other ugly resolutions so I need it to work with 1920 x 120

    -If I change the resolution of right on the desktop of Windows XP (and then properties-online settings) and set the screen on 1920 x 1200 resolution, then my monitor used only a lower meanless (1440 x 900) and effect of scrolling as I move my pointer on the screen

    -If I use the ATI catalyst software to set the resolution, I can only chose smaller resolutions (he not go 1920 x 1200)

    Questions

    Is it a hardware (maybe the graphics card does not support 1920 x 1200) or a software problem (maybe a problem with the driver) or just a matter of adjustment?

    What can I do?

    Help would be much appreciated!

    * Original description: 2767-2JG base: T9550(2.66GHz), 4 GB of RAM, HD 250 GB at 5400 RPM, 14.1 LCD in 1440 x 900, 256 MB ATI Radeon 3470HD, CD-RW/DVD-RW, Intel 802.11agn wireless, Bluetooth, Modem, 1 GB ether, UltraNav, chip dry, RPF, camera, 9 c Li - ion, BACK license

    Problem solved:

    I was using my old monitor vga cable that doesn't use 14 pins (worked fine with my T400s and Acer laptop - but not with the T400).

    => When I switched to cable 15-pin that came with the monitor, the problem was gone!

  • Problem with loading external swf files

    Hello

    I am currently working on a project which is an interactive and dynamic elemtry school presentation to the Denmark. I finished my project and it works perfectly, but only locally on my computer.

    The final draft should be implemented on the site and public work. I tried to implement the project on the site and unfortunately, it does not work as expected.

    When all the files where transferred to the ftp server, only a single files are responding and appear correctly.

    Interactivity of the project is based on a structure of Action script, which is based on the smooth transition between swf files (load another swf file after the action is triggered by clicking on a button) do any work.

    After days of trying to figure out the solution, I'm totally lost. One thing is to publish the project so that all action script will work and answer between swf files, and the other thing is to make it user-friendly for the Android and apple products.

    The presentation is quite heavy because of its loading external swf content files, which are images and movies.

    I really hope you can help me with my problem. I will gladly share the files and codes if it would help solve the problem.

    Best regards

    Agata

    It could be a problem of location of file from loading.  When you place a swf file in an HTML base for targeting anything that the SWF load becomes the folder of the html page.  You may need to adjust the target so that the target of swf files, load it as if it were in the same folder as the html page.

  • Help please! Problems with loading external swf files

    I'm scared, I'm new to both Adobe Flash and Actionscript 3.0.

    I'm trying to create a simple site using a couple of different external sovereigns loaded into a main swf file.

    For the moment, in the timeline panel, I have the following code in frame 1 of the layer actions:

    import flash.events.MouseEvent;

    Stop();

    navbutt.addEventListener (MouseEvent.CLICK, shownavbg);
    function shownavbg (myEvent:MouseEvent): void {}
    gotoAndPlay (10);
    }
    home_btn.addEventListener (MouseEvent.CLICK, showhome);
    function showhome (myEvent:MouseEvent): void {}
    gotoAndPlay (66);
    }
    aboutme_btn.addEventListener (MouseEvent.CLICK, showaboutme);
    function showaboutme (myEvent:MouseEvent): void {}
    gotoAndPlay (49);
    }
    gallery_btn.addEventListener (MouseEvent.CLICK, showgallery);
    function showgallery (myEvent:MouseEvent): void {}
    gotoAndPlay (76);
    }

    var bgLoader:Loader = new Loader();
    stage.addChild (bgLoader);
    ("var url: URLRequest = new URLRequest("Background/sitebackground/Main.swf ");
    bgLoader.load (url);
    stage.setChildIndex (bgLoader, 0);

    Then, in the framework of 76, I have the following code:

    removeChildAt (0);
    bgLoader.unload ();

    In section 77:

    var galleryLoader:Loader = new Loader();
    stage.addChild (galleryLoader);
    var galleryurl:URLRequest = new URLRequest("test/ZenGalleryDemo.swf");
    galleryLoader.load (url);
    stage.setChildIndex (galleryLoader, 0);

    Stop();

    The idea is that, when the file is loaded, the 'sitebackground/Main.swf"flash loads on the stage. Then I want to delete this flash and load a different one when I click on the gallery_btn. So, when I click on the gallery_btn, he plays frame 76, theoretically unloading the Main.swf and the loading of the ZenGalleryDemo.swf in its place.

    For the moment, the Main.swf loads perfectly and works great. But when I click on the button to the Gallery, he jumps to the frame 76 and plays the Main.swf. It does not load the file ZenGalleryDemo.swf...

    If anyone has any ideas, I would be really grateful!

    Thanks in advance

    It's just a glance and reading, but the problem may lie between these two lines... look closely...

    var galleryurl:URLRequest = new URLRequest("test/ZenGalleryDemo.swf");
    galleryLoader.load (url);

Maybe you are looking for