Help with existing AS2 code to rotate an object

I have an item I want to turn 3D (letter 'Y'). I have a code I put together and edited it a bit, but right now she turns at the top left because he is anchor. I try to turn it to the 'heart' of the Y (absolute Center), so it is essentially in place.

My second problem is the speed. Ideally, it should turn very quickly and then slow down and stop. Any thoughts on how to clean either this code to make it work? I'm pretty new, so any help is appreciated. I could try with only a transformation of the form, but I'm trying to see if it can be cleaner with Actionscript. Thank you!

Here is a link to the CS4 .fla file if that helps.

http://Board.flashkit.com/board/showthread.php?p=4296719#post4296719

scaleDirect = -1;

DEC2HEX function ()dec ()

{

if ( dec > 15 )

{

POS1 = hexChars. charAt() ( Math. floor ( dec / 16 ) );

POS2 = hexChars. charAt() ( dec - ( pos1 * 16 ) );

} else

{

POS1 = 0;

POS2 = hexChars. charAt() ( dec );

}

Hex = pos1 and pos2;

return hex;

}

this. ( onEnterFrame = function()( )

{

letterMC. _xscale += scaleDirect * Math. floor (1+ ( 101-Math. ABS() letterMC. _xscale ) )/2 );

if ( ) letterMC. _xscale < = -100 | letterMC. ( _xscale > = 100 )

{ scaleDirect * = -1;} }

}

don't use acceleration in your _xscale property:

this.onEnterFrame = function()

{

letterMC._xscale += scaleDirect;

If (letterMC._xscale <= -100="" ||="" lettermc._xscale="">= 100)

{scaleDirect * = - 1 ;}}

}

Tags: Adobe Animate

