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!

Recent content by spook007

  1. spook007

    dynamically referencing a list of movieclips

    I'm trying to put together a ski map that dynamically shows which mountain trails are open from data gathered from a xml file. The trails are referenced by trail id numbers. The trails have been statically placed on the stage. The instance name for each trail has a 'mc' prefix and the trail...
  2. spook007

    Configuring ubuntu servers to log to splunk

    I've got 3 virtual servers that I would like to have them send the logs to the host pc that has splunk installed. The host and the virutal machines are all running ubuntu. - I installed splunk on the host pc and have configured it to accept logs from all hosts on udp port 514 with source type...
  3. spook007

    Refering to a movie clip instance thru a variable

    My bad... I got it to work, thanks!!
  4. spook007

    Refering to a movie clip instance thru a variable

    TypeError: Error #1009: Cannot access a property or method of a null object reference." Is the error I get when i try var mc:MovieClip = this[xmlList[i]]; I'm guessing it's erroring out when I make the mc.alpha = int[xmlList[i].attribute("alpha")); request.
  5. spook007

    Refering to a movie clip instance thru a variable

    I have an xml file that contains names and properties of movie clips in my flash file. what data type do I use if I would like to load the name of the instance from the xml file so I can change the properties on the flash movie. <mc> <clip alpha="0" x="100" y = "25">mc_test1</clip> <clip...
  6. spook007

    Duration doesn't add up!

    I know this subject has been covered and I've googled and searched, but for the life of me I can't seem to get either get it working right, or understanding this correctly! I've created a simple summary task with 3 subtasks. Task A is 1d?, Task B is 5h?, Task C is 5h?. The task requires two...
  7. spook007

    Plesk on Fedora 4?

    Thank you for the reply. I think what caught my attention about plesk was the coldfusion support. I wanted to look more closely into it and see what it did for coldfusion.
  8. spook007

    Help installing CF MX 7 on Fedora 3 Box

    Follow up to the question I originally posted. I've managed to get ColdFusion MX 7 running on Fedora 4 box. I found a great guide Dave Gillard. Check out the site it's got some really good tips. Helped me a great deal! http://www.davidgillard.co.uk/cfmx7fc3.html The guide is for FC3, but...
  9. spook007

    Plesk on Fedora 4?

    I've got my new box setup with Fedora 4. I'd like to try out Plesk 7.5, but I noticed that their latest rpm's are for Fedora 2. Anyone had any luck setting this app on a Fedora 4 box? Thanks!
  10. spook007

    Placing multiple forms in a single page?

    I would like to create a page that would hold about 4 different forms. One for each department. The way I'd like to organize them is by placing them under navigational tabs. Has anyone tried this? I know you can seperate a single form into tabs or accordian controls, but can you seperate...
  11. spook007

    Show Progress Bar when uploading images

    CF is a server side scripting language. You'll need a client based language like JavaScript, Flash, VBScript to display a progress bar.
  12. spook007

    Report - Overlapping columns

    I've put together a report using CFMX7 report builder. The report has two columns in which it populates with data. On some occassions if the last group in the column does not fit on the page, it will not start a new page and finish the the group, but will go back to the top of the second...
  13. spook007

    Need to open a new window programatically in CF

    I've always used cflocation to forward users to a new page, but how can I do that in a new window. The cflocation doesn't have a property like target="_blank" to open new content on a new page. Any suggestions are welcomed!! Thanks
  14. spook007

    Looking for CFGRID & CFGRIDUPDATE Examples

    I've Macromedia's cfgrid & cfgridupdate examples, but they are useless as they don't provide you with the full code. Does anyone know of where I can find examples on how to use this code. I've tried updating my DB using the following, but I get the following error when using cfgridupdate...
  15. spook007

    VPN WAG54G Problems

    Have you tried specifying an ip address for the remote security gateway on your second router? I've got two WRV54G VPNing and my settings are similar to yours except that both remote security gateways are pointing to each other. I also have vpn tunnel enabled and vpn gateway disabled. Hope it...

Part and Inventory Search

Back
Top