Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. echostorm

    Flash causes flicker in IE... See example

    Hey guys, We have created this nifty little flash viewer that automatically loads a panoramic image displays it for 4 seconds then fades into the next one. www.abovephotography.com.au/ The problem is when viewing the page in IE the screen flickers when I hover over the links, IE7 only does it...
  2. echostorm

    Preload progressive images (instead of all at once)

    ...is the code for the preloader... Frame 1 var amountLoaded:Number = _root.getBytesLoaded()/_root.getBytesTotal() preloader._width = amountLoaded * 200; loadText.text = Math.round(amountLoaded * 100) + "%"; Frame 2 if(_root.getBytesLoaded() == _root.getBytesTotal()) { gotoAndPlay(3); }...
  3. echostorm

    Is my PSU underpowered?

    ...with positive results. However after coming back in the morning I had got another bsod. Here are the dump results. DRIVER_IRQL_NOT_LESS_OR_EQUAL *** stop: 0x000000D1 (0x044FED48, 0x00000002x 0x00000000x 0xB85A5994) *** HTTP.sys - Address B85A5994 base at B858F000, Datestamp 441a0bf9 This...
  4. echostorm

    Is my PSU underpowered?

    I ran memtest 86, and fair enough it was one of my memory sticks that is faulty. THANK YOU FOR YOUR HELP! I will test the CPU and HDD tonight. Could my underpowered PSU be the cause of what damaged the RAM? Plus My mate rekons I will have slowed my raptor down considerably by doing a low...
  5. echostorm

    Is my PSU underpowered?

    Well originally it would seem my problems almost certainly were faulty memory. In my bid to try and fix the RAID drives before I did a low level format on each drive, could I have just made matters worse and ruined the drives hense why I am now getting these Opertaing System Errors at boot
  6. echostorm

    Is my PSU underpowered?

    Well its not psu, i have tried changing the psu, the memory resetting the cmos and begging but still with no luck. I managed to install and run windows for a little while without plugging anything in except the RAID 0 raptors which are serving as OS. but when I plug the other drives in...
  7. echostorm

    Is my PSU underpowered?

    Hey all, I have been experiencing random problems with my computer lately, things that are pointing to psu faliure. Things like... Blue screens when plugging in usb ports Windows not loading Windows loads but NIS doesnt Programs failing eventually blue screens very often Finally WIndows...
  8. echostorm

    How do you keep control playback centered???????

    Yeah... but the stage is about 4000pix accross! :P.
  9. echostorm

    How do you keep control playback centered???????

    Yes. A frame forward / back button.
  10. echostorm

    How do you keep control playback centered???????

    Hey all, Does anyone know how to keep playback contols centered in relatation to the screen. i.e. I have a massive swf where the user can move the image around, and I need the controls to stay in the same place say the bottom right... I have been pulling my hair out over this for days!
  11. echostorm

    how do you align all frames of a layer?

    Anyone no how to align all frames of a layer at a time.
  12. echostorm

    is it possible to cache for faster fps with a preloader

    lol oldnewbie... replying to the double posting, dude... your everywhere! If you read this first, then the presenetation is for offline use only... here is the link to the other thread to avoid a double reply... http://www.actionscript.org/forums/showthread.php3?p=400206#post400206
  13. echostorm

    is it possible to cache for faster fps with a preloader

    Hey all, I have a very larger flash document (400mb) that I am using as a presentation. It runs VERY slow, is it possible to have it load up into cache using a preloader so that it runs fast straight away. Right now it runs through the first loop VERY SLOW and then runs satisfactory. Any ideas...
  14. echostorm

    [b]make a zoom button in playback control?[/b]

    Sorry about the [bold] tags on the heading.
  15. echostorm

    [b]make a zoom button in playback control?[/b]

    Anyone know how to make a zoom button in playback control? I can do stop and frame by frame ect... but cant find zoom. Is it possible?
  16. echostorm

    actionscipt zoom button?? playback control.

    Hey all, Anyone know how to make a zoom button in playback control?
  17. echostorm

    Already have a paypal cart need two steps?

    Hey all, Heres the deal. I have a buy now option on the website, however I need to have an option to add to cart so shoppers can buy more options at once. I have read a previous post regarding oscommerce however what I need is much more simple. Heres is an example page...
  18. echostorm

    2 submit buttons 2 forms but same input fields?. :S

    Because I am usless with php. I have just finished learning javascipt to do this action! I am still not an expert with javascript but I am now familiar. All of the online paypal stuff is operated by a javascript.js file and all of the email stuff is from the formmail.php file. Is it possiple to...

Part and Inventory Search

Back
Top