More Internet - 1.2Modify, remove, and add protocols. |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Not Working On Tiger 10.4.10 - Version: 1.2, 10/24/2007 12:06PM PST
Sophya
Most Recent Replies: View All 1 Replies
- Help with More Internet
AppleScript Application as Protocol Helper do not work in MacOSX 10.4.2 - Version: 1.1.1, 12/28/2005 07:05AM PST
(0 of 1 users found this comment useful)
kostya1
I know how it work in MacOSX 10.3.9
For example:
lets create AS Application with the following content:
on open location foo
display dialog foo
end
-Save as Application Bundle
-Browse package contents and edit "Info.plist"
-Modify CFBundleSignature (it was "aplt" and it is now "CACA")
-Add the magical lines in the plist file:
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>mailto handler</string>
<key>CFBundleURLSchemes</key>
<array>
<string>myProtocol</string>
</array>
</dict>
</array>
-Modify the "PkgInfo"
I can register a new Protocol Helper with help of MoreInternet
It works perfect in 10.3.9 but do not work in 10.4.2.
When I try to start working I get the follosing message:
Safari can’t open “myProtocol:51p:132:014:1:1:20:C” because Mac OS X doesn’t recognize Internet addresses starting with “myProtocol:”.
I suggest that MoreInternet do not work correctly in 10.4.2.
But this is not true. I can regiser any Application using MoreInternet (for example TextEdit, Internet Explorer) as Protocol Helper for myProtocol and can see that I can get this Application using link myProtocol:bla-bla
Could you please help me to understand what else AppleScript Application needs for work as Protocol Helper in MacOSX 10.4.2
For example:
lets create AS Application with the following content:
on open location foo
display dialog foo
end
-Save as Application Bundle
-Browse package contents and edit "Info.plist"
-Modify CFBundleSignature (it was "aplt" and it is now "CACA")
-Add the magical lines in the plist file:
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>mailto handler</string>
<key>CFBundleURLSchemes</key>
<array>
<string>myProtocol</string>
</array>
</dict>
</array>
-Modify the "PkgInfo"
I can register a new Protocol Helper with help of MoreInternet
It works perfect in 10.3.9 but do not work in 10.4.2.
When I try to start working I get the follosing message:
Safari can’t open “myProtocol:51p:132:014:1:1:20:C” because Mac OS X doesn’t recognize Internet addresses starting with “myProtocol:”.
I suggest that MoreInternet do not work correctly in 10.4.2.
But this is not true. I can regiser any Application using MoreInternet (for example TextEdit, Internet Explorer) as Protocol Helper for myProtocol and can see that I can get this Application using link myProtocol:bla-bla
Could you please help me to understand what else AppleScript Application needs for work as Protocol Helper in MacOSX 10.4.2
Most Recent Replies: View All 1 Replies
WORKS w/10.4.2 HERE 



- Version: 1.1.1, 10/21/2005 02:01PM PST
kkrimmer
I find it works fine with Tiger 10.4.2 on 5 macs, and on our 10.3 machines.
Note: this resolved our problems getting WMV files to play right after updating Safari or Firefox.
Just Add wmv as a protocol and find the WMV player. Restart.
A great alternative to WMV player is Flip4Mac.
Note: this resolved our problems getting WMV files to play right after updating Safari or Firefox.
Just Add wmv as a protocol and find the WMV player. Restart.
A great alternative to WMV player is Flip4Mac.
Internet Explorer 5.2.3 = This program does not support the protocol for accessing 'hotline:12.34.56.78.5500'.
Camino 1.5.2 = 'hotline is not a registered protocol'.
Safari 2.0.4 = 'Safari can't open "hotline:12.34.56.78:5500" because Mac OS X doesn't recognize Internet addresses starting with "hotline:".'
I am using More Internet 1.2 on an older G4 running Tiger 10.4.10. In the More Internet prefs pane, I added "hotline", (without the quotes), as the protocol, and then navigated and selected my Hotline client clone.
Am I doing something wrong, or does More Internet simply no longer work, or at least not with Tiger, or perhaps not with the Hotline protocol? Some answers would be appreciated.
Thanks!