Hello,
a while ago I had a (Flash) friend help me with a menu system using flash and an xml file - the menu worked fine with the pages opening in the window.
Now the owner of the site wants it in frames (the main content frame is called (main) - go figure) anyway, the xml does not allow the pages to open a frame (or does it?) I don't know how to add a line if needed to get this to open the frame - the xml code is here --
My friend is out of state at the moment and I need to get this working - can it be done, and if so, how?
Any Ideas?
a while ago I had a (Flash) friend help me with a menu system using flash and an xml file - the menu worked fine with the pages opening in the window.
Now the owner of the site wants it in frames (the main content frame is called (main) - go figure) anyway, the xml does not allow the pages to open a frame (or does it?) I don't know how to add a line if needed to get this to open the frame - the xml code is here --
Code:
<!-- to add another link, create another item tag. make sure the tag is closed with "/>" -->
<!-- to open new page, use single quotes inside url tag. make SURE the URL is closed with "/>" -->
<menu>
<item name="Open Blank" link="'[URL unfurl="true"]http://www.anysitename.com/'"[/URL] image="images/nav_images/6.swf"/>
<item name="Open Self" link="self.html" image="images/nav_images/7.swf"/>
<item name="Open in frame" link="frame.html" image="images/nav_images/8.swf"/>
</menu>
My friend is out of state at the moment and I need to get this working - can it be done, and if so, how?
Any Ideas?