AS3 Timer to change frames not working correctly. PLS help

HI I am having a big of trouble with this code to change frames on my timeline. I thought my code below would work fine but its not. For some reason it will go to frames 1-4 (4 is the last frame) then it will go back to 1 again just fine as its supposed to... but then will jump to 3 then back to 1... all random instead of staying in sync.  I have attached both my as2 version and my as3 version. My as 2 is working perfectly. I can define the amount of time a frame will pause for on each frame. ... the as3 though I am having no luck. Any help or advice would be appretiated! Thank you
here is my as 3 code;
stop();
var frameTimer:Timer = new Timer(1000);
frameTimer.addEventListener(TimerEvent.TIMER, frameChange);
function frameChange(e:TimerEvent):void
    if(currentFrame == totalFrames)
        gotoAndStop(1);
    else
        nextFrame();
frameTimer.start();
here is my as 2 code;
stop();
function GotoFrame ()
    StopTimer ()
    var frame:Number = _root._currentframe;
    var total:Number = _root._totalframes;
    var Next:Number = (frame % total) + 1;
    _root.gotoAndStop (Next);
function StartTimer (Time)
    _root.myTimer = setTimeout (GotoFrame, Time);
    _root.stop ();
function StopTimer ()
    clearTimeout (_root.myTimer);
    delete _root.myTimer;
StartTimer (1000);

Oh I didn't think about that! ... I suppose it is ok to overlook things like this while im still learning
Thanks for that answer. Perfect! .. that was driving me crazy.
any chance you could help me solve the next task of defining the amount of time each frame will pause on each frame. In my action scrip 2 code I could put timerFunctioName(5000); and it would pause only that frame for that amount of time and I was able to put different time pauses on each frame in this way.

