-
1. Re: New to editing XML file could use some beginner help =)
8bf Sep 23, 2011 1:57 PM (in response to 8bf)Same person I was wondering if this is at the point of the xml or flash; and if flash does anyone know how to deactivate it in the flash script if thats the case.
Yes i have alot to learn =)
-
2. Re: New to editing XML file could use some beginner help =)
bemdesign Sep 24, 2011 4:05 PM (in response to 8bf)I think that to remove the sitemap, login and FAQ links, you'll need to remove the following from the XML file:
<item name="button1"><![CDATA[Sitemap]]></item>
<item name="button2"><![CDATA[Login]]></item>
<item name="button3"><![CDATA[FAQ’s]]></item>
I highly recommend you make a backup of the XML file first though before deleting these lines.
If this doesn't fix the issue you're experiencing then the problem lies with how the Flash app has been programmed and you'd need the Flash source file and a good knowledge of Actionscript to be able to fix it.
-
3. Re: New to editing XML file could use some beginner help =)
8bf Sep 25, 2011 7:33 AM (in response to 8bf)Removing that section leads to my logo image saying invalid and the rollover links i wanted removed replaced with invalid in their place instead of removed. Any help would be appreciated greatly
-
4. Re: New to editing XML file could use some beginner help =)
bemdesign Sep 26, 2011 6:15 AM (in response to 8bf)As I said previously, if removing the section detailed in my previous reply doesn't work, the issue is likely with how the Flash file has been constructed and coded. You will need to access the source Flash file (.fla) and any associated Actionscript files and then figure out where in the code it requires these three buttons and remove such a requirement. Your best option would be to locate the original developer and have them make such changes (as they would be the most knowledgeable about how and why they programmed the Flash file the way they did).
If that's not possible, then your next best option (in my opinion) would be to redo the entire site and this time stay away from Flash and create your site and navigation using standard HTML and CSS.

