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 Chriss Miller 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: zickler
  • Content: Threads
  • Order by date
  1. zickler

    menu bar being impeded by flash file in Explorer but not in Firefox

    I am doing a new look website for wheelchair football. I created a navagation menu using Vista buttons, but the swf flash file I was using under the menu bar was blocking out the sub menus. On Vista Buttons FAQ they give a solution of adding "opaque" parameter for <object> and <embed> tags...
  2. zickler

    Menu buttons overlapping flash movie file

    Hi, I have a nav button menu which I have created with Vista buttons which I have placed at the top of my html page in Dreamweaver, below this I have an swf file. My problem is that the sub menus in my nav buttons appear to be behind the swf movie and don't show, is there anyway of avoiding...
  3. zickler

    How to get back to normal word doc files instead of docx

    I got a file the other day that was in docx format I downloaded a docx convertor but I must have clicked some option to make that the default, now all my old word files are in docx extension and as I unistalled the docx convertor I have to right click on the old files that are now all new docx...
  4. zickler

    How to configure a live radio stream on a web site

    I am doing a web site for a Community Radio Station, they want to have a listen live link to stream their programmes. What would be the best way to do this? Should they sign up with a streaming server, and how do they upload the programme live onto the internet, any tips or directions to such...
  5. zickler

    wireless not working since XP reinstallation

    Reinstalled XP last night now wireless network doesn;t work. Searched for 11g pcmcia driver cannot find. Purchased Driver Robot online, it is showing up the driver but not allowing me to download. Would appreciate any helpful advice. Thank you
  6. zickler

    Problems downloading podcast

    I work with people with disabilities and I have set up a radio podcast project for one of the service users who has a massive interest in music. The problem is that he has not been able to download his podcast on his own PC even though it is uploaded from his PC. There is just an 'Error on...
  7. zickler

    open up webpage from Director via a Flash swf

    I have a CD Rom/Web Project I have a Flash swf file called introduction.swf, at the end of this file there is a button that has on(release){ getURL("index.html");{ this opens up a website html file. It works fine just linking from the swf to the webpage but when I put the introduction.swf into...
  8. zickler

    code to make content appear proportionate in the browser

    I embedded an swf in my htm file and set it at 800X600, however it looked too small on my Flat screen when I viewed it in the browser, so I increased the settings of the swf file to 1024X768, that looked better on my screen, but when I viewed it on another monitor that was way to big. Is there...
  9. zickler

    path back to a flash/html file not working

    I have a html file called index.html and a folder called content. The index.html file contains a index.swf which has a button with the following script on(release){ getURL("./content/publishedwork.htm"); } The folder content contains publishedwork.htm, this html file contains the flash file...
  10. zickler

    Bouncing Balls Collision

    Hi ! I have some bouncing balls that I am using as navigational link buttons. However at the moment some of the balls can be in front of another ball or balls. I would like to be able to make it that if the balls collide that they bounce off each other. On each ball there is three frames of...
  11. zickler

    Loading multiple swfs

    I have a animation that I want to use as an introduction to a web site, but it is currently running at an swf file size of over 7MB. I could divide the animation into smaller swf's of about 1MB each, just wondering if I could then get each swf to play and call the next one in the order that I...
  12. zickler

    Firewire card

    Hello, I recently purchased a new Dell Dimension 8400 computer. It has a video card described as 128 MB PCI Express™ x16 ATI Radeon™ X300 SE inc DVI/VGA-TV out via S-video port. I have just taken some video footage with a mini dv digital camera and I want to bring this into edit in Premiere...
  13. zickler

    Firewire

    Hello, I recently purchased a new Dell Dimension 8400 computer. It has a video card described as 128 MB PCI Express™ x16 ATI Radeon™ X300 SE inc DVI/VGA-TV out via S-video port. I have just taken some video footage with a mini dv digital camera and I want to bring this into edit in Premiere...
  14. zickler

    No 25 digit installation code

    I recently bought a Dell Dimension 8400. When it arrived I discovered that it had been pre-installed with Windows XP Home Edition and not the XP Professional that I had ordered. I got back on to the company and they recognised their error and agreed to order and send me the XP Professional. I...
  15. zickler

    Shopping Cart Processing Difficulty

    Hi - I'm having a problem with a shopping cart, I have it working to the point where the checkout script takes the credit card details and then it is supposed to call up the process.asp script and redirect to a thanks page. The process.asp is updating into the database but it doesn't seem to be...
  16. zickler

    Problem with session for Shopping Cart

    Having a problem with trying to adapt a shopping cart that I want to use just for a project demonstration, I realise that this cart system would probably not be too secure in a commercial environment but it has nearly all the elements that I need for the demonstration purpose. Basically...
  17. zickler

    adding a search to shopping cart

    Hi I want to add a simple search facility to a shopping cart ( a.shopkart 2.0) and also a price filter, could anyone help please. This is the page that the search and fiter would go to display the products. Thanks <!-- #include file="db.asp" --> <% Response.Buffer = true Dim catid, strcat...
  18. zickler

    changing currency format from dollar to euro

    I am using a free donload shopping cart a.shopKart for a project but it is set up to use dollars, I want to change the currency format to euro or sterling can I change this in the Access database, if so how please ? Thanks in advance
  19. zickler

    Drop down list

    At the moment I have individual search input boxes that search for movies by Actor , by Title and by Director. The actor search calls up the script ActorSearch.asp, Title calls TitleSearch.asp and Director calls DirectorSearch.asp. What I want is to have one input box and a drop down list...

Part and Inventory Search

Back
Top