Please Help me simplify this Script

Hi
I did a magnyfying menu based on this Tutorial:
http://www.flashkit.com/tutorials/Interactivity/Navigation/Mac_OS_X-Aaron_Ha-722/index.php
The problem : is that I have 20 Menu Items. Each time I want
to modify something, there are too much things to modify.
The answer I'm lloking for: I guess there is a much more
intelligent and short way of doing this using just a few script
lines and a few xml or txt files:
1-Creates Movie Clip with button inside
2-Get the list of items to create in this txt file (lets say
"list_of_movies_containing_a_button.txt")
3-Put the butons separated by 40px on Y and X=0
4-Name each button instance with this other txt file
5-Put inside each bouton the text on this third file.
text_appearing_in_each_button.txt
6-For all buttons, use this colour on Over and this other
color on mouse up style.css (?)
7-Each button links to the url defined in Links.txt file.
8-All buttons behave in such manner....
Do you understand what I mean?
Can you please help me? Thanks a lot
Here's the 17th century script I'm using now (with only 10
items in this example)
onClipEvent (load) {
function checkOffset (coffset) {
if (coffset<-120) {
coffset = -120;
} else if (coffset>120) {
coffset = 120;
return coffset;
function setScale (soffset) {
return 100*(2-(1*(Math.abs(soffset)/120)));
onClipEvent (mouseMove) {
// Get cursor x and y coordinates
y = getProperty("_root.drag", _y);
x = getProperty("_root.drag", _x);
// Find cursor offset for each icon based on icon's starting
location
HomeOffset = y-200;
NewsEventsOffset = y-240;
ScheduleOffset = y-280;
ManualOffset = y-320;
DirectionsOffset = y-360;
LessonOffset = y-400;
ContactUsOffset = y-440;
MP3CollectionOffset = y-460;
BookmarkOffset = y-500;
LinksOffset = y-540;
// If cursor is inside menu
if (x>=0 and x<=100 and y>=100 and y<=700) {
// Make sure the offsets are within acceptable limits
HomeOffset = checkOffset(HomeOffset);
NewsEventsOffset = checkOffset(NewsEventsOffset);
ScheduleOffset = checkOffset(ScheduleOffset);
ManualOffset = checkOffset(ManualOffset);
DirectionsOffset = checkOffset(DirectionsOffset);
LessonOffset = checkOffset(LessonOffset);
ContactUsOffset = checkOffset(ContactUsOffset);
MP3CollectionOffset = checkOffset(MP3CollectionOffset);
BookmarkOffset = checkOffset(BookmarkOffset);
LinksOffset = checkOffset(LinksOffset);
// Move the Home Icon
// setProperty ("_root.Home", _y, 200-HomeOffset);
setProperty ("_root.Home", _xscale, setScale(HomeOffset));
setProperty ("_root.Home", _yscale, setScale(HomeOffset));
// Move the News and Events Icon
// setProperty ("_root.NewsEvents", _y,
230-NewsEventsOffset);
setProperty ("_root.NewsEvents", _xscale,
setScale(NewsEventsOffset));
setProperty ("_root.NewsEvents", _yscale,
setScale(NewsEventsOffset));
// Move the Schedule Icon
//setProperty ("_root.Schedule", _y, 260-ScheduleOffset);
setProperty ("_root.Schedule", _xscale,
setScale(ScheduleOffset));
setProperty ("_root.Schedule", _yscale,
setScale(ScheduleOffset));
// Move the Manual Icon
// setProperty ("_root.Manual", _y, 290-ManualOffset);
setProperty ("_root.Manual", _xscale,
setScale(ManualOffset));
setProperty ("_root.Manual", _yscale,
setScale(ManualOffset));
// Move the Directions Icon
//setProperty ("_root.Directions", _y,
320-DirectionsOffset);
setProperty ("_root.Directions", _xscale,
setScale(DirectionsOffset));
setProperty ("_root.Directions", _yscale,
setScale(DirectionsOffset));
// Move the Lesson Icon
//setProperty ("_root.Lesson", _y, 350-LessonOffset);
setProperty ("_root.Lesson", _xscale,
setScale(LessonOffset));
setProperty ("_root.Lesson", _yscale,
setScale(LessonOffset));
// Move the Contact Us Icon
// setProperty ("_root.ContactUs", _y, 380-ContactUsOffset);
setProperty ("_root.ContactUs", _xscale,
setScale(ContactUsOffset));
setProperty ("_root.ContactUs", _yscale,
setScale(ContactUsOffset));
// Move the MP3 Collection Icon
// setProperty ("_root.MP3Collection", _y,
410-MP3CollectionOffset);
setProperty ("_root.MP3Collection", _xscale,
setScale(MP3CollectionOffset));
setProperty ("_root.MP3Collection", _yscale,
setScale(MP3CollectionOffset));
// Move the Bookmark Icon
//setProperty ("_root.Bookmark", _y, 440-BookmarkOffset);
setProperty ("_root.Bookmark", _xscale,
setScale(BookmarkOffset));
setProperty ("_root.Bookmark", _yscale,
setScale(BookmarkOffset));
// Move the Links Icon
//setProperty ("_root.Links", _y, 470-LinksOffset);
setProperty ("_root.Links", _xscale, setScale(LinksOffset));
setProperty ("_root.Links", _yscale, setScale(LinksOffset));
} else {
//setProperty ("_root.Home", _y, 200);
setProperty ("_root.Home", _xscale, 100);
setProperty ("_root.Home", _yscale, 100);
// setProperty ("_root.NewsEvents", _y, 240);
setProperty ("_root.NewsEvents", _xscale, 100);
setProperty ("_root.NewsEvents", _yscale, 100);
// setProperty ("_root.Schedule", _y, 280);
setProperty ("_root.Schedule", _xscale, 100);
setProperty ("_root.Schedule", _yscale, 100);
//setProperty ("_root.Manual", _y, 290);
setProperty ("_root.Manual", _xscale, 100);
setProperty ("_root.Manual", _yscale, 100);
// setProperty ("_root.Directions", _y, 320);
setProperty ("_root.Directions", _xscale, 100);
setProperty ("_root.Directions", _yscale, 100);
//setProperty ("_root.Lesson", _y, 350);
setProperty ("_root.Lesson", _xscale, 100);
setProperty ("_root.Lesson", _yscale, 100);
// setProperty ("_root.ContactUs", _y, 380);
setProperty ("_root.ContactUs", _xscale, 100);
setProperty ("_root.ContactUs", _yscale, 100);
// setProperty ("_root.MP3Collection", _y, 410);
setProperty ("_root.MP3Collection", _xscale, 100);
setProperty ("_root.MP3Collection", _yscale, 100);
//setProperty ("_root.Bookmark", _y, 440);
setProperty ("_root.Bookmark", _xscale, 100);
setProperty ("_root.Bookmark", _yscale, 100);
//setProperty ("_root.Links", _y, 470);
setProperty ("_root.Links", _xscale, 100);
setProperty ("_root.Links", _yscale, 100);

Thanks a lot! It works fine.

Similar Messages

  • Please Help Me On This Script

    OK im working on this age of war type game if you dont now what that is its a game where you press buttons to send your troops to battle the computer ive just started but ive hit a problam this is my script for spawning the troops by presing the button ill explain the proplam i have with it under the script.
    on (release) {   
    if (spear>=0) {       
    spear = true;
         } else {       
    spear = false;   
    if (spear == true) {
      this.attachMovie("spearman_mc","spearman_mc",this.getNextHighestDepth, {_x:1.1,_y:485});
    _root.spearman_mc.duplicateMovieClip("spearman_mc_"+"x", x);
         setProperty("spearman_mc_"+"x", _x, 1.1);       
         setProperty("spearman_mc_"+"x", _y, 485);       
    x++;       
    cash-=35;   
    } else {       
    cash-=0;   
    spearman_mc is my movieclip what gets created. spear i just put it in the code so i could use it in the if statement i might need to make it a Boolean at the start. NOW i will get to my problam when i press the button it creates the movie clip and i can keep creating them but when i get to 0 Cash (i start with 300) it still keeps creating and goes in to the minuses(-)

    ive worked it out like i say its like a age of war type game
    what should happen is tht when you click the button called spearman_btn the movie clip spearman should get attachet to a named Xaxis and a named Yaxis for example: setProperty("spearman_mc_"+"x",  _x, 95.1); and then duplicated but ive worked out now i will post another problam tonight.
    this is my script now
    on (release) {   
    if (cash>=9) {       
    this.attachMovie("spearman_mc","spearman_mc",this.getNextHighestDepth, {_x:95.1,_y:485});
    _root.spearman_mc.duplicateMovieClip("man_mc_"+"x", x);
             setProperty("spearman_mc_"+"x", _x, 95.1);       
             setProperty("spearman_mc_"+"x", _y, 485);       
    x++;       
    cash-=10;   
    } else {       
    cash-=0;   
    the spearman_movie clip costs 10 cash    if this dosent make sense tell me.

  • Help to Simplify this query

    i am using
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.0 - Production
    Please help to simplify this query. I also want to make this as a procedure.
    select
    RH.resort as RH_RESORT,
    RH.rate_code as RH_RATE_CODE,
    RD.rate_detail_id as RD_RATE_DETAIL_ID,
    RD.rate1 as RD_RATE1,
    RD.rate2 as RD_RATE2,
    RD.rate3 as RD_RATE3,
    RD.rate4 as RD_RATE4,
    RD.rate5 as RD_RATE5,
    RRC.room_category as RM_CAT,
    initcap(RRMCAT.long_description) as RM_DESC,
    RH.DAY1,
    RH.DAY2,
    RH.DAY3,
    RH.DAY4,
    RH.DAY5,
    RH.DAY6,
    RH.DAY7,
    RH.WEEKEND1,
    RH.WEEKEND2,
    RH.WEEKEND3,
    RH.WEEKEND4,
    RH.WEEKEND5,
    RH.WEEKEND6,
    RH.WEEKEND7
    from pms_rate_header RH,
    pms_rate_detail RD,
    pms_rate_room_cat RRC,
    resort_room_category RRMCAT
    where RH.inactive_date is NULL
    and RH.RESORT='FABGOI'
    and RH.RATE_CODE ='CRRRACK'
    and ('15-Jan-2007' >= RH.BEGIN_DATE
    and '16-Jan-2007' <= RH.END_DATE)
    and RD.rate_header_id=RH.rate_header_id
    and RD.inactive_date is NULL
    and ('15-Jan-2007' >= RD.BEGIN_DATE
    and '16-Jan-2007' <= RD.END_DATE)
    and RRC.rate_detail_id=RD.rate_detail_id
    and RRC.resort=RH.resort
    and RRMCAT.resort=RH.resort
    and RRMCAT.room_category=RRC.room_category
    and RRC.inactive_date is NULL
    and RRMCAT.inactive_date IS NULL
    regards
    lee1212

    where RH.inactive_date is NULL
    and RH.RESORT='FABGOI'
    and RH.RATE_CODE ='CRRRACK'
    and ('15-Jan-2007' >= RH.BEGIN_DATE
    and '16-Jan-2007' <= RH.END_DATE)
    and RD.rate_header_id=RH.rate_header_id
    and RD.inactive_date is NULL
    and ('15-Jan-2007' >= RD.BEGIN_DATE
    and '16-Jan-2007' <= RD.END_DATE)
    and RRC.rate_detail_id=RD.rate_detail_id
    and RRC.resort=RH.resort
    and RRMCAT.resort=RH.resort
    and RRMCAT.room_category=RRC.room_category
    and RRC.inactive_date is NULL
    and RRMCAT.inactive_date IS NULL
    in the above part i am finding repeated joins and lot of 'and's
    i want to know any line can be eliminated or the the query can be rewritten in a simple way without affecting it's accuracy?
    regards
    Lee1212

  • Please help me with this calculation script

    Hello everyone.
    I have 2 fields named A and B. FieldA is user-enter value and FieldB is calculated. I want to write a script that do the following:
    If FieldA is more than or equal to $10000, then FieldB always is $1000, Else FieldB = FieldA * 10%.
    I don't know about scripting; however, after hour of search through google, I wrote this one:
    var tvar
    If (tvar >= 10000)then deposit.value = 1000
    else deposit.value = total.rawValue*0.01
    endif
    And when I try to run, it say "Invalid Property Set Operation, value doesn't have a default property."
    I know my script is bad and over the place. Can anyone please help me with this problem ASAP. Thank you so much, I'm in your debt.
    I used Adobe LiveCycle Designer to create a PDF file.

    Thank you for your response.
    tvar = total
    At first I wrote it like this:
    If (total.rawValue >= 10000)then deposit.rawvalue = 1000
    else deposit.rawvalue = total.rawValue*0.01
    endif
    then I get an error message "accessor 'Total.rawValue' is unknown"
    Hic, I think my script is screwed. Can you help me start fresh :)
    Thank again.

  • Please help me with this "2012 R2" PS Script

    Please be kind to help me with this Script. Thank you.....
    Import-Csv C:\Scripts\NewADUsers.csv | foreach-object { $userprinicpalname = $_.SamAccountName + "@{loona}.com"; New-ADUser -SamAccountName $_.SamAccountName -UserPrincipalName $userprinicpalname -Name $_.name -DisplayName $_.name -GivenName
    $_.cn -SurName $_.sn -Description $_.Description -Department $_.Department -Path $_.path -AccountPassword (ConvertTo-SecureString "Loona123" -AsPlainText -force) -Enable $True -PasswordNeverExpires $Ture -PassThru }
    New-ADUser : Directory object not found
    At line:1 char:114
    + Import-Csv C:\Scripts\NewADUsers.csv | foreach-object { $userprinicpalname = $_. ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (CN=Student01,OU...DC=loona,DC=com:String) [New-ADUser], ADIdentityNotFoundException
        + FullyQualifiedErrorId : ActiveDirectoryCmdlet:Microsoft.ActiveDirectory.Management.ADIdentityNotFoundException,Microsoft.Activ 
       eDirectory.Management.Commands.NewADUser

    Please check it the caractors - + =. i have no idea about PowerShell
    ImportCsv C:\Scripts\NewADUsers.csv |
    ForEach-Object{
    $props=@{
    SamAccountName=$_.SamAccountName
    UserPrincipalName=$_.SamAccountName + '@loona.com'
    Name=$_.name
    DisplayName=$_.name
    GivenName=$_.cn
    SurName=$_.sn
    Description=$_.Description
    Department=$_.Department
    Path=$_.path
    AccountPassword=(ConvertTo-SecureString "Loona123" -AsPlainText -force)
    Enabled=$True
    PasswordNeverExpires=$true
    NewObject @orops -PassThru

  • Could you please help me make this query less complicated

    could you please help me make this query less complicated
    select t1.R_OBJECT_ID
    from dm_relation_sp a, ddt_resolution_sp t1
    where a.parent_id = '0900000283560456' -----------ID
    and a.child_id = t1.R_OBJECT_ID
    union all
    select t3.R_OBJECT_ID
    from ddt_resolution_sp t3
    where t3.R_OBJECT_ID in (select t2.child_id
    from dm_relation_sp t2
    where t2.parent_id in (select a.child_id
    from asud_fsk.dm_relation_sp a, asud_fsk.ddt_resolution_sp t1
    where a.parent_id = '0900000283560456' -----------ID
    and a.child_id = t1.R_OBJECT_ID))
    union all
    select t4.R_OBJECT_ID
    from ddt_resolution_sp t4
    where t4.R_OBJECT_ID in(
    select t3.child_id from dm_relation_sp t3
    where t3.parent_id in (
    select t2.child_id
    from asud_fsk.dm_relation_sp t2
    where t2.parent_id in (select a.child_id
    from asud_fsk.dm_relation_sp a, asud_fsk.ddt_resolution_sp t1
    where a.parent_id = '0900000283560456' -----------ID
    and a.child_id = t1.R_OBJECT_ID))
    and t3.relation_name = 'RESOLUTION_RELATION')
    union all
    select t5.R_OBJECT_ID
    from ddt_resolution_sp t5
    where t5.R_OBJECT_ID in
    (select t4.child_id
    from dm_relation_sp t4
    where t4.parent_id in(
    select t3.child_id from dm_relation_sp t3
    where t3.parent_id in (
    select t2.child_id
    from asud_fsk.dm_relation_sp t2
    where t2.parent_id in (select a.child_id
    from asud_fsk.dm_relation_sp a, asud_fsk.ddt_resolution_sp t1
    where a.parent_id = '0900000283560456' -----------ID
    and a.child_id = t1.R_OBJECT_ID))
    and t3.relation_name = 'RESOLUTION_RELATION')
    and t4.relation_name = 'RESOLUTION_RELATION')
    Edited by: user13025450 on 29.04.2010 16:23

    Hi,
    Welcome to the forum! You'll find that there are many qualified people (such as Tubby) willing to help you. Will you do what you can to help them? In order to simplify the query you posted,someone will first have to understand what it does, what the tables that it uses are like, and what tools you have to work with (that is, what version of Oracle, and any other software you are using). To actually test their ideas, people will need versions of your tables.
    Many people, if they spent enough time, might be able to figure out roughly what you are doing, make some tables themselves and test a solution. You can help with all of that. I assume you already know what the appliction is, and what this particular query is supposed to do: you don't have to figure out any of that, you just have to say it. You know what all your tables are, what the datatypes of all the columns are, and what kinds of data are in the tables: you don't have to guess at any of that.
    Describe what you're doing. Think about it: how do we know that
    SELECT  NULL
    FROM    dual;doesn't do what you want?
    Post CREATE TABLE and INSERT statements for a little sample data.
    Post the results that this query is supposed to produce from those results. (Is it producing the right output now? Then it should be easy to post the correct results.)
    Describe, as well as you can, how the present query is doing it.
    Format your existing code, so it's easy to see what the different branches of the UNION are, and what the main clauses are in each one.
    When posting formatted text (code or results) type these 6 characters
    \(all small letters, inside curly brackets) before and after each formatted section, to keep this site from compressing the spaces.
    Say what versions of Oracle (e.g. 10.2.0.3.0) and any other relevant software you are using.
    I know it's a lot of work, but it really helps. You can do it as well (probably better) than anyone else, and if you're unwilling to do it, why should anyone else be willing?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Please help me optimize this process?

    I have a process as following, would you please help optimize it if possible?
    SO on FG to plant PltA (SO in sap)
    PltA placed a subcon PO to PltB for subcon. (PO in sap)
    PltB detects shortage of Raw and places a PO to PltA for replenishment (PO & SO in SAP)
    PltA receives PO and places another PO to 3rd vendor for dropship purchasing.... (PO & SO in SAP)
    Then there will be 3 billings from PltA to customer for SO, from PltA to PltB for Raw, from PltB to PltA for FG.....
    eventually, there are 6 orders and 3 billings..........
    Anyone can help to simplify this? I thought about transfer PO, but there is no billing....I need the billing.....
    Thank you!

    ...

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Hello, i restored and updated my iphone 4 to the latest version of 5.1.1 and after that when i connect my mobile to i tunes all i see is a big rectangle and a apple logo on left and a small lock on right side please help me fix this problem.

    hello,
    i restored and updated my iphone 4 to the latest version of 5.1.1 and after that when i connect my mobile to i tunes all i see is a big rectangle and a apple logo on left and a small lock on right side please help me fix this problem.

    I sloved this issue by resting my phone from settings>general>reset>reset all settings...the problem will be fixed

  • I bought a movie the movie Godzilla 2014 recently but it didn't show up in my library. I went check the itunes store and it wants me to buy it again. Please help me with this problem.

    I just bought this movie "Godzilla 2014" but it won't show in my Movie Library. I closed my Itunes and put it back on again but still won't show up. I checked my purchased list and it shows that I recently bought the movie but when I checked the itunes store it wants to buy the movie again. Please help me with this right away Apple.

    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes
    international calling numbers..
    For Mac App Store: Apple - Support - Mac App Store.
    For iTunes: Apple - Support - iTunes.

  • My icloud activation lock is ON my iphone, which requires an activation login to access the homescreen, but when i log in with the apple ID on the phone, it says the apple ID is not meant to unclock this iphone 5 ios 8.0.2. please help me solve this.

    My icloud activation lock is on my iphone, which requires an activation login to access the homescreen, but when i log in with the apple ID on the phone, it says the apple ID is not meant to unclock this iphone 5 ios 8.0.2. please help me solve this.

    Yes the phone belongs to me. It was purchased from United Kingdom Vodafone to West Africa, i had to factory unlock to use any sim in it. so it belongs to me. I did the activation myself, now after updating my iphone to the latest update, it required a user id and password to activate the phone, but anytime i enter the details, it tells me the user Id is not correct but the password is correct..

  • I have upgraded My leopard to Mountain lion 10.7 via snow leapeard. Now My itunes is not working properly nor I able to install google chrome successfully. Please help me in this occasion. I am facing following messages.

    Hello Team,
    I have upgraded My leopard to Mountain lion 10.7 via snow leapeard. Now My itunes is not working properly nor I able to install google chrome successfully. Please help me in this occasion.
    Also, I am not being able to upgrade Mac OS X 10.7 to 10.7.4 or letest for lion.
    I am facing following messages when I open itunes ( I down loaded and install new for 10.7)
    Process:         iTunes [463]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.7 (10.7)
    Build Info:      iTunes-10702101~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [273]
    Date/Time:       2012-10-22 23:33:07.226 +0200
    OS Version:      Mac OS X 10.7 (11A390)
    Report Version:  8
    Interval Since Last Report:          4918 sec
    Crashes Since Last Report:           2
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      3DE933E2-7A48-4840-91F4-7DC466ED9C26
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    @executable_path/../Frameworks/iPodUpdater.framework/Versions/A/iPodUpdater
    Dyld Error Message:
      Library not loaded: @executable_path/../Frameworks/iPodUpdater.framework/Versions/A/iPodUpdater
      Referenced from: /Applications/iTunes.app/Contents/MacOS/iTunes
      Reason: unsafe use of @executable_path in /Applications/iTunes.app/Contents/MacOS/iTunes with restricted binary
    Binary Images:
           0x102a96000 -        0x103c36fff  com.apple.iTunes (10.7 - 10.7) <0CC47E12-134F-A9E1-7E4F-3EAC797C3050> /Applications/iTunes.app/Contents/MacOS/iTunes
        0x7fff62696000 -     0x7fff626cb1ff  dyld (195 - ???) <71093406-21CF-3DBE-A001-802259ED5300> /usr/lib/dyld
    Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.31f1
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz, 0xAD00000000000000, 0x48594D503131325336344350362D59352020
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz, 0xAD00000000000000, 0x48594D503131325336344350362D59352020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.5)
    Bluetooth: Version 2.5.0b13, 2 service, 12 devices, 2 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHY2160BH, 160.04 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-867
    USB Device: Built-in iSight, apple_vendor_id, 0x8501, 0xfd400000 / 2
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52f, 0x1d100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8205, 0x1a100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x022a, 0x5d200000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2
    And Google chrome just keep loading the page for hours and nothing is appear on its browser. But safari and firefox working absolutly fine.
    In addition, I have reboot computer as well but it never worked. Please help me in this occasion.
    Eagerly waiting for your response on this issue.
    Best Regards,

    You need to upgrade your copy of MS Office. You're using a version that is 8 years old (at least). You can buy Office 2011, which will work. You could also get a copy of Pages from the App Store, which is cheaper and will open Word files (though not perfectly). Or you could get a free Office clone, like OpenOffice or LibreOffice.

  • HT5278 My words with friends kept disappearing on screen 3 seconds after opening. So I deleted & reinstalled it today 8/17/12 & it still happens. I'm so frustrated I dont know what to do next. Please help me w/this

    My iPad 1 doesn't stay logged on. It stays @ 3 seconds.this has been happening for a week s I deleted that app, &amp; downloaded another, same one &amp; STILL won't stay opened on page. Please help me figure this out. Very much appreciated. Thank you, Connie Sypriano

    There's a whole lot to read in your post, and frankly I have not read it all.
    Having said that, this troubleshooting guide should help:
    http://support.apple.com/kb/TS1538
    In particular, pay attention to the mobile device support sections near the bottom, assuming you have already done the items above it.

  • My safari keeps closing unexpectedly and when it does it tells me that it quite while using the .GameHouseBeachParty.so plugin. I have no idea what this means! Can someone please help me fix this?

    My safari keeps closing unexpectedly and when it does it tells me that it quite while using the .GameHouseBeachParty.so plugin. I have no idea what this means! Can someone please help me fix this?

    You have the Flashback trojan.
    Check out the replies in this thread for what to do;
    https://discussions.apple.com/message/18114958#18114958

  • I have a problem with my iphone 4. My 3G always stays activated but I lose my network signal. The bars all get lost and I'm not able to receive / send sms, mms or phone calls. Could you guys please help me fix this problem? Ios 5.1.1

    I have a problem with my iphone 4. My 3G always stays activated but I lose my network signal. The bars all get lost and I'm not able to receive / send sms, mms or phone calls. Could you guys please help me fix this problem? Ios 5.1.1

    I haven't gotten a new sim card because the problem has been presenting itself in various cards not only mine. So far, all I've done is reset my network settings.
    Last night, I turned off the 3G tab and it had all the signal bars. Today, I did the network reset and it's working apparently. But like I said before, previously the bars just disappear and the iphone only has the 3G activated.

Maybe you are looking for

  • My MacBook Pro 2.4GHz says 1.4GHz! WHY?!

    I don't know why! I've downloaded Lion and it runs so SLOOOOWLY to me (MacBook Pro Mid 2010 2.4GHz, 4GB RAM) and I came back to SnowLeopard with the Install Disc. Everything was OK until I felt my MBP still being slowly.. and when i opened "about thi

  • Lost my iTunes when computer crashed

    My computer crashed and I had to replace the harddrive. I can reload the software, but is there any way to get back the music purchased from the iTunes store?

  • Servlet failed to load on startup

    Hi all, I recently added a new servlet definition to my web.xml file, and specified a <load-on-startup> value of 1 for this servlet. Even though this works and the new servlet gets initialised properly, one of my old servlets with a <load-on-startup>

  • Client Preview in After Effects

    I'm running After Effects ver.8 (CS3) on a nearly new 2.93 GHz Quad-Core Intel Xeon Mac with 6GB RAM. I'm using an AJA ioHD for output to my broadcast monitors. I'm primarily a Final Cut Pro/Avid editor and am back on a rather large AE project after

  • IPhoto Slideshow set to Music - Music Played Only on "Authorized Computers"

    MacBook Pro, Mac OS X, v 10.5.8, iPhoto '08 v 7.1.5 (378). I made a slideshow picture presentation set to music and exported from iPhoto to a folder on my desktop in .mov format. iPhoto notified me that the three songs set to the picture slideshow wo