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 SkipVought 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. KingDufus

    Star Wars Trailers - How did they do that?

    I'm trying to stream some quicktime movies on a web site. I saw the Star Wars trailers which look like they are being streamed, and the quality is amazing. I can't seem to get anywhere near that kind of quality with mine, and was wondering if anyone knew how those trailers were created so that...
  2. KingDufus

    Exporting Quicktime Streaming Problems

    I am trying to export a movie as a Quicktime streaming movie. (Premiere 6.0) I select "save for web" and select "Quicktime Streaming" with "Broadband/LAN" for the highest quality. The result looks horrible, with huge chunky pixels everywhere. I've seen great looking...
  3. KingDufus

    How do I use a variable to specify a frame label in goto statement?

    Hi OldNewbie, Thanks for the follow-up. The latest code worked great. However, it looks as if there is a problem with the loadVariablesNum ("status.txt", 0); function. The code only worked if I allowed at least three frames in between the Load function and the...
  4. KingDufus

    How do I use a variable to specify a frame label in goto statement?

    Hi OldNewbie, Thanks for posting a reply. I tried the Flash 5 code, and it didn't quite work as typed. After trying a couple of things, it worked when I substituted == for the eq, so I combined your flash 5 code and your flash 5 player code. Here's what worked: if (option == open) { tellTarget...
  5. KingDufus

    How do I use a variable to specify a frame label in goto statement?

    Hi, I have a flash movie which contains a movie clip (named "buttons"), that contains two frame labels: "open" and "closed". I am interested in loading variables from a text file, and then telling the movie clip to go to one of its frame labels that is defined in a...
  6. KingDufus

    How can sort the data in a table by different columns?

    Hi HTH,thanks for posting. Here are some answers to your questions: 1. The path of the Perl script is: http://www.mywebsite.com/cgi-bin/department/htmltest.pl The value for the column header link is: http://www.mywebsite.com/cgi-bin/department/htmltest.pl?dep=Department+Name&num=DP-010&sor=2 I...
  7. KingDufus

    How can sort the data in a table by different columns?

    I have written a Perl script which reads the contents of a Microsoft Access Database, and displays certain results as a web page table. The display criteria are determined by variables that are passed along to the script by a query string in the URL. For example...
  8. KingDufus

    How to read an Access database table that has spaces in the name

    Thanks everyone for posting. Sorry for the huge delay in my response. I tried the qq statement that Hardy suggested, and that unfortunately that didn't work for me. I also tried the [] around the names that Thomas suggested, and that too did not seem to work. The [] worked for field names in the...
  9. KingDufus

    Contents of one field show up in another

    Hi all, thanks for posting. Here are the reasons I was wanting to have two fields with different names, but the same content: I'm creating an small Intranet site for a company. They have an exisiting database, that they want to access via a browser. I started to learn Perl to create the code to...
  10. KingDufus

    How to read an Access database table that has spaces in the name

    I'm new to Perl, and am connecting to an Access Databse using the DBI:ODBC module. I can make the connection without any problems, but can't seem to get the "SELECT * FROM" code to work because the table name I need to read has spaces in it. (For example: "Name of Table") I...
  11. KingDufus

    Contents of one field show up in another

    Thanks for posting! I am describing fields in a table. I am working with an existing Data Base, so I need the existing information in Field1 to automatically display in Field2 when either the table or a query is opened for viewing. I have little experience with Access. I looked at HTH's...
  12. KingDufus

    Contents of one field show up in another

    I'm interested in having two fields that have different names, and I would like one of the fields to display the same exact information that is in the other field. So basically, I'd like the information to be entered in one of the fields, and have it automatically be displayed in another. Is...
  13. KingDufus

    Export to html, can I format the results?

    I'm interested in exporting a query as an html file. I would like to control how everything looks, such as table dimensions, border colors, hyperlink colors, etc... Is there a way to do this from Access? I noticed that you can specify that the exported file follow an "HTML template...
  14. KingDufus

    Word 2000 hyperlinks / open as new window

    Oops, somehow a stray semicolon appeared after the url in the previous post, it should not be there. -King Dufus
  15. KingDufus

    Word 2000 hyperlinks / open as new window

    Well, after poking around a bit, I came up with a solution for Windows: 1. Right click over the hyperlinked text 2. Select "toggle field codes" which will display some html code that you can edit. 3. add the following text after the url: \t "_blank" for example, the html...
  16. KingDufus

    Batch Process to CHANGE passwords

    I'm wondering if there is a way to CHANGE the passwords on multiple PDF files with the Batch Processing feature, assuming that the old password is known. I know there is a way to ADD a password to previously un-protected documents, but this method does not work to change an existing password to...
  17. KingDufus

    Word 2000 hyperlinks / open as new window

    I am using the "save as web page" feature in Word 2000 to create a simple list of hyperlinks, to be viewed in a browser. Is there a way within Word to specify that any hyperlinks that are clicked should open a new browser window, rather than opening the link in the existing browser...
  18. KingDufus

    Dynamically Updating text on a page

    Is there a way in Dreamweaver for a web page to "read" the contents of a separate text file, and display the contents dynamically on a web page as hyperlinks? I'm creating a web page that needs to have the contents updated by a non-technical user, who would not be using Dreamweaver...
  19. KingDufus

    Disabling Windows right click Pop Up Menu

    I'm using a frame set that contains two frames. The top one is the Navigation Bar, the bottom one will contain a list of links. Is there a way to disable the right click Pop-Up menu in Windows? I don't want users to have the option of opening up each frame as a New Window. Since i'm creating the...

Part and Inventory Search

Back
Top