home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Webbrowser: FirefoxIntegrator
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Callumgw" data-source="post: 412706" data-attributes="member: 76295"><p><strong>simple method</strong></p><p></p><p>I tried this plug in and it didn't work then I found the "multiShortcut" plugin and used that got Firefox to work , beautiful!, then add the full screen by referring to a very simple script:</p><p></p><p>Set objFireFox = WSCript.CreateObject("WScript.shell")</p><p>objFirefox.Exec("""C:\Program Files\Mozilla Firefox\firefox.exe"" ""http://www.google.com.au""")</p><p>WScript.Sleep 1000</p><p>objFireFox.SendKeys "{F11}"</p><p></p><p>just save this as a xxxxxx.vbs file and refer to it in the multishortcut setup.</p><p></p><p>If you don't want the firefox to go fullscreen then leave off the last two lines. This should also work for any other browser and you could easily add to the code.</p><p></p><p>Now that I've realised that I needed multishortcut to have Firefoxintegrator work properly I'll try it again!, but I thought this simple script might help those who want less functions.</p><p></p><p>C</p><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p><p></p><p>Ohh, forgot, you can specify any web page to open by changing line two, change from google to yahoo, or have multiple tabs by listing a bunch of pages....</p></blockquote><p></p>
[QUOTE="Callumgw, post: 412706, member: 76295"] [b]simple method[/b] I tried this plug in and it didn't work then I found the "multiShortcut" plugin and used that got Firefox to work , beautiful!, then add the full screen by referring to a very simple script: Set objFireFox = WSCript.CreateObject("WScript.shell") objFirefox.Exec("""C:\Program Files\Mozilla Firefox\firefox.exe"" ""http://www.google.com.au""") WScript.Sleep 1000 objFireFox.SendKeys "{F11}" just save this as a xxxxxx.vbs file and refer to it in the multishortcut setup. If you don't want the firefox to go fullscreen then leave off the last two lines. This should also work for any other browser and you could easily add to the code. Now that I've realised that I needed multishortcut to have Firefoxintegrator work properly I'll try it again!, but I thought this simple script might help those who want less functions. C :D Ohh, forgot, you can specify any web page to open by changing line two, change from google to yahoo, or have multiple tabs by listing a bunch of pages.... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Webbrowser: FirefoxIntegrator
Contact us
RSS
Top
Bottom