Jump to content

watino

New Members
  • Posts

    4
  • Joined

  • Last visited

watino's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Okay, googled and tweaked and I have the following code compiled w/o errors (yeah!): bAboutUs.onRelease = function() { getURL("/About Us.html", "_self"); }; In the "Actions - Frame" (maybe this is Action Script?) it shows under Symbol Definitions - a movie clip called MenuGfx. These are the menu items which are part of the flash. Under that are 4 buttons that correlate to the menu: BButton, BButton, BButton, BButton, I added that code above to the bAboutUs button, saved menu.fla, and published it. Still nothing happens when I click on About Us. I apologize for my persistence but I can feel that I am so close to getting this to work and don't want to give up.
  2. Thanks! I'm wondering if I'm in the wrong place or if these free templates don't even have any code. I brought up menu.fla in Adobe Flash. I then choose F9 Actions. This brings up an Actions-Frame. I locate the About Us button, for example, and there is no actions shown in the window on the right. Is this the right area? If so, what is the exact code that would need to go in there. I have the following but I'm obviously getting compiler errors as I am not well knowledgeable in flash coding: import mx.controls.Button; not_set_yet.addEventListener("click"); getURL("/About Us.html", "_self"); 'not_yet_set' appears to be the error but I am unfamiliar with what to put in the Object or Listener boxes...
  3. Hi! I'm new here & new to web design, so I apologize if this is too basic of a question. I downloaded a web template from hostgator. It has a flash menu at the top (Home, About Us, Contact Us, etc.). How do you or where do you, link the menu options to their appropriate .html files (i.e, About Us =>about us.html) so that when you click on that, it brings up that page? I'm not completely familiar with flash but was able to edit the header.fla for the website but am not familiar with the menu.fla. I am using a trial ver of Adobe Flash CS4 (which sadly expires in a couple days). My website is www.tptotalperformance.com. TIA, Melissa
×
×
  • Create New...