Similar Messages

  • I have a 2010 Macbook Pro and am a very new user to Mac community. My Mac is just hanging and I am unable to shut it down or do anything at all.  I left it for 2.5 days hoping the battery will run flat but it is not working. Pls help! I am desperate. Tx

    I have a 2010 Macbook Pro and am a very new user to Mac community only started to use this PC a few weeks ago.
    My Mac is just hanging and I am unable to shut it down or do anything at all.  I left it for 2.5 days hoping the battery will run flat but it is not working. Pls help! I am desperate. Tx

    In order to resolve the issue if it occurs again, more info would be helpful as to what occurred prior to the "hang." One potential fix would be to try a Safe Boot:
    After the Mac is completely shut down, push the power button and immediately after the startup tone, hold down the Shift key. The Shift key should be held as soon as possible after the startup tone but not before.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    There should be a message that says "SafeBoot." After the Mac is completely booted, try restarting and see if the issue is gone.

  • Flex Time with variable tempo not working correctly.

    Hey,
    Has anyone else noticed that Flex Time doesn't work as intended if you have variable tempo?
    To clarify, I recorded a band playing their song and then figured out their various natural tempo changes and adjusted the Global Tempo Track accordingly.
    Then, the drummer recorded his part to a click on that track, obviously keeping with the natural tempo changes that the band played to.
    Quantization of MIDI works just fine, as in, it matches the increases and decreases in tempo.
    However, attempting to quantize an audio track using Flex Time does not work properly.
    I was just wondering if there is something that I'm doing wrong or if this is a known bug.
    Thanks,
    William

    Thank you for your answers!
    But there are several Problems using a dummy field in an IDOC structure. We have got a naming convension so that we can't create an IDOC-like structure named ORDRSP.ORDERS05.
    But perhaps I am thinking to complex and there is an easier way to add a dummy field to an IDOC structure.
    Could you perhaps also suggest a solution for that dummy field problem?
    Many thanks and kind regards,
    Steven

  • Copy Mask Path, Paste to Position not working correctly PLEASE HELP!

    please help I'm really at the end of my tether with this
    When I create or place an object on my AF comp and then draw a mask. I try to paste that path into the position properties the path will be 'offset' and the object will not go to the start of the mask..it moves the mask then starts moving the object. this happens in AF CC, CS6 and CS5. I follow the tutorials to the letter and it off sets the object every time. What am I doing wrong?? I know its something really simple but i cant figure it out
    Please help!

    I just worked a complete thread on this subject. A quick search of the site with mask path in the query would bring up this thread.
    To simplify the explanation you layer must be at 100% scale and at the default position in the composition for this to work. It's as simple as that. If your layer's anchor point of position properties are not at the default position this will not work.
    Please check out the thread. There are multiple screen shots and explanations.

  • Logic X movie frame not working correctly

    Hi,
    I'm using Logic X to score to picture.
    Whenever I drag the timline/playhead back or forward in the arrange window, the movie seems to freeze then skip a few frames - it's not displaying all the frames,
    The result is that I can't score accurately, I'm just guessing as the where specific sync points are.
    Anyone else having this problem?
    Thanks.

    Hi,
    I've been taking a bit of a break from music and just got back into things, so apologies if I'm duplicating a topic; just can't be bothered trawling through endless searches.
    I've had a Logic X app update which I dutifully performed.
    I've just loaded up my first project of 2014...and..
    I CAN'T BELIEVE THEY HAVEN"T SORTED THE MOVIE PROBLEM OUT!!!!
    Apologies for shouting, but my movie is lagging and now gets stuck unless I close down and re-load? Don't they listen at Apple?
    Is all this gear meant for kids playing about, or is it for serious working musicians.
    So had it with Apple!
    NO...I'm not buying a new Mac Pro; because Apple cannot be trusted to produce serious professional products.
    Rant over.
    Thanks.
    p.s. further apologies if this problem has already been fixed and I've missed it. I just haven't got time seaching for the cure to something that should already work.

  • My SQL Developer is not working correctly! help

    hello!!
    My problem here is not like I can't live or work but it is REALLY annoying, see my SQL Developer is not taking any key different from letters and the space bar, I mean, if I use the enter key, doesn't change the line, if i use the backspace key doesn't erase if I use F5/F9 doesn't execute the query(s)!!!! and so the arrow keys don't work!!!
    any ideas why is that happening? and if so howcan i fix it?

    There is a well known but still unresolved bug causing this kind of behavior, if you are on SQL Developer 1.5.X you can work around the problem by loading default accelerators from:
    Tools -> Accelerators -> Load Preset -> Default
    If you are on 2.1.X the preset can be loaded from
    Tools -> Preferences -> Accelerators -> Other Actions -> Load Keyboard
    In 2.1 this problem has not been reported so far, so if you are in 1.5.X you may consider upgrading.

  • Oracle DB change notification is not working ..pls help

    Can anyone help on my problem ?
    Here is the step i done :
    Step 1.       Run the following command login as sysdba:
    GRANT CHANGE NOTIFICATION TO COPS;
    GRANT EXECUTE ON DBMS_CHANGE_NOTIFICATION TO COPS;
    Step 2.       Run following create table script and commit:
    CREATE TABLE COPS.employees
    employee_id NUMBER NOT NULL,
    first_name VARCHAR2(10),
    last_name VARCHAR2(10),
    salary NUMBER
    LOGGING
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    NOMONITORING;
    ALTER TABLE COPS.employees ADD (
    CONSTRAINT employees_PK
    PRIMARY KEY
    (employee_id));
    INSERT INTO employees
    VALUES(149,'ALEX','TAN',5000);
    Step 3 :Query “select from DBA_CHANGE_NOTIFICATION_REGS”*
    I manage to get the notification for insert record appear.
    Step 4: Run update query:
    update employees set salary = salary + 10 where employee_id = 149;
    commit;
    Step 5: Re-run the “select from DBA_CHANGE_NOTIFICATION_REGS”*
    There is no rows returned.
    Can anyone help me on this ? how to trace why the updates notification is not trigger ?

    Hi,
    I had the same situation in this post by 814992
    [Database Change notification running on Unix with c# |http://forums.oracle.com/forums/thread.jspa?messageID=9167210&#9167210]
    Can somebody help why database notification cannot works in unix platform ?
    Regards,
    Chua
    Edited by: user13476831 on Dec 14, 2010 7:00 PM

  • HT1212 My iPad was locked & disabled & tried every possible way to restore but nothing is working - After select Restore, & waited for updates to finish, gets iPad Cannot be resotred at this time because server could not be contacted - Pls help

    Friends,
    My iPad2 was locked and disabled because my kids entered several times the passcode and now it is locked. I tried every possible ways and read all related items and followed precisely articel http://support.apple.com/kb/HT1212 but after i restored and update teh iPad, itunes keeps giveing me the same message:
    The iPad "iPad" cannot be restored at this time because the iPad software update server could not becontacted or is temporarily unavailable.
    I tired at different time of teh day and noght and different days yet kept getting the same message.
    Pls assist me as now the iPad is useless
    Regards,
    Joe

    If reset doesn't work, try and force the iPad into Recovery Mode.
    Recovery Mode
    1. Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.
    3.While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    4. Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears, release the Home button. iTunes should alert you that it has detected a device in recovery mode. Click OK, and then click Restore to restore the device.
    Note: Data will be lost. You may have to repeat the above many times.

  • Iphone screen not working correctly Please Help!!!!

    Hi all, i just returned my broken iphone for a replacement. Everything worked fine until i tested cover-flow. At first everything was fuzzy. I reset my phone and then instead of everything being fuzzy, only the color black was. I really don't want to take it back again for a third iphone. Please Help!!!!!!!!!!!!!!!!!!

    Allan Sampson wrote:
    Removing and re-inserting the SIM card is not a standard troubleshooting step for any and all iPhone problems and not even for a connection problem.
    Well removing the SIM and reinserting it has certainly proved useful for other phones, so I don't see why it shouldn't help as a last resort for an iPhone, especially when the nearest store is a hundred miles away. The Apple Tech guys often suggest it, as well, though admittedly I have never known it to help.
    But we are getting off-topic and should probably move this discussion to another thread if you want to pursue it.

  • GPS not working correctly, please help!

    Ill be in the middle of a gps navigation (using any map app) and at random times the GPS with freak out and put me on some road half a mile away, messing up the whole route. Is there any way to fix the GPS?

    Allan Sampson wrote:
    Removing and re-inserting the SIM card is not a standard troubleshooting step for any and all iPhone problems and not even for a connection problem.
    Well removing the SIM and reinserting it has certainly proved useful for other phones, so I don't see why it shouldn't help as a last resort for an iPhone, especially when the nearest store is a hundred miles away. The Apple Tech guys often suggest it, as well, though admittedly I have never known it to help.
    But we are getting off-topic and should probably move this discussion to another thread if you want to pursue it.

  • My iPad2 is in Recovery Mode but won't restore in iTunes. I have down tried 3 times by pressing the restore button and waited the 2hours for the download each time. It's not working. Please help.

     

    Recovery Mode Step by Step
    1. Hold Sleep/Wake button down and slide to turn off iPad
    2. Turn on computer and launch iTune (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port. Do not release button until you see picture of iTune and plug.
    5. Release Home button.
    On Computer
    6. iTune has detected iPad in recovery mode. You must restore this iPad before it can be used with iTune.
    7. iPad Recovery Mode on computer screen
    8. Select "Restore iPad"...
    9. Select "Restore and Update"
    10. Extracting Software.
    11. Preparing iPad for restore.
    12. Waiting for iPad.
    13. Verifying iPad restore...
    14.Restoring iPad software.
    15. Verifying iPad software.
    16. Verifying iPad Restore...
    17. Restoring iPad firmware...
    18. Your iPad is restored to factory settings; keep iPad connected to computer
    19. Activate iPad
    20. Enter Apple ID and Password
    21. Continue
    22. Welcome to Your New iPad
    (a) Set up as new iPad   (b) Restore from this backup (select from list of backups)
    23. Restore from this backup
    24. Continue
    25. Restoring iPad from backup
    26. The settings of your iPad have been restore; keep iPad connected to computer
    27. Syncing iPad (Step 1 to 5)
    28. Preparing apps to sync
    29. Copying 1 of 9
    30. Sync apps, movies and music to iPad
    31. Finishing syncing
    32. Eject iPad

  • File.data.readUTF(); not working correctly, please help me :)

    I downloaded a csv from google in outlook format,  but when I try to read it I am getting some errors. For example if I do this:
        private function completeHandler(event:Event):void {
                    var st:String = file.data.readUTF();
    after this the st variables first to lines contain something like this
    rst Name,Middle Name,Last Name,Title,Suffix,Initials,Web Page,Gender,Birthday,Anniversary,Location,Language,Internet Free Busy,Notes,E-mail Address,E-mail 2 Address,E-mail 3 Address,Primary Phone,Home Phone,Home Phone 2,Mobile Phone,Pager,Home Fax,Home Address,Home Street,Home Street 2,Home Street 3,Home Address PO Box,Home City,Home State,Home Postal Code,Home Country,Spouse,Children,Manager's Name,Assistant's Name,Referred By,Company Main Phone,Business Phone,Business Phone 2,Business Fax,Assistant's Phone,Company,Job Title,Department,Office Location,Organizational ID Number,Profession,Account,Business Address,Business Street,Business Street 2,Business Street 3,Business Address PO Box,Business City,Business State,Business Postal Code,Business Country,Other Phone,Other Fax,Other Address,Other Street,Other Street 2,Other Street 3,Other Address PO Box,Other City,Other State,Other Postal Code,Other Country,Callback,Car Phone,ISDN,Radio Phone,TTY/TDD Phone,Telex,User 1,User 2,User 3,User 4,Keywords,Mileage,Hobby,Billing Information,Directory Server,Sensitivity,Priority,Private,Categories
    ,,,,,,,,,,,,,,[email protected],,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Normal,,,
    where as in the csv file the actual first two lines would have been:
    First Name,Middle Name,Last Name,Title,Suffix,Initials,Web Page,Gender,Birthday,Anniversary,Location,Language,Internet Free Busy,Notes,E-mail Address,E-mail 2 Address,E-mail 3 Address,Primary Phone,Home Phone,Home Phone 2,Mobile Phone,Pager,Home Fax,Home Address,Home Street,Home Street 2,Home Street 3,Home Address PO Box,Home City,Home State,Home Postal Code,Home Country,Spouse,Children,Manager's Name,Assistant's Name,Referred By,Company Main Phone,Business Phone,Business Phone 2,Business Fax,Assistant's Phone,Company,Job Title,Department,Office Location,Organizational ID Number,Profession,Account,Business Address,Business Street,Business Street 2,Business Street 3,Business Address PO Box,Business City,Business State,Business Postal Code,Business Country,Other Phone,Other Fax,Other Address,Other Street,Other Street 2,Other Street 3,Other Address PO Box,Other City,Other State,Other Postal Code,Other Country,Callback,Car Phone,ISDN,Radio Phone,TTY/TDD Phone,Telex,User 1,User 2,User 3,User 4,Keywords,Mileage,Hobby,Billing Information,Directory Server,Sensitivity,Priority,Private,Categories
    ,,,,,,,,,,,,,,[email protected],,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Normal,,,
    This has been bugging me for months now

    Just the 1st 2 characters. 
    How do I read at 0 for utc bytes?
    think the problem is:
    Reads a UTF-8 string from the byte stream. The string is assumed to be prefixed  with an unsigned short indicating the length in bytes. 
    regards
    Nikos 

  • Linked fields not working correctly- PLEASE HELP DEADLINE LOOMING!

    I have two tables. The first is called Orders and contains a autonumber field named ID. This field is linked to a field named OrderID in another table named ProductOrders. I am using a submission form with a cfinclude to submit to both tables. There should only be one Orders.ID and numerous ProductOrders.OrderID (but they should be the same number). When I submit the form there are no error messages but the ProductOrders.OrderID is blank and therefore not linked to Orders.ID. What should I be looking for? I have linked the fields in Access in properties and relationships. What else?

    Perhaps this will help, here is my code:
    This is the input form (I stripped out the unecessary stuff and yes I realize the cfinclude appears after the submit button but it is within cfform tag and is submitting everything but the ID number):
    <cfform action="mp_order_form2.cfm" method="post">
    <cfoutput query="CheckUser">
    <input type="hidden" name="UserID" value="#UserID#">
    </cfoutput>
    <p align="center"><img src="../images/mp_order_header.jpg" width="308" height="91" /></p>
    <table width="650" border="0" align="center">
      <tr>
        <td align="left" bgcolor="#FFFFFF"><font face="Tahoma"><strong>Sale Date*:</strong></font></td>
        <td align="left"><cfoutput>
          <input name="SaleDate" readonly="readonly" value="#DateFormat(Now(), "mm/dd/yyyy")#" />
          </cfoutput></td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>TM Name*: </strong></font></td>
        <td align="left">
                            <cfoutput query="CheckUser">
                            <cfinput name="TerritoryManager" readonly="readonly" type="text" id="TerritoryManager" value="#UserFirstName# #UserLastName#" />
                            </cfoutput></td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>Distributor*:</strong></font></td>
        <td align="left"><cfselect size="1" name="Distributor" required="Yes" message="Please select a distributor">
    <cfoutput query="distributors">
      <option value="#distributors.Field2#">
       #distributors.Field2#  </option>
    </cfoutput>
    </cfselect></td>
      </tr>
      <tr>
         <td align="left"><font face="Tahoma"><strong>Dealer:</strong></font></td>
        <td align="left"> </td>
      </tr>
      <tr>
        <td align="left"><cfoutput query="dealer_info"><input type="hidden" name="DealerID" value="#dealer_info.ID#"></td></tr>
      <tr>
        <td colspan="2" align="center" bgcolor="##CCCCCC"><font face="Tahoma" size="+1"><strong>#DealerName#</strong></font><br>
              <font face="Tahoma">#DealerAddress#</font><br>
              <font face="Tahoma">#DealerCity#, #DealerState# #DealerZIPCode#</font><br>
    <br><br>
    <font face="Tahoma">(#Left(DealerPhone,3)#) #Mid(DealerPhone,4,3)#-#Right(DealerPhone,4)#</font></td></tr></cfoutput>
      <tr>
        <td align="left" class="style8"> </td>
        <td align="left"> </td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>PO Number: </strong></font></td>
        <td align="left"><cfinput type="text" name="PONumber" /></td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>Promotion:</strong></font></td>
        <td align="left">
          <cfselect name="Variable" size="1" id="Variable">
            <option value="No promotion" selected="selected">No promotion</option>
            <option value="A+ Promotion (Send Kit)">A+ Promotion (Send Kit)</option>
            <option value="A+ Promotion (Do Not Send Kit)">A+ Promotion (Do Not Send Kit)</option>
            <option value="Chick Days Pre-book">Chick Days Pre-book</option>
      <option value="Fly Spray Pre-book">Fly Spray Pre-book</option>
      <option value="ISO Program">ISO Program</option>
      <option value="Promotion plus additional products">Promotion plus additional products</option>
          </cfselect></td>
      </tr>
      <tr>
        <td align="left"> </td>
        <td align="left"></td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>ISO Check: </strong></font></td>
        <td align="left">
          <cfselect name="ISOCheck">
            <option value="Retail ISO Placement">Retail ISO Placement</option>
            <option value="DSR Spiff Check">DSR Spiff Check</option>
          </cfselect>
        </td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>ISO Check Number: </strong></font></td>
        <td align="left"><cfinput type="text" name="ISOCheckNumber" /></td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>ISO Check Amount: </strong></font></td>
        <td align="left">
          <cfinput type="text" name="ISOCheckAmount" />    </td>
      </tr>
      <tr>
        <td align="left"> </td>
        <td align="left"> </td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>Customer Service Call Back: </strong></font></td>
        <td align="left">
          <cfselect name="CallBack">
       <option value=" " selected="selected"> </option>
       <option value="Yes">Yes</option>
       <option value="No">No</option>
          </cfselect>    </td>
      </tr>
      <tr>
        <td align="left"> </td>
        <td align="left"> </td>
      </tr>
    </table>
      <hr align="center" width="65%" color="#999999">
       <table width="677" align="center">
      <tr>
        <td height="22" colspan="4"><font face="Tahoma"><strong>Product Orders:</strong> </font></td>
      </tr>
      <tr>
        <td width="314" bgcolor="#CCCCCC"><div align="center"><font face="Tahoma" size="-1"><strong>Product</strong></font></div></td>
        <td width="62" bgcolor="#CCCCCC"><div align="center"><font face="Tahoma" size="-1"><strong>Qty</strong></font></div></td>
        <td width="124" bgcolor="#CCCCCC"><div align="center"><font face="Tahoma" size="-1"><strong>Size</strong></font></div></td>
        <td width="157" bgcolor="#CCCCCC"><div align="center"><font face="Tahoma" size="-1"><strong>New or Existing at Dealer</strong></font></div></td>
      </tr>
       <tr>
         <td> </td>
         <td> </td>
         <td> </td>
         <td> </td>
       </tr>
      <tr>
        <td colspan="4"><font face="Tahoma" size="+1"><strong>Comments:</strong></font></td>
        </tr>
      <tr>
        <td colspan="4"> </td>
      </tr>
      <tr>
        <td colspan="4"><font face="Tahoma">* - indicates a required field that must be filled in to submit form</font> </td>
        </tr>
      <tr>
        <td colspan="4">
          <div align="center">
            <input type="submit" value="Submit">
      <input type="reset" value="Reset">    
          </div>    </td>
      </tr>
    </table>
    <cfinclude template="product_input.cfm" >
    </cfform>
    </table>
    Here is the cfinclude template:
    <table width="579">
    <tr>
        <td>
          <cfselect name="Product">
         <option value="" selected="selected"> </option>
       <cfoutput query="products">
      <option value="#products.Product#">#products.Product#</option>
       </cfoutput>
          </cfselect>   
        </td>
        <td>
          <cfselect name="Quantity">
         <option value="" selected="selected"> </option>
       <cfoutput query="quantity"> 
            <option value="#quantity.Quantity#">#quantity.Quantity#</option>
       </cfoutput>
          </cfselect>   
        </td>
        <td>
          <cfselect name="BagsCases" id="BagsCases">
        <option value=" " selected="selected"> </option>
           <option value="Bags / Eaches">Bags / Eaches</option>
           <option value="Cases">Cases</option>
        <option value="Pallet">Pallet</option>
          </cfselect>   
        </td>
        <td>
         <cfselect name="NewExisting" id="NewExisting">
          <option value=" " selected="selected"> </option>
          <option value="New">New</option>
          <option value="Existing">Existing</option>
        </cfselect>   
        </td>
    <td><label>
       <input type="text" name="OrderComments" />
    </label>  </tr>
    </table>
    And finally, the action page:
    <cftransaction>
    <cfinsert datasource="manna_premier" formfields="SaleDate,TerritoryManager,Distributor,DealerID,PONumber,Variable,ISOCheck,ISO CheckNumber,ISOCheckAmount,CallBack,Comments,UserID" tablename="Orders">
    <cfinsert datasource="manna_premier" formfields="OrderID,Product,Quantity,BagsCases,NewExisting,OrderComments" tablename="ProductOrders">
    </cftransaction>
    <cflocation url="mp_order_form3.cfm?ID=#FORM.DealerID#">

  • Rollover Images Will Not Work? PLS HELP

    Operating System: Windows Vista Basic
    Ram: 1G
    Photoshop Version: 7.0
    PC: HP 530 Laptop
    Problem:
    Basically, I have created a website using photoshop and imageready. However, when I open the web pages in internet explorer or firefox, the rollovers work on the firist page however when i open the rollover link to another page every single rollover stops working. Its not because rollovers are not present on all the other of the web pages because they are. It does not matter which webpage I open first, but whichever one i do, the rollovers work for the first page only.
    I created the rollovers by slicing the images and creating individual rollover states for each one.
    I also made the rollover states visible on the specified layer, only when the rollovers are scrolled over. I have tried nearly everything and I do not know what to do.
    Please help as I need to get this website up and running as soon as poss.
    Thnaks for your time.

    This has nothing to do with rollovers, but keep in mind that with the release of CS3 Adobe has adopted a 3 version back upgrade policy. so if Adobe retains this policy when CS4 is released version 7 will no longer be eligible to upgrade from.

  • CMT can't work correctly, pls help me urgently!

    1. invoke 2 entity beans in 1 session bean.
    2. use CMT.
    3. use REQUIRED_NEW in the session bean and REQUIRED in the entity beans.
    4. after run the client test, just the first entity bean's data updated and the second entity bean's data no changed.
    5. the app server is bea6.0
    Please help me.

    Hi,
    It is hard to find the problem with so little information.
    Are you SURE that you are using XADataSources in your configuration? If not, that would explain.
    Do these two entity beans reside in the same table (are they of the same entity class)?
    If so, try setting the isolation level to less than SERIALIZABLE (since they are in the same transaction this should not really matter, but who knows).
    Otherwise, try logging what goes through the DataSources (setLogWriter method), or try some Bea custom diagnostic tools.
    For examples: try this link:
    http://java.sun.com/j2ee/tutorial/doc/J2eeTutorialTOC.html

Maybe you are looking for

  • My laptop display problem - IBM R32

    Sir I have installed solaris 8 OS on my i86 laptop (IBM-Thinkpad - R32/2656BAG), installation is okey. but problem is my display setting (graphically) in not looking well. I also tried too many ways to configure it, like I installed the "Solaris XFre

  • Problems with IE9 and Flash Player when Offline

    I can't get embeded flash to work in IE9 with Windows 7 when offline (works fine online) but it works fine with Google Chrome. I am saving the webpage with embeded flash as html.

  • Checking what has backed up on airport time capsule from iPad

    I want to check what the time capsule has backed up from my computer, but my computers harddrive burned out and want to know if there is a way of checking it with my iPad?

  • Wrong kind of CAL

    Hi guys, The person responsible for the IT aquisitions wrongly bought Per Device Cals instead of Per User Cals to our Server 2012, Is there a way I can change that? The cals are already bought and paid for. Thanks

  • How many default virtual context counts with ASA 5585 Series

    Hi All: I prepare replace FWSM to ASA 5585 Series,but I confuse the default virtual context counts on ASA 5585. I used 3 virtual contexts on my old FWSM(1 admin context with 2 contexts).According the ASA configuration guide below. http://www.cisco.co