Similar Questions

  • can someone help with the following code plsql errors...

    Hello

    If anyone can help with the following code... to get a successful outing.

    create or replace package lib_01 as

    procedure lib_proc01 (p_user_id in numbers, p_user_name in varchar2);

    end lib_01;

    create or replace package body lib_01 as

    procedure lib_proc01 (p_user_id in numbers, p_user_name in varchar2) as

    number of v_user_id;

    v_user_name varchar2 (50);

    number of v_avl_books;

    number of v_avl_days;

    date of v_end_date;

    date of v_return_date;

    Start

    dbms_output.put_line ('Enter User Name');

    dbms_output.put_line (' username :'|| p_user_name);

    Select user_id, user_name in v_user_id v_user_name of user_registration where user_name = p_user_name;

    If v_user_name <>p_user_name then

    dbms_output.put_line (' username is not.) Please submit full name ');

    end if;

    If v_user_id is null or v_user_name is null then

    dbms_output.put_line ("' user not found");

    validate_userLogin;

    on the other

    validate_issuedbooks (p_issuecount);

    end if;

    If v_issuecount < v_avl_books then

    issuebooks;

    on the other

    Number of return of late_fee (p_mem_id, p_extradays, p_latefee_total);

    end if;

    If paid_flag = "Y" then

    issuebooks;

    on the other

    dbms_output.put_line ("' book may be issued due to its maximum reached late fees");

    end if;

    end lib_proc01;

    procedure validate_userLogin is

    procedure reg_proc is

    procedure user_validate (p_id_proof in varchar2, p_id_no out varchar2) is

    v_id_proof varchar2 (20);

    v_id_no varchar2 (20);

    Start

    Select user_name, id_proof, id_no, v_user_name, v_id_proof, v_id_no of user_registration where id_proof = p_id_proof;

    If v_id_proof = "Adhar_Card" then

    dbms_output.put_line ('user a valid proof of ID');

    dbms_output.put_line (' and the id no. :'|| is p_id_no).

    on the other

    dbms_output.put_line ('Invalid ID evidence.) Please submit valid proof of ID ');

    end if;

    exception

    When no_data_found then

    dbms_output.put_line ('No Data found');

    end user_validate;

    procedure member_validate (p_mem_id series)

    v_mem_flag char (1);

    curr_date date: = sysdate;

    date of v_mem_enddate;

    Start

    dbms_output.put_line('Mem_flag:'|| v_mem_flag);

    Select mem_flag in the v_mem_flag of user_login where user_id = v_user_id;

    If v_mem_flag = 'n' or v_mem_flag is null then

    dbms_output.put_line ('The User do not have membership');

    on the other

    Select mem_id in the v_mem_id of user_login where user_id = v_user_id;

    dbms_output.put_line ('the user has membership');

    v_mem_id: = p_mem_id;

    Select mem_enddate in the member_login v_mem_enddate where mem_id = v_mem_id;

    If v_mem_enddate < curr_date then

    dbms_output.put_line ('Membership has expired' | v_mem_id |' on ' | v_mem_enddate);

    on the other

    dbms_output.put_line ('User a validity again' | v_mem_enddate);

    end if;

    end if;

    exception

    When no_data_found then

    dbms_output.put_line ("' no data found");

    while others then

    dbms_output.put_line (' another error.) Please find");

    end member_validate;

    Start

    insert into user_registration values ('& first_name ',' & last_name', null, ' & user_type',)

    address_ty ("& bldg_no",

    '& bldg_name',

    '& Street',

    ' & city ",

    '& State',

    '& zip'

    ),

    user_phone ',' & user_mail ',' mem_idproof', ' & id_no');

    Dbms_output.put_line ('user is properly registered');

    exception

    When no_data_found then

    dbms_output.put_line ("' data not found");

    end reg_proc;

    Start

    Dbms_output.put_line (' enter ID or user name ');

    Dbms_output.put_line (' username: ' | p_user_name);

    If v_user_name is null then

    Dbms_output.put_line ('user not found');

    reg_proc;

    Insert user_login SELECT user_id_seq. NEXTVAL, user_name, NULL, mem_id_seq. NEXTVAL, user_type FROM user_registration WHERE user_name is lower (p_user_name);

    Dbms_output.put_line (' because the user wants to have the membership? ");

    Dbms_output.put_line ('If Yes, please pay dues");

    INSERT INTO member_login SELECT mem_id_seq. CURRVAL, SYSDATE, SYSDATE + avl_days, 500, 'Y' of user_login ul, bl book_loan WHERE ul.mem_type = bl.mem_type AND user_name = p_user_name;

    END IF;

    exception

    When no_data_found then

    dbms_output.put_line ("' no data found");

    When too_many_rows then

    dbms_output.put_line (' too many lines).

    END validate_userLogin;

    procedure validate_issuedbooks (p_issuecount series)

    number of v_issuecount;

    Start

    Select user_login u, bl book_loan, avl_days, avl_books in v_avl_days, v_avl_books where bl.mem_type = u.mem_type and user_id = p_user_id;

    SELECT count (case when end_date < end return_date then p_mem_id) as invalidcount in v_issuecount from book_count where mem_id = p_mem_id;

    v_issuecount: = p_issuecount;

    dbms_output.put_line (' no. books that the user contains the :'|| p_issuecount);

    end validate_issuedbooks;

    procedure issuebooks is

    procedure book_avl (p_avl_now_flag in p_avl_date Boolean, date) is

    v_avl_now_flag char (1);

    date of v_avl_date;

    procedure reader_bookissue is

    Start

    insert into values drive (p_user_id, v_book_id, sysdate, sysdate, null);

    insert into book_count values(p_mem_id,v_book_id,sysdate,sysdate,null);

    Update book_availability set issued_to is "Reader" where book_id = v_book_id;.

    end reader_bookissue;

    Start

    Select book_name, b.book_id avl_now_flag v_book_name, v_book_id, v_avl_now_flag of the book b, book_availability b where b.book_id = ba.book_id and ba.book_id = p_book_id;

    If v_avl_now_flag = "Y" then

    dbms_output.put_line ('the book is available for issuance' | v_book_id);

    on the other

    Select mem_type in the v_mem_type of user_login where user_id = (select user_id from book_availability where avl_now_flag = 'n' and book_id = p_book_id);

    If v_mem_type = "Reader" then

    reader_bookissue;

    dbms_output.put_line (' the book is with Reader.) Please try tomorrow.') ;

    on the other

    dbms_output.put_line ('the book is member');

    end if;

    Select avl_date in the book_availability v_avl_date where book_id = p_book_id;

    v_avl_date: = p_avl_date;

    dbms_output.put_line (' the available date is: ' | p_avl_date);

    end if;

    end book_avl;

    Start

    insert into book_count values(p_mem_id,p_book_id,sysdate,sysdate+v_avl_days,v_return_date);

    Update book_availability set book_id = p_book_id, avl_now_flag = 'n', avl_date is to_date (sysdate + v_avl_days,' dd-mm-yyyy ""), issued_to = v_mem_type, user_id = p_user_id where mem_id = p_mem_id;

    commit;

    dbms_output.put_line ("' the book published successfully");

    end issuebooks;

    Number of function return late_fee (p_mem_id in number, p_extradays series, p_latefee_total number) is

    number of v_extradays;

    number of v_latefee_total;

    number of v_latefee_per_book;

    number of v_latefee_per_day;

    number of v_book_count;

    Start

    Select trunc (sysdate) - v_end_date in v_extradays from book_received where mem_id = p_mem_id and book_id = p_book_id;

    p_extradays: = v_extradays;

    v_latefee_per_book: = v_latefee_per_day * v_extradays;

    v_latefee_total: = v_latefee_per_book * v_book_count;

    p_latefee_total: = v_latefee_total;

    dbms_output.put_line ('The total AMT for not returned books' | p_latefee_total);

    end late_fee;

    end lib_01;

    Hello

    I checked the first 10 lines after the beginning and I could count already several errors.

    Is it an exercise or a real code, you must provide?

    Kind regards.

    Alberto

  • Need help with the error Code 80244019 Windows Update

    From: Doug

    I get code 80244019 whenever I try to use Windows Update. I tried to change the DWORD in regedit nothing helps... Norton has recently found and 'resolved' trojan.zlob in 128 files in the registry, 21 cases (10 of which were in system32) and 1 browser cache. Whenever I try to use IE to go to http://windowsupdate.microsoft.com I am redirected to msn.com.

    Any advice or solutions would be welcome.

    From: PA bear [MS MVP]

    Chances are that ZLOB was not completely removed and she was accompanied by infections Vundo and SDBot variant, all protected by a rootkit infection. You are going to need specialized assistance to clean this machine,

    Unexplained computer behavior may be caused by deceptive software

    http://support.Microsoft.com/kb/827315

    Run a check of /thorough/ for hijackware, including post your hijackthis on a proper forum log.

    Verification / help with Hijackware

    http://aumha.org/a/parasite.htm

    http://aumha.org/a/quickfix.htm

    http://aumha.NET/viewtopic.php?t=5878

    http://wiki.CastleCops.com/Malware_Removal_and_Prevention:_Introduction

    http://MVPs.org/winhelp2002/unwanted.htm

    http://inetexplorer.MVPs.org/data/prevention.htm

    http://inetexplorer.MVPs.org/tshoot.html

    http://www.MVPs.org/sramesh2k/Malware_Defence.htm

    http://defendingyourmachine2.blogspot.com/

    http://www.elephantboycomputers.com/page2.html#Removing_Malware

    When all else fails, HijackThis v2.0.2

    (http://aumha.org/downloads/hijackthis.exe) is the tool to use.

    It will help you to identify and remove any hijackware/spyware with

    assistance of an expert.  * Post your log to

    http://aumha.NET/viewforum.php?f=30,

    http://forums.Spybot.info/forumdisplay.php?f=22,

    http://CastleCops.com/forum67.html, or other appropriate review bodies

    by an expert in the field, not here.* *.

    If the procedures look too complex - and there is no shame in admitting

    isn't your cup of tea - take the local machine, good reputation and

    independent computer repair shop (i.e., not BigBoxStoreUSA).

    --

    ~ Robear Dyer (PA Bear)

    Another response of the community of Windows Vista discussion groups

  • Help with a script that converts the HTML object text box

    I don't know anything about programming scripts and unfortunately inDesign isn't any panel actions as Photoshop..

    I need a script to convert a text box with HTML code inside a HTML object... I think not, it should be very difficult

    How could be the following:

    (1) select the text box
    (2) cut all text inside
    (3) remove the empty box
    (4) select selection tool
    (5) go to OBJECT/INSERT HTML
    6) paste it into the code before you cut the text box
    (7) OK and close the menu INSERT HTML code

    If the Script works, we could change with HTML code inside a text box to an object HTML (video, card, animations,...)

    The first step could be manually selecting each text box or by selecting all of the boxes that start automatically by "< iFRAME '

    1000 thanks

    Remember that you can not get an answer it if you don't show any attempt of your choice.

    FWIW

    Loïc

  • HELP WITH AN ERROR CODE PLEASE!

    Hello
    I tried to install Vista 64-bit.  I have a page error 0 x 00000050. (OxFFFFFA600211c000, Ox0000000000000000, OxFFFF800A46B137).  I read that page fault usually has to do with memory - I have run the Diagnostics memory and came with no error.  I was doing some research on the Internet and saw that he (error 50 code) may also have to do with the video RAM, so I changed the video no cards to an older model ATI 2900 (I was using an ATI Radeon 4850) now I have none liked getting the BSOD - fair windows loading files, then a black screen forever.  It is a whole new generation.  I can't load either Vista or 7 (the two 64-bit editions) in safe mode, the two facilities to stop at the same exact file LOADED: \windows\system32\drivers\disksys.  I can't and can start utility disks (such as windows and Wizard disk seagate boot disks that do in fact) and I used them to format the drive as the Neurofibrillaire degeneration.  I tried to find what the error codes, but despite countless searches I come up with nothing.  Thanks in advance for any help.
    I tried to start with a stick, test the memory sticks. I tried different ways different drives, different optical drives, now different production - the only thing that remains is the processor that I will try today.
    Thanks for any help or suggestion.
    I also tried the Advisor to upgrade and looked up the eyes each component seperatedly in the Compatibility Center and all are listed as compatible.

    I think I thought what it out - although my processor (QX6850) was listed as compatible on all these cards (asus, asrock and gigabyte) I went to Intel today Web site and discovered that my processor is only compatible with chipsets 35 or 48 - of course, I have a 45 chipset (and each of the offices well using different memory who spent memeory all the test and display correctly in the BIOS re) (: tension, calendar etc /) were all 45 chipsets.  I tested and everything but the CPU changed and was wrong to pay someone to do it for me with the same results!  Thank you for your time and your efforts - now I have to wait and see what the various companies tech support said because all these tips and everything I bought are beyond 30 days return policy!

  • Help with 0x80072efd error code

    I had trouble using any application that requires the internet and I can not access the windows store. I can use internet without any problems with my browser and did some diagnostics on the connection and my wireless adapter and they say there are no problems found! The code 0x80072efd happen when I try to use the windows store. I have looked for answers online, but can't find anything that relates to my problem. Help, please!

    Hello

    This issue because of the connection failure.

    Download and install the following update and check.

    The rollup Windows RT 8.1 8.1 of Windows and Windows Server R2 2012: January 2014.

    http://support.Microsoft.com/kb/2911106/en-us

  • help with PL/SQL code

    Hello!

    I need help, I don't know why I get errors with my code:

    declare
    xMin number (3) NOT NULL: = 50;
    xMax number (3) NOT NULL: = 70;
    yMin number (3): = 0;
    yMax number (3): = 20;

    Start

    XMin CASE <-400 THEN
    xMin = - 400;
    ELSIF xMax > 400 THEN
    xMax = 400;
    ELSEIF yMin <-400 THEN
    yMin = - 400;
    ELSEIF yMax > 400 THEN
    yMax = 400;
    END IF;

    Select sum (population) populacija
    of naselje
    where x BETWEEN xMin xMax AND
    and is BETWEEN yMin AND yMax;
    end;

    error I get is:
    ORA-06550: line 10, column 15:
    PLS-00103: encountered the symbol "=" when expecting one of the following conditions:

    := . ( @ % ;
    The symbol ': = was inserted before '=' to continue. '
    ORA-06550: line 12, column 15:
    PLS-00103: encountered the symbol "=" when expecting one of the following conditions:

    := . ( @ % ;

    1 declare
    2 xMin number (3) NOT NULL: = 50;
    3 xMax number (3) NOT NULL: = 70;
    Thanks for your help!

    Kind regards
    Dragan

    First ELSEIF is incorrect, it must be ELSIF

    AH, Yes, '=' must be ': = '.

    Published by: Bob37 on May 16, 2012 12:10

  • Help with the enforcement code model

    I need to find a way to apply a pattern that I can't enforce through the specification of the normal template.

    I have a field that must be two numeric characters.  If only a numeric character is entered, then it must be two characters, with the first main character being zero.  So, if you enter 3, then the field becomes 03.

    In addition, none of the non-numeric characters cannot be accepted.  Unfortunately, if I try to specify a model in a numeric field, then it converts all non-numeric characters zeros!  Who does not work for my application.

    The plan I came up with is this: make the field so that it is not wide enough for the characters to width fixed to fit and check the box to limit the length of field to the visible area.  Then enter the code on the output event that will check the characters who had entered one at a time, first the left then the right.  It can examine the ASCII values for these characters to ensure that they represent 0 to 9 digits; This would mean that the ASCII value of each character must be greater than or equal to 48 and less than or equal to 57.  If one of the characters does not pass this test, then the computer will beep (as it does when I try to enter an alphabetic character in a numeric or decimal field, if it is possible to make a beep like that) and the field is cleaned.

    Can someone help me with this code?  I know I have to use javascript instead of formcalc (since there is no function ASCII in formcalc I know), and I don't know javascript, so I'm at a loss.

    Thanks for any help...

    Hello

    As with most of the code, there are a number of ways to do this. Here is an example that you can add to the event of output of the field in question and make sure that the language is set to JavaScript, or well the code generates an error. I've added comments for you to see what is happening:

    var myRegex = / ^ \d{2}$/; This corresponds to a 2-digit model

    var singleDigits = [0,1,2,3,4,5,6,7,8,9]; Table for verification to a single digit

    for (var i = 0; i)< singledigits.length;="" i++){="" loop="" through="" single="" digit="">

    If (this.rawValue == i) {/ / if the value is a number in the table}

    this.rawValue = "0" + i; Add a "0" in front

    }

    }

    If (this.rawValue! = null | this.rawValue! = ") {/ / only if the field contains a value...}

    If (! this.rawValue.match (myRegex)) {/ / and it does not match the model (i.e. 2 digits)}

    this.rawValue = "; Clear the field

    xfa.host.setFocus (this); set the focus on the ground

    xfa.host.messageBox ("error: reason for conflict.") Only 2 digits can be entered in this field. ") ; Enter any message you want here

    }

    }

    This field must be a text field for the '0' to be added to the front, otherwise, if it is a numeric field, the code will try to add the '0' mathematically the number entered and you'll end up with a single digit again.

    Another option is to make the field a comb 2 numbers and then you can delete the second block of code.

    -

    Dallas

  • Need help with PL/SQL code

    Hi I am writing this code in pl/SQL:

    create or replace
    PROCEDURE 'TESTPRI '.
    (NUMBER pCYC_DT)
    AS
    vTGT_TABL VARCHAR2 (25);
    vSTG_TABL varchar2 (30);
    vsql varchar2 (200);
    BEGIN
    vTGT_TABL: = 'TESTTABL ';
    vSTG_TABL: = vTGT_TABL | » _'|| pCYC_DT;
    vsql: = 'TRUNCATE TABLE ' | vTGT_TABL;
    EXECUTE IMMEDIATE vsql;
    RUN IMMEDIATELY "INSERT" | vTGT_TABL | ' SELECT * FROM '. vSTG_TABL;
    COMMIT;
    -IMMEDIATE 'TRUNCATE TABLE ' | vSTG_TABL;
    END TESTPRI;

    When executing this procedure it gives me following error:
    ORA-03290: Invalid command truncate - lack of key word TABLE or CLUSTER
    ORA-06512: at "DBR. TESTPRI', line 11
    ORA-06512: at line 6

    But I think that the TRUNCATE TABLE statement is correct. Is there a problem with the variable?

    Any help would be appreciated.
    Thank you.

    vsql: = 'TRUNCATE TABLE ' | vTGT_TABL;

    You need space after the TABLE

    vsql:= 'TRUNCATE TABLE ' ||vTGT_TABL ; 
    

    EXECUTE IMMEDIATE vsql;
    RUN IMMEDIATELY "INSERT" | vTGT_TABL | ' SELECT * FROM '. vSTG_TABL;

    Sapce here after INTO, before SELECT and FROM

    EXECUTE IMMEDIATE 'INSERT INTO '|| vTGT_TABL||' SELECT * FROM '|| vSTG_TABL;
    
  • help with flash as2 hyperlink button

    Hi, this should be very easy to do, but I can't do with my current file. I can link the as1 or as3, but for some reason, this as2 won't let me link. Help, please! It's too complicated to explain in the text the problem here then please download my flash file and see what I'm trying to do. don't worry, no viruses!

    It is created on a mac and compressed. view my file flash here: http://www.nafline.com/prototype/dev/header_white3.fla.zip [about 13 MB, sorry, don't know why it is so great, even though I deleted unnecessary things everything]

    in my file, you will see there are 2 buttons, 1 has a link using (liberation). I want to be able to connect. If you try to test the swf movie, the link does not work. I tried on (click) and mouseEvent and no work. =((

    Thanks for the help!

    Thank you so much Ned. I didn't add the link and the identifier causes the ACE does not have to work. stupid of me.

    I thought that the linkage identifier / were required in order to call the ACE but I guess that is not. I removed the button property and added the ACE in the layer actions on the mainMovie and it works great! It is online at nafline.com.

    Thanks Ned!

  • Need help with the error code 80070424

    I'm not able to update my windows vista. It gives the error code 80070424 and says 'windows can not find updates of nw'. I am not able to change all settings also unsuccessfully. Help, please.

    Hello

    Please, try the following:

    Click Start > run >
    Type the command of follow-up in the Open box.
    "net.exe stop wuauserv" (without quotes)
    Press Ok

    Repeat the same for the following commands:

    Regsvr32.exe c:\windows\system32\wuapi.dll
    Regsvr32.exe c:\windows\system32\wups.dll
    Regsvr32.exe c:\windows\system32\wuaueng.dll
    Regsvr32.exe c:\windows\system32\dllcache\wucltui.dll
    Regsvr32.exe MSXML3.dll
    Regsvr32.exe qmgr.dll
    Regsvr32.exe qmgrprxy.dll
    NET.exe start wuauserv

    Restart the computer and try again.

  • Need help with the error code Udates Windows 0 x 80070424

    Hi, can someone give me some advice on how to enable Windows Auto Udates back, they seemed to have close the cottages and after trying to use all the options available I knew I am now facing an error code when I try to use the Microsoft Web site myself to get them. He responds just error Code 0 x 80070424. Thanks, any help would be great so if you "ve had this problem before or heard about what's going on could you please send me one. Brad

    See: http://support.microsoft.com/kb/968002

    -steve

  • Need help with 8024200d error Code

    From: tom

    Hi, I was with Vista Perium and just improved to complete edition with service pack 1 upgrade pack of Pcworld? After the updates come and then received the error Code 8024200d. I couldn't fond solution.
    Any idea to you?
    Thanks for your time.

    From: TaurArian

    Hi there, was this update available through automatic updates?

    Error 0x8024200D = SUS_E_UH_NEEDANOTHERDOWNLOAD

    The Setup program requires more data to download

    If so, try to download the full file of:

    http://support.Microsoft.com/kb/947562

    TaurArian [MVP] 2005-2009

    Update Services

    Another response of the community of Windows Vista discussion groups

  • Please help with error 0xC004F063 code to activate windows.

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 50
    Validation caching Code online: n/a, hr = 0xc004f012
    Windows product key: *-* - GJY49 - VJBQ7-HYRR2
    Windows product key hash: W5/6nm6F2UPXrCkY5xUhXb / + 21 = g
    Windows product ID: 00426-OEM-8992662-00006
    Windows product ID type: 2
    Windows license Type: OEM SLP
    The Windows OS version: 6.1.7600.2.00010100.0.0.001
    ID: {D59774B9-295A-4B42-BBF0-55EF0311B28A} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows 7 Ultimate
    Architecture: 0x00000000
    Build lab: 7600.win7_gdr.101026 - 1503
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 103 blocked VLK
    Microsoft Office Enterprise 2007 - 103 blocked VLK
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program may Explorer\iexplore.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {D59774B9-295A-4B42-BBF0-55EF0311B28A}1.9.0027.06.1.7600.2.00010100.0.0.001x 32*-*-*-*-HYRR200426-OEM-8992662-000062S-1-5-21-2210387079-3743783805-1851173088Hewlett-PackardCompaq Presario C700 Notebook PCHewlett-PackardF.3420080925000000.000000 + 0008AB83607018400EA40090409India Standard Time(GMT+05:30)03HPQOEMSLIC-MPC10310312ACD7202654E586fFic3JgCreGGRxyF8uMWB4R4Jcg = Microsoft Office Enterprise 2007 89388-707-1528066-6509114

    Content Spsys.log: 0 x 80070002

    License data-->
    The software licensing service version: 6.1.7600.16385

    Name: Windows 7 Ultimate edition
    Description: operating system Windows - Windows (r) 7, channel OEM_SLP
    Activation ID: 7cfd4696-69a9-4af7-af36-ff3d12b6b6c8
    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00426-00178-926-600006-02-16393-7600.0000-2932012
    Installation ID: 004774319055106376909694439166384874638583199055454063
    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338
    Machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339
    Use license URL: http://go.microsoft.com/fwlink/?LinkID=88341
    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340
    Partial product key: HYRR2
    License status: Notification
    Notification reason: 0xC004F063.
    Remaining Windows rearm count: 3
    Trust time: 19/10/2012 11:00:07

    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: 0xC004C533
    Beyond: 0 x 0000000000000000
    Event timestamp: 10:19:2012 00:58
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:

    --> HWID data
    Current HWID of Hash: MAAAAAEAAgABAAIAAAABAAAAAgABAAEAnJ9mlwp61K/8kCLr/FPCULBBMmwevSqF

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: no, table invalid SLIC
    Windows marker version: N/A
    OEMID and OEMTableID consistent: n/a
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    HPQOEM APIC-SLIC-MPC
    HP FACP SPARTAN
    HPQOEM HPET SLIC-MPC
    START HPQOEM SLIC-MPC
    MCFG HPQOEM SLIC-MPC
    ASF!   HPQOEM SLIC-MPC
    SLIC SLIC-MPC HPQOEM
    SSDT PmRef CpuPm

    You buy a genuine Windows 7 license. The copy of Windows 7 Ultimate, you have installed is an OEM SLP license that should only be preloaded with a new PC. You seem to have installed a copy of Windows 7 Ultimate that uses an activation exploit that bypasses the product activation.

    We know that it is because the BIOS date:

    20080925000000.000000 + 000

    Windows 7 was released in 2009, the date of your BIOS says 2007, which means probably that your system is provided with Windows Vista or Windows XP.

    In addition, he is a well known Windows 7 Ultimate license which has been used all over the web:

    Windows product key: *-* - GJY49 - VJBQ7-HYRR2

    Do a search on the web.

    Thus, you must either charge your version of Windows that came on your computer (Vista or XP) or consider purchasing a license of Windows 7 genuine.

    Windows 7 - version comparisons:

    http://Windows.Microsoft.com/en-us/Windows7/products/compare-editions

    MS Windows 7 store price:

    http://store.Microsoft.com/Microsoft/Windows-Windows-7/category/102

    or consider purchasing Windows 8 Pro for US $39.99, October 26, 2012. Its much cheaper.

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

    In addition, your license of Microsoft Office is not genuine:

    Office status: 103 blocked VLK
    Microsoft Office Enterprise 2007 - 103 blocked VLK
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002

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

    You can buy a genuine license or download a trial from the following link:

    Trial license:

    http://Office.Microsoft.com/en-us/try/

    Full license:

    http://support.Microsoft.com/kb/823570

    Get the key;

    http://Office.Microsoft.com/en-us/buy/redir/XT101874326.aspx?CTT=5&origin=HA101847520

  • Need help with the error Code: 1002 please!

    I am trying to update my CC Id & get the error Code: 1002

    Any suggestions before I try to support?

    Thank you!

    Hello

    Please follow the steps below:

    Uninstall CC Desktop App using https://helpx.adobe.com/creative-cloud/help/uninstall-creative-cloud-desktop-app.html

    Run the tool cleaning Adobe CC from here: https://helpx.adobe.com/creative-cloud/kb/cc-cleaner-tool-installation-problems.html

    Restart your computer

    Install creative cloud app: https://www.adobe.com/creativecloud/desktop-app.html

    Let us know if it works!

Maybe you are looking for