Are .webloc 's cross-platform?

Can I put a .webloc on a CD-ROM and expect windows people to be able to follow it transparently? If not, is there an easy cross-platform format?

If you're using "Convert Script To Markup Code" to convert the script, you can get the applescript:// url to work properly with these forums by using UBB code rather than HTML.
--[url=applescript://com.apple.scripteditor/?action=new&script=set%20someURL%20t o%20the%20clipboard%20as%20string%0Aif%20someURL%20begins%20with%20%22http%22%20 then%0A%09set%20fileName%20to%20do%20shell%20script%20%22echo%20%22%20%26%20quot ed%20form%20of%20someURL%20%26%20%22%20%7C%20sed%20's%7C%5Ehttp%3A%2F%2F%5C%5C(% 5B%5E%2F%5D%5C%5C).$%7C%5C%5C1%7C'%20%22%0A%09%22%3C!DOCTYPE%20HTML%20PUBLIC%20'-%2F%2FW3C%2F%2FDTD %20HTML%204.01%2F%2FEN'%0A%3Ctitle%3ERedirect%20page%3C%2Ftitle%3E%0A%3CMETA%20H TTP-EQUIV%3D'Refresh'%20CONTENT%3D'1%3B%20URL%3D%22%20%26%20someURL%20%26%20%22' %3E%0A%3Cp%3E%26nbsp%3B%3Cp%3E%26nbsp%3B%3Cp%3E%26nbsp%3B%0A%3Ch1%3EYou%20are%20 being%20redirected...%3C%2Fh1%3E%22%0A%09%0A%09do%20shell%20script%20%22echo%20% 22%20%26%20quoted%20form%20of%20the%20result%20%26%20%22%20%3E%20%7E%2FDesktop%2 F%22%20%26%20fileName%20%26%20%22.html%22%0Aelse%0A%09display%20dialog%20%22Erro r...%20put%20a%20URL%20on%20the%20clipboard%22%0Aend%20if%0A]Open this script in a new Script Editor window[/url].
Hope this helps....
Dual 2.7GHz PowerPC G5 w/ 2.5 GB RAM; 17" MacBook Pro w/ 2 GB RAM -   Mac OS X (10.4.8)  

Similar Messages

  • Recommendations for cross-platform software development?

    I'm considering developing a new shareware product and I'd like for it to be able to run on both OS X and Windows, and Linux too if that ends up not requiring too much more effort.
    I've been a Java programmer for many years now, making Java in some ways a very obvious solution. But I've never been all that pleased with the look and the performance of Java Swing GUIs. Swing isn't all that bad for some uses, but it can be clumsy in many ways (like Mac open/save file dialogs), doesn't always get the look-and-feel of a particular platform quite right, misses many platform-specific features one might want to access -- in short, Java-based apps seldom manage to have the fit-and-finish of off-the-shelf, shrink-wrapped commercial software.
    I could stick with Java and try out the SWT toolkit (it's better at getting native look-and-feel, and native performance) for building a GUI, but from what I've read SWT has its limitation as well, and besides, because of the nature of the product I have in mind -- something dealing with audio and music -- a lot of the open source code I'd like to incorporate into my product is written in C or C++, and I might need to do some low-level driver work too. Trying to bridge all of that into a Java app with lots of JNI work doesn't seem like the best route to take.
    I could learn C# and use Mono to make my stuff work for OS X, but, although I've never worked with C# and whatever standard GUI libraries one would typically use with C#, I suspect that it will work best for Windows and be kind of iffy for Mac use.
    All this said, I'm fairly certain that, after many years away from it, the best thing for me to do is get back into using C++ for this project.
    From my cursory preliminary research, the best looking C++ cross-platform development library I've seen so far is Qt from Trolltech. It's also very expensive from the viewpoint of a start-up operation -- a few thousand dollars, even with a 65% discount given to small start-ups.
    There's the totally free, open-source wxWidgets, but it sounds like wxWidgets' Mac support isn't the greatest, and it sounds like it's noticeably buggier than Qt. Maybe it would still be good enough for my uses, but I don't know that yet -- which is one reason I'm writing this post, hoping others have had some experience with it.
    Anyone know any other C++ cross platform toolkits for general GUI application development? One article I read said:
    If your needs are a free cross-platform environment, then wxWidgets is your best and only solution. However, for under $100, you can find a cross-platform environment with a much better Macintosh user experience than wxWidgets.
    I can't seem to find any of these better-than-wxWidgets, under-$100 solutions, however. Suggestions, anyone?
    Quad G5 + 15" MBP   Mac OS X (10.4.6)  

    Hi--
    I think, from looking at that page he must be talking about the CPLAT framwork. It's kind of hard to figure out from that page, but he's got another page with information on CPLAT here.
    It looks like it's $50 for the license. You can also look at the official CPLAT site for more info. I've never used it, though, so I can't really say whether it's any good or not. But there is a trial version available...
    charlie

  • Cross platform, multiple versions, multiple architectures.

    I am fairly new to Illustrator plugin development.  I played around with the ADM on the Windows side and got that working.  Then realized we needed to build a plugin to run on Mac.  And although the SDK says you can target multiple platforms in the PiPL, it never really worked right.
    Now I'm working on Mac with Xcode.  I'm running CS5.  Some of the machines I'm developing for are running CS4.  I've tried building the samples from the CS5 SDK and they work on my machine great.  When I build the CS4 SDK samples the tester can't load the plugin. (LiveDropShadow).  Do you think it is the version of Xcode?  I targeted the right OS version... made sure of that.
    So next question.. can I build/deploy the same Flex UI in CS4 and CS5?  Any tips/suggestions?
    thanks,
    Will

    You can absoultely hit both CS4 & CS5, Mac & PC -- we do! Hell, we used to hit CS3, CS4 and CS5
    Your problem with CS5 & CS4 is probably that you're using a suite version that is only available in CS5. When Adobe updates a suite, they still make the old version available, but the headers will always use the version that shipped with their Illustrator by default (makes sense). So, for example, the Art Suite might be version 14 in CS4 and 15 in CS5. If you use the CS5 headers, kArtSuiteVersion is 15, but 15 doesn't exist in CS4.
    Its easy to see if that's the problem -- add a message if AcquireSuite fails and have it print out the suite & version that failed. If that's the case, you'll just need to look at the CS4 SDK and figure out what version it shipped with (likely one less than you requested!). If you're not using anything added in the CS5 version, just switch the types & version requested to the CS4 one and after a recompile, you should be fine. Of course, this may repeat for several suites It might be faster to look at what suites you're requesting and then just check each one. A fast way is to look in the legacy folder -- if theres an AI140*.h version of your suite, that means it was updated in CS5, and you'll run into this problem.
    As for the ADM, well, we had the same experience. That's why we switched to Qt. There are undoubtedly other cross-platform toolkits you could use, but that one will work (albeit with some work). The next version of Illustrator won't even have the ADM in it, so its definitely wise to avoid the ADM at this point.
    I'm not too familliar with Flex, but I believe you can hit CS4 & CS5 with the same UI. I'm not the one to answer that unfortunately, as we don't use Flex. There's another thread from the last week that discussed the finer points of 3rd party vs Flash UI that you might find useful. It should be one or two down from this one in the thread list.
    Good luck!

  • Buddiy API cross platform woes

    Hi,
    We are producing a cross platform CD-ROM and need to launch
    PDFs. We have purchased Buddy API and have the Windows version
    working fine. When we publish the Mac version it refuses to launch
    Acrobat, even though I can see the api being included during the
    publish process.
    I have installed the cross platform 'flattened' versions of
    the api into the relevant directories and indeed the Mac does NOT
    error saying it can't see the api.
    So it must be down to my code I think, here it is - any
    advise is very welcome - thanks. The PDF's are all kept inside the
    'MEDIA' folder btw.
    on mouseUp me
    tDelimiter = the last char of the moviePath
    tFile = _movie.path & "MEDIA" & tDelimiter &
    "Recovery.pdf"
    OK = baOpenFile(tFile, "normal")
    end
    P.

    The baOpenFile command has a built in method of telling you
    what the
    problem is. It will return an error code when it runs. As a
    test,
    adjust your code like this, then try it on the Mac:
    on mouseUp me
    tDelimiter = the last char of the moviePath
    tFile = _movie.path & "MEDIA" & tDelimiter &
    "Recovery.pdf"
    OK = baOpenFile(tFile, "normal")
    alert string(OK)
    end
    That alert will be a number. Check out the help file for
    BuddyAPI, on
    the baOpenFile page and it will tell you what all the numbers
    mean.
    My guess is that it will be "file not found" or something
    similar, and
    if that is the case, make sure that the media folder is
    visible to the
    Mac operating system. Making x-plat CDs is a tricky procedure
    and often
    a folder will only appear on one partition and not the other.
    If that
    is the case, then re-master the CD and make sure that the
    appropriate
    folders are available to both partitions.

  • Cannot move HD DVCPRO movies cross-platform unless all systems are 5.1

    The 5.1 Crossgrade creates an awkward situation whereby an HD DVCPRO movie exported at full rez ('Current Settings') on an Intel box cannot be viewed on a G4 unless that system too has FCP 5.1 installed - the codec changed to allow the Intel compatibility. Earlier installs of FCP do not allow playback in Quicktime Player - you can hear the audio but the video is white.
    The easiest answer is of course to ensure everyone's on 5.1, but that's not going to work in every case. So - before we launch into an export to another format that IS cross-platform compatible, do we have any advice? We need to export a 2.2 hour feature on a MBP, and long transcodes are going to be a pain.
    DV would work fine, if the codec doesn't suffer the same problem. Does it? And if not, is transcoding >2 hours to 24fps DV going to be painful?
    All advice gratefully receieved. As long as it's not from Mr.Ham.

    Ouch indeed. I wish 'that fellow' the best! We don't have that problem though (we've got all the MXF's and a full backup of all the MXF's too, and everything was imported in 5.1). Our problem is a client who doesn't have 5.1, so he can't see the media we're exporting from 5.1 on his G4 with FCP 4.5. But he only needs to view the media, and it doesn't need to be in FCP - Quicktime Player would be fine. So we want to give him the material in a format that is compatible with his system So my question is - does DV exported from 5.1 suffer the same crossgrade format issues? And is it very timeconsuming to trasnscode out to DV from HD DVCPRO?
    Worst comes to worst he can get 5.1. But it'd be great for budgetary reasons if we could avoid that.

  • Are cross-platform upgrades allowed?

    I own a copy of Adobe CS3 for Windows. I have recently purchased a Mac, and need to get Adobe Creative Suite (preferably CS6) set up on it. Do I need to buy a completely new version of Creative Suite for the Mac, or can I buy a Mac upgrade version, and then use my serial code from CS3 Windows version to validate the upgrade version on my Mac? If I can do that, is it allowed to also buy an upgrade version of CS6 for Windows, and install that using the same CS3 license key to validate the upgrade version on Windows?

    Yes ,it is possible to upgrade from cs3 to cs6 & that also cross platform, yes it should  accept the windows previous version serial key , The Enter Serial Number Upgrade dialog box also accepts the Windows serial number{if not then contact Adobe support }.
    The best option is to place the order through the adobe sales team
    800-585-0774
    Monday-Friday
    9am-10pm (Eastern Time)

  • Need Help in Cross Platform Migration

    Hi Gurus,
    can you please tell me best way to do Corss Platform Migration with minimum down time and we are planning to do from AIX TO HP-UX.
    oracle version is 10g
    and can we do the data sync using streems if it is can you give the steps to configure streems in cross platform.
    Thanks in advance.

    High Availability Customer Case Studies, Presentations, Profiles, Analyst Reports, and Press Releases
    [http://www.oracle.com/technology/deploy/availability/htdocs/HA_CaseStudies.html?_template=/ocom/print]
    Check under Transportable Tablespace at the bottom
    [Multi Terabyte Database Migration|http://www.oracle.com/technology/deploy/availability/pdf/TheHartfordProfile_XTTS.pdf]
    HTH
    Anantha

  • Which product to purchase (cross platform necessary from Mac to PC) Adobe Photoshop 6.0.x to ???

    I have ancient Mac photoshop and pagemaker files. i need best cross platform product for windows that can access these files. adobe photoshop is my primary concern. I understand the indesign cs2 will import old school mac photoshop 6.0.x but is not compatible with windows 7 ... thank you.
    In particular we use windows 7 x64
    So in summary, need to determine which Windows 7 x64 version of Indesign CSxx will still open archaic Mac Adobe files (layouts, EPS, etc).  Or is there a similar product that must be obtained.  I prefer to stick to Adobe products, however, if I must go elsewhere and you can help -- please advise. 
    Also, if you know what I should obtain, does this product have a trial download option that I can test functionality before purchase?  Warranty when I do buy information -- and return policy in general?
    Many thanks.

    PM support has long been pulled from InDesign. You are going to need some old version like CS or CS2 and save an intermediate step to ID files. PS is not a probelm at all. All programs have 30day trials and Adobe has a general 14day return policy. Refer to the product pages on teh website.
    Mylenium

  • PDF with special characters (é, ñ) needs to be legible cross-platform(mac & pc)

    I am using Illustrator to design a PDF. Because it's in Spanish, accent marks and other special characters are needed (á, ñ).
    When I export the PDF from the ai file and view it on my mac it looks fine. However, when I open it on a pc some of the special characters are completely missing.
    I tried Creating Outlines with the text, although it will make it harder to update in the future and so less preferable to leaving the text editable. Creating Outlines works fine on the mac, however on the pc the L's appear thicker than they actually are.
    Does anyone know how to make special characters legible cross-platform when creating a PDF using Illustrator?
    Thanks!!

    Does anyone know how to make special characters legible cross-platform when creating a PDF using Illustrator?
    Yes. You use a correct OpenType font that has the glyphs in the place where they belong and can be embedded without limitations. Older TrueType or PostScript fonts are simply unsuitable as are fonts that cannot be emebdded and require to be installed locally. It all comes down to system language settings vs. the unified environment inside acrobat. This also requires any PDF to be created on systems with the language settings correct in the first place, i.e. creating Spanish text with a Japanese version of AI would be pretty desastrous due to how foreign language fonts are accessed... check these things and then try again. If possible, enforce embedding of the full font in the PDF settings, not just a subset and choose a suitable font.
    Mylenium

  • Email images and signatures not displaying cross platform??

    I have noticed something odd when emailing people who are using windows. For some reason, attachments and signatures that are images (.jpg files that WILL open in a browser on the PC) or PDF's do not show up in the body of the email I send to them. Yet they are using HTML email, and emails they send to ME do have images showing up correctly in both the body of the email and the signatures on my Mac. Is there something on my end that I need to do in the formating to make this cross platform? Has anyone else run into this?
    I'm confused, I thought HTML was HTML....

    Same here... in Outlook 2007 many times the Mac email signature ends up as an HTM attachment... Any news on this odd behavior!

  • Golden Gate 11: cross platform replication

    hello,
    wonder if there are any cross platform (major) issues for establishing a two way  replication between Sparc Solarix 5.10 to x86 Linux based hosts ?
    RDBMS versions are same or 11.2 vs 12.1
    We are planing to use 12C gg on a new installs.
    thank you

    Hi,
        It would be better to ask this question in the GoldenGate community forum -
    GoldenGate
    or if you have access to My Oracle Support in the MOS forum -
    GoldenGate, Streams and Distributed Database (MO
    Regards,
    Mike

  • Can I use Messages in OSX to text with a person on an Android platform? My iPhone works cross platform but I don't get the text in Messages on my desktop with OSX 10.8.2

    Does "Messages" in OSX 10.8.2 work cross platform? My daughter has an android phone and I can text with her OK in iOS. However, her texts don't show up on OSX whereas texts from my son, who has an iPhone, work in iOS and OSX.

    HI,
    The answer is yes and no.
    As Barney-15E link says you can get the Messages app to SMS to AIM Buddies.  Or rather telephone Numbers as AIM Buddies.
    There are limits.
    The computer has to be set as if in the United States (System Preferences > Language and Text > Region)
    The phone is question has to be on a carrier that supports AIM SMS forwarding which only applies to some US based carriers.
    The reason the SMS Messages arriving on the iPhone do not sync is that they are not iMessages  (the "No" Part).
    I use Messages with the Buddy List Showing.
    As a test I have added a made up number as a Buddy and also created a Address Card for it.
    So Mousing over the "Buddy" reveal the "Screen Name" which is the phone Number
    You have to include the Leading +1 country code as well.
    9:32 PM      Thursday; March 14, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • No Pre-CS4 cross-platform upgrades anymore?

    I bought CS3.3 Web Premium for Windows 2 1/2 months ago. Before I purchased I confirmed with Adobe Customer Service that I can exchange it to the Mac version for free.
    This week I finally purchased a Mac and called Adobe to get the Mac version, and was told that my only option would be to upgrade to CS4 Mac (for $$$) and that they no longer sell / send out version 3.3.
    Can this be for real? I just bought it 2 1/2 months ago and they are no longer honoring their free cross-platform upgrade policy. It's hard to imagine that they don't have 3.3 in stock any more. It's not like I am requesting a CS2 Win to CS2 Mac upgrade. I just spend a lot of money, and now they want me to spend even more money...
    Any ideas? Anybody at Adobe reading this?
    Greg

    Now that makes sense. I'm beginning to thing that the techs and sales people at Adobe don't really know anything. I spoke to three, and none of them even hinted at that possibility.
    I also spoke to someone at Apple who said that their software couldn't damage the Mac's hardware, as well. It's hard to believe they'd keep it on the market without warnings, recalls or disclaimers, knowing it could do that much damage.
    Sure leaves a bad taste in my mouth about Adobe. Maybe it's time for me to look at other software.
    Thanks,
    Michele

  • Cross platform migration from hp unix to sun

    Hi
    recently we have done cross platform migration from hp unix to sun (10g R2 RAC +ASM). It was a challenging experience to complete the migration in 8 hours downtime for a database of about 2 TB.
    I would like to share the experience , so that it would be hepfull to others and i would learn more new techniques for improvement .
    source environment:
    HP-UX -ITANIUM - 2 node RAC - 10g R2 - Oracle clusterware - ASM - Heavily loaded all the time .
    Destination Env:
    Sun solaris 10 - 2 node RAC - 10g R2 - Oracle Clusterware - ASM
    Total Downtime available : 6 hours.
    Steps followed
    1. snapshot backup of source database on a intermediate HP-Unix box. (stage area)
    2. recover the database and start the rman image backup on to disk in stage area.
    3. mount this filesystem locally (Veritas ) on to one of the node in the destination env.
    4. Mount this filesystem as NFS on second node using a cross cable between both of them (we can use interconnect VLAN also here)
    5. Keep applying the archive logs from source env till the downtime .
    5. startup nomount the database , change the datafile names from ASM to RMAN image copy files and mount.
    6. start rman convert statements and pump into the already exisitng ASM nodes with parallel sessions as much as possible (with 35 sets (513 datafiles) we were able to pump 2 TB data in 4.5 Hrs) - only system and undo datafiles need a convert statements (platform migration ) others would need a file system to ASM conversion only.
    7. alter database open resetlogs in the destination environment.
    8. create services manually and start the application.
    we were given very less time to decide upon this stategy , By gods grace we were able to complete it .
    I got a doubt while we are chalking out this plan .
    can we connect to ASM instance remotely and pump data from one ASM to another ASM. It seems it is not possible , just a wild thought.
    Let me know if you see any more improvements in this.
    Thanks
    Naveen samala

    can we connect to ASM instance remotely and pump data from one ASM to another ASM. It seems it is not possible , just a wild thought.No. Thats not possible.

  • Template Cross-Platform - Version Differences

    I created a template in Dreamweaver 8 on a Mac and sent it to
    a programmer using Dreamweaver MX on WIndows and the formatting for
    him is messed up. Divs aren't lining up where I put them. He sent a
    screen shot of his directory (which matches mine) and of the
    template within DW MX and the divs are out of place.
    Is this issue based on OS cross-platform, DW 8 to MX and
    differences in how those versions handle MX or some other issue?
    Thanks,
    Brian

    HTML is HTML, you know? It wouldn't make any difference if
    you were
    creating on a Mac, a PC, or a Linux box.
    But - DMX is a dumb bunny when it comes to any advanced
    layout methods. I
    imagine the problem you are seeing is due to DMX's inability
    to render CSS
    layouts properly. Is your colleague using DMX6.0 or 6.1? If
    the former,
    they should at the least update to the latter immediately,
    although that may
    not fix the problems either.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "yevri" <[email protected]> wrote in message
    news:fce162$kui$[email protected]..
    >I created a template in Dreamweaver 8 on a Mac and sent
    it to a programmer
    > using Dreamweaver MX on WIndows and the formatting for
    him is messed up.
    > Divs
    > aren't lining up where I put them. He sent a screen shot
    of his directory
    > (which matches mine) and of the template within DW MX
    and the divs are out
    > of
    > place.
    >
    > Is this issue based on OS cross-platform, DW 8 to MX and
    differences in
    > how
    > those versions handle MX or some other issue?
    >
    > Thanks,
    >
    > Brian
    >

Maybe you are looking for

  • SharePoint Foundation 2013 installed on Windows Server 2012 not sending out email notification

    I have a server where i installed SP Foundation 2013 on top of Windows Server 2012. I have configured the SMTP as well as the outgoing SMTP in Central Administration of SharePoint. When i create an alert on a document library, its did not sent any em

  • Personal File Sharing and Printer Sharing difficulty

    I hope someone can help me, this is really irritating. I have an Intel iMac running OS X 10.4.11 and a motley band of other computers, Mac and Windows. For the past few months, I haven't been able to use Personal File Sharing or Printer Sharing to co

  • Guest OS Windows 7 for remote access

    We are setting up 4 VM's with Windows 7 OS for staff access on a Dell PowerEdge R320. We had all of the VM's working as specified above but had to re-install Server 2012 Standard because the factory tech setup the Raid 5 to only give the server OS 40

  • IPhone 4s iOS 5.1 update, iMessage- my contact is coming up as my apple ID

    I updated my iphone 4s to ios 5.1 last night and then today when I texted someone else with an iPhone using iMessage, my contact came up as my Apple ID email on their phone instead of my name that was associated with my phone number. This obviously c

  • Need help with MacFuse extension

    I installed MacFuse so I could use one or more of it's many file system extensions to access some data in legacy file formats. To do that I downloaded a compiled executable file called AncientFS that will let me do this. Only problem is that there is