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 wOOdy-Soft 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: *

  • Users: echostorm
  • Content: Threads
  • Order by date
  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)

    Hey all, I am putting a flash presentation on the front page of the site which is a series of 15 photos. I have made a preloader for these images however it preloads all 15 rather then just one at a time. Does anyone know how I can do this? Here is the code for the preloader... Frame 1 var...
  3. 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...
  4. 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!
  5. echostorm

    how do you align all frames of a layer?

    Anyone no how to align all frames of a layer at a time.
  6. 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...
  7. 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?
  8. echostorm

    actionscipt zoom button?? playback control.

    Hey all, Anyone know how to make a zoom button in playback control?
  9. 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...
  10. echostorm

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

    Hey all, Ive seen people use 2 submits on 1 form. However my dilema is this. I have 2 forms, 2 submits, and 1 set of input fields. I need 2 forms because one is sent to my formail.php and the other is sent to paypal for online ordering. Both of the forms have there own submit button but is it...
  11. echostorm

    Can a for do 2 actions?

    Hey all, Is it possible to perform to actions in a form? i.e. have the form do both of these functions? <form action="#" onsubmit="handleCartItem(this);return false;"> and <form name="order" method="post" action="stockorder.php">
  12. echostorm

    what does += mean?

    Hey all, What does the != in the follwing function mean. if (item_id != ' ') { And the += and &on0= and escape in this one? cartUrl += '&on0=' + escape("Size"); Here is the entire function function addToCart (qty,item_id,name,price,size,color,shipping,shipping2) { var cartUrl =...
  13. echostorm

    A simple question

    Hey all, I am desperate. All I need is a variable like function... Basically the result received from this "chained select" below (result located at the final FINAL RESULT arrow on the code below) to go into the nominated field (the one with final result goes here marked on it) on the form...

Part and Inventory Search

Back
Top