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

    OLAP Cube design question

    Hello all, I have a single database table I've been trying to design a cube for and I'm kinda stuck. I have flight types (commercial, military, etc), engine types (piston, jet, etc), departure airport names, and departure dates. Each entry in the table is one flight. What I need to be able to...
  2. ueberbill

    TCP NAT traversal

    We have a (basically P2P) application that uses TCP and we're trying to get it to work when one or both of the machines are behind a NAT box. I've read a lot of literature on how to get UDP through NAT's but they all say that TCP is hard to get working without using a relay for all of the...
  3. ueberbill

    UDP tunneling

    Is it possible to define a tunnel specifically for UDP traffic? Or are all tunneling devices always IP? Thanks, Bill
  4. ueberbill

    TCP Simultaneous Open support

    Do any versions of Linux support TCP Simultaneous Open? Does it work? Are there any issues? How can I find out more- scouring the search engines hasn't given me a whole lot. Thanks, Bill
  5. ueberbill

    TCP Simultaneous Open support

    Do any versions of Linux support TCP Simultaneous Open? Does it work? Are there any issues? How can I find out more- scouring the search engines hasn't given me a whole lot. Thanks, Bill
  6. ueberbill

    Scroll bar causes slowdown.

    I have a scrollbar movie clip symbol which consists of 3 frames- the 1st one only gets played once, the 2nd one sets a scrollvalue variable from the y value of the slider bar and the 3rd does a gotoAndPlay(2) so that the 2nd frame can keep setting the scrollvalue. The problem is that this tight...
  7. ueberbill

    Searching an entire site?

    Is it at all possible to search an entirely flash'ed site containing a whole bunch of individual flash movies? A long shot, I know... :) Bill
  8. ueberbill

    Targetting a container in another layer

    What's the code to target a container within another layer? Say my main movie loads another movie into level1. The level1 movie has a container and loads yet another movie into it (let's call it container1). The movie in container1 contains a variable that the main movie in layer0 wants to use...
  9. ueberbill

    How do I wait for a movie to finish loading

    I have this controller movie at level0 and an opening movie at level1. Depending on where the user clicks, level1 sets a variable (just a number) within level0. Level0 then unloads level1 and then loads another movie into level1. This new movie should be played at the frame specified by the...
  10. ueberbill

    sending variables to a new movie

    I'm going to load a movie into level 0 (replacing the current movie)- how do I send a variable from the old movie to the new movie inside flash? Thanks, Bill
  11. ueberbill

    _y?

    The _y property of a movie is the y coordinate of that little crosshatch in the movie, right? How do I get the y coordinate of a corner of the movie? That crosshatch isn't necessarily the center of the movie and I need to have a way for determining the dead center of the movie (without centering...
  12. ueberbill

    scaling web browser chops movie

    Me again :) One problem I'm having is this: There's a web page (I'm sorry, I can't give an URL- it's all internal to the company) that contains only a flash movie. When you change the size of the web browser it chops off some of the movie- is there something in the HTML or in the movie itself...
  13. ueberbill

    Displaying an HTML page in a flash movie?

    Is it possible to, without using frames, display an html page inside a flash movie? Thanks, Bill
  14. ueberbill

    Major flash slowdown while using tweens

    We are creating an entry point for a website and to do so we have buttons which, when you roll over them, tween into a description of where the button leads. The tweens for the descriptions are only 4 frames long but they take a very long time to execute. In the background we have some...

Part and Inventory Search

Back
Top