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 biv343 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 kars01

  1. kars01

    Problem with Invisible button over the Flash movie clip

    When I enter the following script in the first frame, I am getting an error (I've pasted it after the script). button1.onRollOver = over; button1.onRollOut = out; button1.onMouseDown = function() { getURL('Mypage.html',_blank); } button1.text.buttonText.text = "MYPAGE"; function over() {...
  2. kars01

    Problem with Invisible button over the Flash movie clip

    I have been trying to link an html file to a Flash movie clip with animations. In order to link the file, I placed an invisible button over the movie clip. Now when I preview it in the browser, the link works fine, but the invisible button has taken away the animation effects. The clip...
  3. kars01

    Linking file to a flash button: Beginner help?

    Thanks a lot. This worked. I tried on another server and it did work.
  4. kars01

    Linking file to a flash button: Beginner help?

    Thanks, This works. Is it not possible to give relative references (e.g. sample.htm) instead of absolute references (e.g. file://file/absolute_path/sample.htm)? The reason for my question is that I have several buttons that need this functionality. When I upload them all on to the web server...
  5. kars01

    Linking file to a flash button: Beginner help?

    Yes, I am testing it on my computer. I plan to upload it once I get access to the server.
  6. kars01

    Linking file to a flash button: Beginner help?

    Thanks for the follow-up. Yes, all the files (.swf, .fla and .html)are in the same folder. The button is actually an invisible button created over a flash movie clip. I don't know what I am doing wrong, but even the solution you provided doesn't seem to work. Do I really need to load the files...
  7. kars01

    Linking file to a flash button: Beginner help?

    I am trying to link a flash button (say button1) to a file saved in a particular folder. This is the typical way I found: on(release) { getURL("http://my_url.com", "_blank"); } and it works... In my case, I want to link this button to a file "sample.html" in the same folder... but when I...

Part and Inventory Search

Back
Top