<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote
 cite="mid:91ECDBD8-8FA4-4F75-ABD1-D466EB921E1E@dermanouelian.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">If you want to do it the way I did, you need to modify the menu item
itself by following the directions here: <a class="moz-txt-link-freetext" href="http://www.mythtv.org/wiki/index.php/Menu_theme_development_guide#Special_Actions">http://www.mythtv.org/wiki/index.php/Menu_theme_development_guide#Special_Actions</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Actually, the instructions for how the menu xml should look is here:
<a class="moz-txt-link-freetext" href="http://www.mythtv.org/wiki/index.php/Menu_theme_development_guide#Helpful_Tips">http://www.mythtv.org/wiki/index.php/Menu_theme_development_guide#Helpful_Tips</a>
But the action you want is:
&lt;action&gt;EXEC /usr/bin/firefox&lt;/action&gt;
  </pre>
</blockquote>
That solved my problem, thanks.&nbsp; It didn't do what I was trying to do,
which I now see would be to have&nbsp; mythbookmarkmanager use firefox, but
it is good enough for what I want.&nbsp; More importantly, it solves my
sound problem in that the sound is going out of the spdif port when
using flashplayer withing firefox.&nbsp; Plus, I don't have to leave myth to
run firefox.<br>
<br>
What I did is modify /usr/share/mythtv/info_menu.xml and add this code:<br>
<br>
&nbsp;&nbsp; &lt;button&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;type&gt;FIREFOX&lt;/type&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;text&gt;Firefox&lt;/text&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;action&gt;EXEC /usr/bin/firefox&lt;/action&gt;<br>
&nbsp;&nbsp; &lt;/button&gt;<br>
<br>
I will probably customize it more to get the web sites I want to come
up with a push of the button, but you have definitely opened up a new
set of things that can be done with Myth.&nbsp; Very cool.<br>
<br>
Thanks again,<br>
<br>
PS.&nbsp; I saved the original info_menu.xml file first.<br>
<br>
Allen<br>
</body>
</html>