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 bkrike 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: theKeyper
  • Content: Threads
  • Order by date
  1. theKeyper

    Return Max Field

    Hi Guys, I need to compare multiple fields and return the field that has the max value for that row. e.g. SELECT HIGHEST(largest_classroom, largest_bedroom, largest_livingroom) AS largest_room (Similar to the MAX() function but horizontal instead of vertical) Thanks, Keyper
  2. theKeyper

    Scrollpane component first load problem IE

    I have a scrollpane component that works fine locally and in other browsers like firefox but in IE on the first load, the content (.swf file) loads but no scrollpane. One refresh and it's fine. Any ideas???
  3. theKeyper

    Dyanmic Text Line Spacing

    My flash file is using dynamic text importing a text file. I have my line spacing set perfect locally but when I upload it descreases the spacing. When I upload I have to descrease the line spacing to match what it looks like locally. Any ideas on what the cause? The Key is more powerful...
  4. theKeyper

    what is $HTTP_RAW_POST_DATA?

    Hi, I have started looking into XML for integration into Flash. I was reading the following FAQ: http://www.flashdeveloper.nl/g_flash_xml_faq.html And I ran into a lot of stuff about $HTTP_RAW_POST_DATA. Does anyone know about this, any helpful links, and how it differs from a simple $_POST...
  5. theKeyper

    display:none has not enough time to render in Firefox

    Hi Guys, I have a page that is broken up into sections. When you click the 'next' button, the current section is set to display:none and the next section is set to display:block. The code is as follows: document.getElementById('form_section_'+sectionnum).style['display'] = 'none'...
  6. theKeyper

    Using Dynamic Variable Names

    Hello, I am trying to find an equivalent to PHP's "Variable Variables". Baisically, if I have an unknown number of variables (stuff_1, stuff_2, stuff_3, etc...) and want to reference them using a loop, I might try the following: for(i=1; i<=num_variables; i++) { var tempstring =...
  7. theKeyper

    Dynamically Writing Javascript Function

    Hi, I need to write a javascript function dynamically. This function does not get called at any stage, it simply must exist (at a certain place) on the page. I have tried two methods as you see below. (For testing purposes I have simplified the code, and set a button to call the function that...
  8. theKeyper

    synchronise loading of two SWFs

    Hi, I have two different SWFs on a webpage that need to load at exactly the same time. I have lines moving across one of them, and the lines need to match up to the other one, so that they move from one to the other seamlessly. However, if one loads before the other, the lines of one will...
  9. theKeyper

    this.variable1 = variable1 ???

    Hi, I am a complete Newbie to ASP (I started teaching myself Yesterday). I have setup a simple guestbook to connect to a Microsoft Access database and add, delete, and modify records using a DSN-LESS conection so I understand basic connections, recordsets, etc. Now I have moved on to something...
  10. theKeyper

    link to a PDF in a seperate reader window.

    Hi everyone, I'm sorry I couldn't make the subject more descriptive. Baisicaly I have a PDF file which links to another .PDF file. I want the new PDF to open in a new window, as in open the reader again so that you can view both on the bar at the bottom of the windows screen. I have tried...
  11. theKeyper

    Error on opening .txt files

    Hi, whenever I open a .txt file it comes up with the following error. Cannot find the file 'D:\Stuff\stuff.txt'(or one of it's components). Make sure the path and filename are correct and that all required libraries are available. The funny thing is that the file opens up anyway, it just...
  12. theKeyper

    images in Email from web source.

    Hi everyone, I have a standard Email design with an image at the top and one at the bottom. I want the scource files of these images to be on my website, therefore making the size of the Email very low. However when I set the source file to my image on my website, the email size is still 26 KB...
  13. theKeyper

    How to check a client's operating system?

    Hi, I'm exporting a standalone projector file from flash in both .exe (windows) and .hqx (macintosh). Is there any way to automaticaly find out the users' system and play one or the other depending on what they use? Maybe a batch file? Thanks a lot for your help. -Keyper The Key is more...
  14. theKeyper

    Multiple Fonts in one text box - MX

    Hi all, I am using Flash MX, I have a text box in which I have selected portions of the text and given them different fonts in different sections. for instance I have a Header in a different font then my body text, but all in the same text box. This comes out fine when the text box is Static...
  15. theKeyper

    MX Picture Gallery without thumbnails (forward/back buttons)

    Does anyone know how I can make a picture gallery with forward and back buttons? I have one using text captions as links to a standard dreamweaver 'swap image' behavior. However the client would like forward and back buttons under the image which will change the image source to the next or...
  16. theKeyper

    Help Loading XML text dynamicly into Flash MX

    Hi everyone. I was wondering if any one could point me to a good tutorial. or maybe just give me some tips. I have a text file loading into a dynamic text box in MX. How do I do the same thing with an XML file? I have absolutley no idea how to use XML. I just want standard text, nothing Flashy...
  17. theKeyper

    Problem with Sub-Menu in MX

    Hello everyone, Sorry the subject line isn't real descriptive. It's a hard problem to describe. So either you can get the sample file right away at www.angelfire.com/ks3/thekeyper/Test3.zip or you can wade through my poor descriptive skills. Baisically When I roll over a button I want a submenu...
  18. theKeyper

    Where to download .pmt files for Premiere 6?

    Hi all, as the subject line says, I just want some more standard motion files for Premiere 6 and was wondering where I can download some? Thanks alot. -Keyper
  19. theKeyper

    Set Checkbox made with Word 'Forms' toolbar - Newbie Question

    Hello everyone, sorry to bother you with such a Newbie question, I only have a very basic knowledge of VBA, so please bear with me. Baisically I have a pre-made template in Word 2000 which includes checkboxes of the variety made with the 'forms' toolbar. I have added a basic 'autonew' VBA form...
  20. theKeyper

    Back Button Problem, Please Check Out My FLA!

    Hi Old! (and anyone else who would care to lend some advice) You were helping me with this problem a little while back but the thread got cold or something. Baisically, you gave me the code for a back button to previous scenes in Flash, however, I can't get this code to work on a drop down menu...

Part and Inventory Search

Back
Top