Jump to content

markymark

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by markymark

  1. Hi,I am looking to use a javascript button to open a wordpad file when the button is pressed.This is the code so far:<script language=javascript>function openwindow() {window.open("C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe")}</script><form><input type=button value="Open Window" onclick="openwindow()"></form>TIAMarkymark
  2. I would like to display an external text file in a dynamic text field. I have set up the text field (textField_txt) on the screen, the external text block (textFile.txt) is in the same level as the .fla and .swf file and in a 'actions' layer i have the following code:// Load text as variable and asign it to dynamic text fieldFeatures_lv = new LoadVars();Features_lv.onLoad = onText;Features_lv.load("textFile.txt");function onText() { textField_txt.text = Features_lv.textFile;}When i publish this file, i get 'undefined' where the text block should be!!Any Ideas where I am going wrong???TIAMarkymark
  3. Hi,Is there any way of displaying the menubar in a modeless pup-up window???TIAmarkymark
×
×
  • Create New...