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 TouchToneTommy 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. BlastRadius

    Selecting by the year

    I have an events page which displays the events by month. Currently I have an extra non-essetial field to hold the name of the month just for select the month fields. Problem is now I need to create another field like this for the year so that the events from last year don't show up. All this...
  2. BlastRadius

    missing video on wmv stream

    K here we go. I am using the following piece of code to stream a promotional video. <embed src=&quot;/missionstrips/downloads/mission_low.wmv&quot; width=&quot;160&quot; height=&quot;160&quot;></embed> Everything work great for me when I try to view it from the web site. But I keep getting...
  3. BlastRadius

    referencing a structure within an array

    I have created an array and filled it's values with structures. Now how do I get the info back out. I'll include the code. <cfset arraySpread = arraynew(1)> <cfloop index=&quot;i&quot; from=&quot;1&quot; to=&quot;#rsBudgetTrans.recordCount#&quot;> <!---Create a structure to hold each row of...
  4. BlastRadius

    How can I validate a date

    ok here it is! I have a form with three jump menus. The menus are populated via a component's methods. This refreshes the pages menu's days field to reflect the number of days in the selected month. The curent selected date is created by combining the value of the 3 fields and is passed as...
  5. BlastRadius

    Directory name invalid

    I am running an IIS server locally for personal testing of my sites. Some time ago I install php onto it and tested it and everything was working. I haven't used it for sometime. Now if there are any php tags in the file I get a &quot;The directory name is invalid.&quot; error. I have tried...
  6. BlastRadius

    how can I use a variable with the addItem function in mx

    I am wanting to dynamically load values into the combobox using an array and a for loop to fill in the label and the data values. But all it will displace is &quot;book(1)&quot; instead of the value of book(1).
  7. BlastRadius

    Updating mySQL database

    This is a simple question but I am having a problem with the syntax for the SQL update command. I have an example code which will update all records where say a = c to update c to d. Which is great but I am wanting to update every field here is the code. Below is the code I used on my last...
  8. BlastRadius

    button won't work

    Ok here it is... I have created and invisible button and place an instance of it on the stage. The actions for the button are activated by an on key press event. This button is only on the first frame of the movie. When the movie loads the button will not work on the key press event but...
  9. BlastRadius

    free web hosting that support flash

    Does any one know of anywhere I can get some free web hosting that supports the swf file format and will allow file sizes over 1 Mb. I have just created a flash resume and am wanting to put it online seeing as how some people understandable don't like opening exe files recieved by e-mail. The...
  10. BlastRadius

    radio buttons won't work if form has been submitted

    I have just started integrating the flash with asp scripts and am loving the fact that it is getting me to try to do new things. So with one of my forms I decided to create some radio buttons. Here's what I have done. I created two radio buttons movie clips(one with the first frame in the hit...
  11. BlastRadius

    Loading variables into a movieclip w/ asp

    I am wanting to create a scrolling textbox which is filled via an asp page. Now my scrolling textbox (movieclip) works when I fill the variable with text in code. And I can fill my textbox with the info from the variable filled from the asp. But when I put the textbox into a movieclip and try...
  12. BlastRadius

    connecting flash to an access database

    I have experience connecting asp pages to access databases and I understand that the same can be done in flash. Does anyone know the code to make the connection, create a recordset and obtain and use the fields from the database? any help would be useful. Thanks Neil
  13. BlastRadius

    session.timeout

    Does anyone know of a way to set the session.timeout amount to under a minute say about 30 seconds.
  14. BlastRadius

    back button allows access to login area

    I have a client who doesn't not want to allow the user if they have left the site to use the back button to be able to regain access to the login area without re-loging in. I currently have the session timing out after 5 mins, and a logout which clears all the session variables both of which...
  15. BlastRadius

    Form character passing limit?

    Is there a limit on the number of characters which can be passed from a form to another page? I have a form which updated information in an access database. The form works fine under normal circumstances. But, I have a situation where the discription field runs quite long about 1900...

Part and Inventory Search

Back
Top