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. orangejuice

    dynamic text boxes and global variables

    Alright I am rather confused with this one. I have a main flash movie which loads a set of variables from a website Code in first fram of movie: loadVariables("http://mysite.com/variables.txt", "_root", "GET"); This works fine for my main movie - I can set up two...
  2. orangejuice

    dynamically get text from website & display in standalone app

    Ok - maybe this has been answered somwhere already, but here's my problem: I have a standalone CD project created completely in Flash and would like to display my current news items from my website in the Flash interface. Rather than just having a link to the correct webpage in my site, I want...
  3. orangejuice

    Powerpoint files not opening correctly in Netscape

    Hi, I have a Flash interface (have asked in the Flash forum but nobody knows) which has numerous links to powerpoint show files. When Internet explorer is the default browser, these files open into the HTML window I have specified through javascript (proper size, no scrollbars, etc). When...
  4. orangejuice

    Open PowerPoint show in popup window - get "alert" message - save or o

    I have a flash movie with several links to PowerPoint show files. The entire thing is a CDROM project. My links are set up as components, so that I can specify the size of the HTML window that will open, as well as scrollbars and all the rest of it. However, when the user has internet...
  5. orangejuice

    possible to put an "if" statement on submit form button?

    I have created a simple form for site visitors to subscribe to a couple of different newsletters. The form is being submitted to my email address - I find this simpler than a cgi script or something. I have 3 checkboxes in the form for three different newsletters. When the email is sent, I...
  6. orangejuice

    saving variable to text file in standalone app

    I am using flash MX and am trying to do the following: I have a dynamic input text field, and below it a "submit" button. When the user inputs some text and clicks "submit" I want this text to be sent to and saved in an external .txt file. This is all it has to do. I know it...
  7. orangejuice

    searchable flash - is it possible???

    I am setting up a large interactive CD interface basically containing information from a 300 page users manual. This is meant to make things more accessible and easy for customers to use than flipping through a huge book. The flash files are set up to load text dynamically from many different...
  8. orangejuice

    Load .jpg into .swf, then load .swf into another .swf

    This is a bit complicated but here goes... I have a jpg file, named "laser.jpg". I am loading this into my movie by creating an empty movie clip on the stage (instance name "empty"). Then in my timeline, I have the actionscript: loadMovie("laser.jpg&quot...
  9. orangejuice

    Loading an .swf into movie clip

    I am having trouble loading an .swf into an empty movie clip. I have placed an empty movie clip on the stage, and named the instance "empty". Then on the frame I have placed the following script: empty.loadMovie("Applanix POS.swf"); The .swf file loads fine, but stops...

Part and Inventory Search

Back
Top