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!

Recent content by jdiaz141

  1. jdiaz141

    Problems while testing my swf files remotely

    sorry about that. .loadFile("path", "target", "jpg"); loadfile will load up external images onto several instances of movieclips (logoLoader, cdLoader, webLoader and photoLoader) Regarding "stick", stick is just a function I made up that tells the button to stay on the down state which...
  2. jdiaz141

    Problems while testing my swf files remotely

    // the code for my drop-down menu. this.btnLogo.onRelease = function() { _root.gotoAndStop("logoDesign"); }; this.btnWeb.onRelease = function() { _root.gotoAndStop("webDesign"); }; btnCD.onRelease = function() { _root.gotoAndStop("cdCover"); }; this.btnPhoto.onRelease = function() {...
  3. jdiaz141

    Problems while testing my swf files remotely

    thank you for your reply. I tried your suggestion of changing the swf name but that did not work. I know its not a caching issue. I cannot make out what the problem is. If anyone else knows, i would really appreciate the help. Thank you very much in advance.
  4. jdiaz141

    Problems while testing my swf files remotely

    I have created a page that is supposed to load up several images through a movieclip at the press of several buttons that are on the main timeline. These buttons are working fine while testing them both locally and by my remote testing server. However, I have four buttons inside a mc that...

Part and Inventory Search

Back
Top