Help page web _main.xml file

I had really big problem for my web...

Scene = scene 1, layer = Layer Action, frame = 5, line 41There is no property with the name 'displayState '.
Symbol = 339, layer = layer 5 sprite, image = 1, line 3There is no property with the name 'displayState '.
Symbol = 339, layer = layer 5 sprite, image = 1, line 5There is no property with the name 'displayState '.
Symbol = 339, layer = layer 5 sprite, image = 1, line 9There is no property with the name 'displayState '.

For code trees is

{

closeObjSeand.useHandCursor = true;

textObj.htmlText = "";

closeObjSeand._visible = false;

closeObjClear._visible = false;

} / / end if if

};

* if (Stage.displayState == "fullscreen")

{

next

(release)

{

* if (Stage.displayState == 'normal')

{

Stage.displayState = "fullscreen";

}

on the other

{

Stage.displayState = "normal";

} / / end if if

}

about (overview)

{

_parent.gotoAndPlay ("S1");

}

on (releaseOutside, deployment)

{

_parent.gotoAndPlay ("S2");

}

next

identical to the previous

and final

(release)

{

If (Stage.displayState == 'normal')

{

Stage.displayState = "fullscreen";

}

on the other

{

*       Stage.displayState = "normal";

} / / end if if

}

about (overview)

{

_parent.gotoAndPlay ("S1");

}

on (releaseOutside, deployment)

{

_parent.gotoAndPlay ("S2");

and when I go to control > > > test movie > > test

I have this error

XML HAS NO CHARGE! (33634_main.xml)

Error opening URL "file:///C|/Users/name/Desktop/33634/33634_main.xml".

I don't know what the problem was, if someone can tell me that I would be grateful!

And when I export the .swf file will not start I have to press Enter to make the video started

Best regards!

you are using the as1/as2 code and publish for as3.

change your publication settings (file > publishing settings > flash or swf) to use as2.

Tags: Adobe Animate

Similar Questions

  • Passing values from a CO of a page in the xml file of a field with LOV.

    Hello

    I have 2 pages in this CUSTOMIZATION and the 2nd page got fields that have their turn to LOV.

    The query behind the LOV is sitting in the XML file and as an amendment to this motion, he needs some dynamic values

    I got to a stage where in the Commander of the 2nd page I set up values using getparameters.

    But how to pass this value from the 2nd page to the XML FILE.

    Thank you

    Regis

    Hi Regis

    Leave; s first focus on your first build errors. You said very well reconstruction work but compilation error comes when you run the page.

    It's strange. Can you please confirm if you have added the OFA libraries to your project. Ideally, they should be there once you create an OA project

    Concerning

    Marie Lise S

  • Migration of OAF - Pages and regions - xml files

    Hi all

    Can someone explain to me the answer to the following questions

    (1) why tradition expanded Page and the files of the region should not exist under $JAVA_TOP?

    (2) why page Standard and region files exist under respective $XXXX_TOPs/SDM... of the directory

    As the definition of page files are not used when running and are only for reference and the backup object, we can follow any structure of directory for storing these files.

    However, other files such as AMImpl, the controller class and VO.xml must be there to $JAVA_TOP...

  • Need help to read the xml file and place it in a table.

    Nice day!

    Here is the configuration. I have a xml file from another source which will call a stored procedure in my database (which I am supposed to create). This is a first for me, I've never done development pl/sql or worked with xml. :(

    That's what I hoped to accomplish, if there is a better way, that I am open to him.
    In short, to have a stored procedure that takes the xml file (transmitted by third parties via the call, no url must be a file), creates a temporary table and populates the two columns needed. Then, the SP will make a select join with the temporary table and other data available in another schema. Once the completed table selection will be truncated and dropped. SP farm.

    Details:
    DB: Oracle 11.2.0.1 RAC.
    Charset: AL32UTF8
    Example of XML: (nearly 10,000 lines like this in production)
    "< MerchantID report =" "#" name = 'Conversion detail report' ReportStartDate = '2011-09-27 12:00:00GMT' ReportEndDate = '2011-09-27 21:38:13GMT"Version ="1.1"> < Conversion = '1234567891234567 D' MerchantReferenceNumber Convertingdate =" 2011-09-27 13:39:02 "RequestID ="1234567891234567891234"> < OriginalDecision > REVIEW < / OriginalDecision > < NewDecision > ACCEPT < / NewDecision > < Reviewer > testusr < / examiner > < ReviewerComments > no reason to reject. < / ReviewerComments > < Notes > < Note Date = "2011-09-27 13:39:02" AddedBy = "testusr" comment = "Took possession" / > < / Notes > < queue > Digital Review < / queue > < profile > Digital orders QA < / profile > < / Conversion > "
    ...
    < / report >

    What I tried.
    I found a tutorial: http://it.toolbox.com/blogs/oracle-guide/oracle-and-xml-in-action-a-real-world-example-5319 I tried and was able to make it work. But I could not duplicate the results with my xml file. So I looked away and have had no success. :( I'm not a developer, so I'm really bad...

    I found a note of support: (how to load an XML file into a Database Table using DBMS_XMLSave unaided Bfile [227476.1 ID]) and couldn't make it work.

    I found some online then Odie son xml and tried these but slipped and couldn't get my versions of these great answers to work for me.

    Then... I'm here now and hoping that someone could walk me through this.


    I tinkered this SP (it doesn't have to be that way, the suggestions are greatly appreciated)

    create or replace procedure xml_to_table (call_1 call_2) as

    Start
    run immediately "CREATE GLOBAL TEMPORARY TABLE XMLType IMRPT
    --(clé primaire contrainte-imrpt_pk (MerchantReferenceNumber))
    XmlType store as xml binary basicfile
    -(high compression)
    virtual columns
    (MerchantReferenceNumber as (xmlcast (xmlquery ('/ Conversion/MerchantReferenceNumber ' from object_value content back) as VARCHAR2 (32))))
    , NewDecision as (xmlcast (xmlquery ('/ Conversion/NewDecision ' from object_value content back) as VARCHAR2 (10)))
    )
    -ON COMMIT PRESERVE ROWS

    run immediately 'save xml as a file on the local system?'

    insert into IMRPT (MerchantReferenceNumber, NewDecision)

    run immediately "join select statement.
    run immediately 'truncate table IMRPT.
    run immediately "drop table IMRTP.

    end;
    /

    On my last test, I tried to select just in the xml file using this:

    DECLARE
    indomdoc DBMS_XMLDOM. DOMDocument;
    innode DBMS_XMLDOM. DOMNode;
    myParser DBMS_XMLPARSER.parser;
    buf VARCHAR2 (2000);
    BEGIN
    myParser: = DBMS_XMLPARSER.newParser;

    DBMS_XMLPARSER.setBaseDir (myparser, 'XML_DIR');
    DBMS_XMLPARSER. Parse (myParser, "test.xml");

    indomdoc: = DBMS_XMLPARSER.getDocument (myParser);

    -just to test content
    innode: = DBMS_XMLDOM.makeNode (indomdoc);
    DBMS_XMLDOM.writeToBuffer (innode, buf);
    Dbms_output.put_line (BUF);

    dbms_xmldom.freeDocument (indomdoc);
    dbms_xmlparser.freeParser (myParser);
    END;
    /

    It was another accident and burn.

    Any help would be appreciated.

    Thank you

    Like I said:

    Here is an example using a REF CURSOR variable ( you will need to declare a plus for your actual procedure )

    Your procedure has two parameters, you must declare two variables to hold the two REF CURSOR ;)

    DECLARE
    
      v_filename      VARCHAR2(50) := 'DMReport.xml';
      v_rc1            SYS_REFCURSOR;
      v_rc2            SYS_REFCURSOR;
    
      v_order_name       VARCHAR2(100);
      v_reason_text      VARCHAR2(100);
    
    BEGIN
    
      xml2table(v_filename, v_rc1, v_rc2);
    
      commit;
    
      loop
        fetch v_rc1 into v_order_name;
        exit when v_rc1%notfound;
        dbms_output.put_line('ORDER_NAME='||v_order_name);
      end loop;
    
      close v_rc1;
    
      loop
        fetch v_rc2 into v_order_name, v_reason_text;
        exit when v_rc2%notfound;
        dbms_output.put_line('ORDER_NAME='||v_order_name||', REASON_TEXT='||v_reason_text);
      end loop;
    
      close v_rc2;
    
    END;
    /
    

    If you test this in SQL * Plus, do not forget to SET SERVEROUTPUT ON to see the result.

  • Need help with loading the XML file

    Hello

    I spent reviewing the web/forums for an example on how to do this for a few days now.  I managed to get this working in Flash Pro easily enough, but I think I'm missing something when I want to do the same thing in Flex.

    Basically, I want to load an XML file and then set the values of the text of labels 5, equal to the data in the XML file.

    So I have a button created in MXML and have put the following click event:

    Click = "dsSetup (Event)" "

    I also stated the following:

    public var myRequest:URLRequest = new URLRequest ("assets/myFile.xml");   folder located under the CBC in project

    public var myLoader:URLLoader = new URLLoader();

    public var myXML:XML;

    My function that loads is as follows:

    public function dsSetup(event:MouseEvent):void

    {

         trace ("dsSetup");

    myXML = new XML (myLoader.data);

    H3. Text = myXML.source.itemA;

    H4.text = myXML.source.itemB;

    H5.text = myXML.source.itemC;

    H7.text = myXML.source.itemD;

    H8.text = myXML.source.itemE;

    currentState = "MainMenu";

    }

    myLoader.addEventListener (Event.COMPLETE, dsSetup);   I think that this line is no longer as I put it in the MXML

    myLoader.load (myRequest);

    It's the way I did in Flash and it worked fine, but I must be missing something when it comes to Flex.

    Can you explain or point me to a good tutorial that shows how to load XML in Flex code?

    Those I've found seems to have about 50 lines of code just to load a file and add through a complex for a beginner.

    Thank you very much

    I suggest you save the data loaded in a variable that can be linked, then bind the properties of the text - who:

    [Bindable]

    var myXML:XML;

    public void dsSetup(event:MouseEvent):void

    {

    myXML = new XML (myLoader.data);

    currentState = "MainMenu";

    }

    ...

  • Need help to retrieve the XML file

    Hello

    I'm new to xml query and I need help badly. I have a file xml with the following content. I need help to extract data as:

    beginTimelocalDnmeasObjLdnhdlcRxErrAborthdlcRxErrCRChdlcRxErrLackOfBufs
    2015 07-28 T 14: 45:00 + 03:00ERSGSN01MagId.SlotId.E1/T1Trunk.FractionId=2.8.6.1240010200
    2015 07-28 T 14: 45:00 + 03:00ERSGSN01MagId.SlotId.E1/T1Trunk.FractionId=2.9.3.1000
    2015 07-28 T 14: 45:00 + 03:00ERSGSN01MagId.SlotId.E1/T1Trunk.FractionId=2.9.4.1000

    and the XML data I have are:

    <? XML version = "1.0" encoding = "UTF-8"? >

    <? XML-stylesheet type = "text/xsl" href = "MeasDataCollection.xsl"? >

    " < measCollecFile xmlns =" http://www.3GPP.org/FTP/specs/archive/32_series/32.435#measCollec ">

    < fileFormatVersion = "32.435 V9.0" fileHeader vendorName = "Ericsson" >

    < fileSender / >

    < measCollec beginTime = "2015-07 - 28 T 14: 45:00 + 03:00" / >

    < / fileHeader >

    < measData >

    < managedElement localDn = "ERSGSN01" / >

    < measInfo measInfoId = ' E1/T1, hdlc' >

    < job jobId = "Meas_E1T1_all" / >

    < duration granPeriod = "PT900S" endTime = "2015-07 - 28 T 15: 00:01 + 03:00" / >

    < duration repPeriod = "PT900S" / >

    < p measType = "1" > hdlcRxErrAbort < / measType >

    < p measType = "2" > hdlcRxErrCRC < / measType >

    < p measType = "3" > hdlcRxErrLackOfBufs < / measType >

    < p measType = "4" > hdlcRxErrMaxFrameLen < / measType >

    < p measType = "5" > hdlcRxErrNonOctetAlign < / measType >

    < p measType = "6" > hdlcRxErrQueue < / measType >

    < p measType = "7" > hdlcRxOK < / measType >

    < p measType = "8" > hdlcRxOctets < / measType >

    < p measType '9' = > hdlcTxOK < / measType >

    < p measType = "10" > hdlcTxOctets < / measType >

    < measValue measObjLdn="MagId.SlotId.E1/T1Trunk.FractionId=2.8.6.1" >

    < p r = "1" > 2400 / < r >

    < p r '2' = > 1020 / < r >

    < p r = "3" >/< r > 0

    < p r = "4" >/< r > 0

    < p r = "5" > </r > 0

    < p r = "6" >/< r > 0

    < p r = "7" >/< r > 0

    < p r = "8" > 0 </r >

    < p r '9' = > 295 / < r >

    < p r = "10" > 4130 / < r >

    < / measValue >

    < measValue measObjLdn="MagId.SlotId.E1/T1Trunk.FractionId=2.9.3.1" >

    < p r = '1' >/< r > 0

    < p r = "2" >/< r > 0

    < p r = "3" >/< r > 0

    < p r = "4" >/< r > 0

    < p r = "5" > </r > 0

    < p r = "6" >/< r > 0

    < p r = "7" >/< r > 0

    < p r = "8" > 0 </r >

    < p r '9' = > 295 / < r >

    < p r = "10" > 4130 / < r >

    < / measValue >

    < measValue measObjLdn="MagId.SlotId.E1/T1Trunk.FractionId=2.9.4.1" >

    < p r = '1' >/< r > 0

    < p r = "2" >/< r > 0

    < p r = "3" >/< r > 0

    < p r = "4" >/< r > 0

    < p r = "5" > </r > 0

    < p r = "6" >/< r > 0

    < p r = "7" >/< r > 0

    < p r = "8" > 0 </r >

    < p r '9' = > 295 / < r >

    < p r = "10" > 4130 / < r >

    < / measValue >

    < / measInfo >

    < / measData >

    < fileFooter >

    < measCollec = endTime "2015-07 - 28 T 15: 00:01 + 03:00" / >

    < / fileFooter >

    < / measCollecFile >

    Help, please. I tried to select a value using the following xml query which does not lead to any output:

    WITH t AS (SELECT xmltype (bfilename('SGSN_STAT_ERICSSON', 'A20150728.1445+0300-20150728.1500+0300_Meas_E1T1_all.52'), nls_charset_id('UTF-8')) FROM dual xmlcol)

    SELECT beginTime, localDn, measObjLdn, hdlcRxErrAbort, hdlcRxErrCRC, hdlcRxErrLackOfBufs

    T, XMLTABLE

    (XMLNAMESPACES ('http://www.3gpp.org/ftp/specs/archive/32_series/32.435#measCollec' as 'ns1'), )

    ' / measCollecFile'

    passage xmlcol

    columns

    beginTime PATH VARCHAR2 (32) ' / measCollec/@beginTime',

    localDn PATH VARCHAR2 (32) ' / measData/managedElement@localDn',

    measObjLdn PATH VARCHAR2 (32) ' / measData/measInfo/measValue@measObjLdn',

    ["hdlcRxErrAbort PATH VARCHAR2 (32) ' / measData/measInfo/measValue/r[@p="1 ']',

    ["hdlcRxErrCRC PATH VARCHAR2 (32) ' / measData/measInfo/measValue/r[@p="2 ']',

    "[" hdlcRxErrLackOfBufs PATH VARCHAR2 (32) ' / measData/measInfo/measValue/r[@p="3 ']"

    )

    Sincere greetings

    Either way, using an XQuery FLWOR expression:

    select x.*
    from xmltable(
           xmlnamespaces(default 'http://www.3gpp.org/ftp/specs/archive/32_series/32.435#measCollec')
         , 'for $h in /measCollecFile
              , $v in $h/measData/measInfo/measValue
            return element row {
              $h/fileHeader/measCollec/@beginTime
            , $h/measData/managedElement/@localDn
            , $v/@measObjLdn
            , element r1 {$v/r[@p="1"]}
            , element r2 {$v/r[@p="2"]}
            , element r3 {$v/r[@p="3"]}
            }'
           passing xmltype(bfilename('TEST_DIR', 'test.xml'), nls_charset_id('AL32UTF8'))
           columns beginTime           timestamp with time zone path '@beginTime'
                 , localDn             varchar2(32)             path '@localDn'
                 , measObjLdn          varchar2(80)             path '@measObjLdn'
                 , hdlcRxErrAbort      number                   path 'r1'
                 , hdlcRxErrCRC        number                   path 'r2'
                 , hdlcRxErrLackOfBufs number                   path 'r3'
         ) x ;
    
  • Cannot access any help page web paypal!

    can anyone advise why?

    Hi Zeb_uk,

    I suggest you contact Paypal for assistance on this issue.

    https://www.PayPal.com/cgi-bin/helpscr?cmd=_help&t=escalateTab

    Thank you, and in what concerns:
    I. Suuresh Kumar - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Impossible to open Web browser. XML file

    Hello

    I need to use my web server XML file and when I try to open the same using the HTTP connection it is impossible to open. When I try to open same. XML file in the web browser, that it is impossible to open?

    can you please tell me why it's happening and how to fix this?

    Thank you

    Gunjan

    Hey Dhavani

    Thanks for your reply.

    It helped me a lot.

    Thank you

  • How to give a Page break as XML

    Can we order a page break through XML files.

    I have a xml file which I am importing and generating PDFs. Are there any style tag or number that can be applied to the xml element to specify a page break.

    Hi Nishatry

    I don't think so there is a single command for breaking of indesign. This way you can try to create tag for breaking and apply a paragraph style, then just replace the pagebreak pagebreak style

    app.findTextPreferences = app.changeTextPreferences = null;
    app.findTextPreferences.appliedParagraphStyle = 'Pagebreak ';
    app.changeTextPreferences.changeTo = "^ P";
    app.activeDocument.changeText ();

    Thank you

    concerning

    a you are the

  • tag &lt; error page &gt; - in the web.xml file

    Hi all

    I wrote a web application deployed on weblogic 10.3.
    in one of my pages JSP say JSP1 a java.lang.RuntimeException type exception is thrown.

    and I tag error pages configured in my web.xml file
    That is to say
    > error pages <
    java.lang.RuntimeException < exception type > < / exception type >
    error.html < location > < / location >
    < / error pages >

    so when this exception is thrown by the JSP1, user should redirected to error.html
    but it's not not this

    and instead, is to show the http 500 error saying "website cannot display the page. and url in the address rest bar also the same IE specific JSP1.

    What could be the problem. What additional configuration should be doe for tag < error page >-?

    Thank you

    Try/Check with the following options
    (1) If you test with IE error page, try again with other browsers such as Mozilla Firefox.
    (2) make sure that your web.xml file is to have the DTD element.
    (3) try to place the item of after details of the servlet mapping in web.xml.
    (4) If you are using IE, tweak with the following option of the IE browser
    Simplified Tools--> Internet-->--> HTTP Error Messages Advanced Options show
    (5) check error.html file is available in the correct location (this is under the location context root)

  • I'm not able to open my documents pages. I get the message: the requested index.xml file is missing.  I wonder if it is because I have updates 10.11.5

    I have an iMac (20-inch, mid 2007) processor 2 GHz Intel Core 2 Duo 3 GB 667 MHz DDR2 SDRAM memory and recently updated to el capitan 10.11.5.  I have Pages ' 09, and I can't open my documents pages and get the message:

    The index.xml file required is missing.

    I now see that it says return to default pages 5.6.2.

    I can open them as 5.6.2 then save tehm in pages ' 09?

    Can someone help me with easy tips?

    Only the Pages ' 09 or old documents contain internal index.xml file. When you try to open a document in Pages ' 09 Pages v5, you get this dialog on the missing index.xml. The key is to stop Pages ' 09 and then double click on the document to open it in v5.6.2 Pages.

    Pages ' 09 will not leave by simply clicking on the red light on the title bar of the document. As long as the Pages ' 09 continues to run, it will intercept all attempts to open any document Pages, including incompatible versions of the v5 Pages.

    This has nothing to do with OS X 10.11.5. He has been a user focused on the issue since October 2013.

  • Last updated top 40 Pages causes "the index.xml file required is missing."

    I just upgraded to 4.1 Pages, and now I can't open my existing files.  "The required index.xml file is missing."

    See if this explanation by PeterBreis0807 helps you

    The required index.xml file is missing from the Pages how to solve

  • Error with the loading of the XML file. Help me

    Hello!

    I'm doing a mp3 player for my website but I'm having a little problens and I hope you can help out me.
    It's a xml driven mp3player. I have a mp3player.as file and a songs.xml. Inside my flash animation, I have #include "mp3player.as".

    Here is my code of mp3player.as:

    [CODE]
    Audio Configuration object
    var s: Sound = new Sound();
    s.onSoundComplete = rhyme;
    s.setVolume (75);

    Palette of sounds
    var a: Array = new Array();

    Currently playing song
    CPS var: number = - 1;

    Load the XML into an xml file
    var xml: XML = new XML();
    xml.ignoreWhite = true;
    xml.onLoad = function()
    {
    var nodes: Array = this.firstChild.childNodes;
    for (var i = 0; i < nodes.length; i ++)
    {
    SA.push (nodes . attributes.url);
    }
    playSong();
    }

    XML. Load ("Mp3Player.xml");


    Read mp3 file
    function playSong(): Void
    {
    If (cps == sa.length - 1).
    {
    CPS = 0;
    s.loadSound(sa[cps],true);
    }
    on the other
    {
    s.loadSound(sa[++cps],true);
    }

    }
    [/ CODE]

    And here is my songs.xml file:
    [CODE]
    <? XML version = "1.0" encoding = "UTF-8"? >
    < songs >
    < url = "song music\setsite.mp3" / > "
    < song url = "music\Soul Magic - Magic.mp3 Soul" / >
    < song url = "music\Technotronic - NRG Flow.mp3" / >
    < / songs >
    [/ CODE]

    Whenever I have test my movie, I got this msg:
    Error opening URL "file:///C|/Documents%20and%20Settings/Administrator/My%20Documents/Web%20Sites/site%20MA IO%202007/undefined".

    What is wrong with my code?

    When I commented this line xml.load ("songs.xml") my film works very well. But I can't fix it...

    Thank you

    Thanks GWD... It was the capital I was causing the problem...

    Now, let me ask you something? If I do this mp3player with the loadSound (leader, true); will be music playing and stop because of some internet connections?

  • problem opening document pages. Get the message: the requested index.xml file is missing.

    I can't open the document 'Pages' and get "the index.xml file required is missing."

    You should post the related issues of Pages in the Pages for Mac community support.

    You try to open a document v5 Pages in Pages ' 08 or 09 ' which does not support the format of document Pages v5. Exit your application Pages ' 08 or 09 ' and then double-click the document even have it open in Pages v5.

    When you are in Pages ' 08, ' 09, or same v5, the red light on the title bar of the document just close the current document and fails to complete Pages.

  • I can't open a pages document as he tells me 'index. XML file is missing?

    I have an iMac OS X El Capitan

    1.4 GHz intel core is

    8 GB 1600 MHz DDR3

    I can't open a pages document stored on desktop because 'index. XML file is missing. -What it means and how to overcome the problem?

    Hi Yulula,

    The message means that you have two versions to Pages installed on your MacBook - the current v3.6 pages and previous Pages ' 09.

    Pages ' 09 files are 'packages' and include the file index.xml "missing."

    Pages v3 records in a different file format, one that does not use an index.xml file.

    Pages ' 09 tries to open that file, where the message.

    Exit Pages ' 09. Double-click the file, and it should open in v3 Pages.

    If you would prefer to continue to use the ' 09 Pages (many people, due to many features supported in the ' 09 Pages that are not is v3 Pages), then for this file and others that have been opened in page v3, you can open each in v3, and then export the file in the format of Pages ' 09.

    Kind regards

    Barry

Maybe you are looking for

  • friends air grille iPad blushed. any ideas how to fix

    Hi my friends iPad air 2 has suddenly had a red screen, it was not dropped or damaged, any suggestions how to fix it.

  • Messages on another phone

    Riddle me this! My wife and I share the same Apple sign in. When we are home we have no cell service (ATT). When turn us our phones on airplane Mode and allow our phones call via WiFi, everything works great. But when I send a MMS text my phone xxx-x

  • split screen on the iPhone 6 s more?

    iPhone more than 6 s has got split screen function? THX

  • Rattling at startup on Acer 7720

    I posted about it before, but despite the change in power I get it again? To work around the problem, I do a forced reboot and then asks him to load windows normally... .so no problem any ideas? Can you do a test on a test of POST? below is the origi

  • Cannot connect to windows 7.

    "In as long as administrator, I tried to eliminate, connect to windows 7 using run NETPLWIZ and unchecking" users must use password, etc. "and then it prompted me name and password, I put this in and hit 'apply' and OK. I restarted the computer and i