.dir (created on Win) with FileXtra4, doesn't work on Mac

Hello.
I created (on a Windows PC) a Director Project file for my MSc dissertation, using xtra "Filextra4".
I included some PDF files and when the user clicks on this file, it should open. This function works fine on Windows, but it does not on Macintosh.
I have this code:
property pdf_name
on beginSprite me
  Initialize me
end beginSprite
on Initialize me
end Initialize
on mouseUp me
  fxObj = xtra("FileXtra4").new()
  if the platForm contains "win" then
    pdf_path=the moviepath &"material\"& pdf_name
  else
    pdf_path=the moviepath &"material:"& pdf_name
  end if
  fxopen=fxObj.fx_FileOpenDocument(pdf_path)
  fxObj=0
end
on getPropertyDescriptionList me
  return \
#pdf_name: \
  #comment: "Name of the file to open:", \
  #format:  #string, \
  #default: "___.pdf" \
end getPropertyDescriptionList
and when I try to open a PDF file on a Mac, this message appears:
Director Player Error.
Script Error. Continue?
When I try to open a PDF file into Director on Mac, this message appears:
Script error: Object expected
fxObj = xtra("FileXtra4").new()
I have also tried all these steps:
1) I extracted the files "FileXtra4.x32", "FileXtra" and "FileXtra (carbon)" on a folder named "Xtras" which was in the same folder with the .app file.
2) I put all these files into folder C:\Program Files\Adobe\Adobe Director 11\Configuration\Xtras\FileXtra4, but also into C:\Program Files\Adobe\Adobe Director 11\Configuration\Cross Platform Resources\Macintosh\Xtras
3) I renamed the "Filextra4" file for Mac into FileXtra4.data, FileXtra4.rsrc and FileXtra4.cpio and put them into C:\Program Files\Adobe\Adobe Director 11\Configuration\Cross Platform Resources\Macintosh\Xtras
4) I added the line [#namePPC:"FileXtra4",         #nameW32:"FileXtra4.X32"] into XtraInfo.txt
but none of these steps worked.
Could you please help me to solve this problem?
Thank you in advance.

Which version of Director are you using?  If you are using Director 11 or 11.5, then FileXtra4 will not work on Macs.  And it will not always work on PC.  This xtra was never updated when DIrector's format changed in Dir 11.
If you are using Directo MX 2004 or earlier, then you should be able to simply download the Mac version of the xtra from the site and unpack it ON A MAC.  Put it in an external xtras folder (where the xtras folder is in the same folder as the projector).  Then burn the files (again, on a Mac).  If you ever put the unpacked Mac xtras onto a PC filesystem, then they will no longer work.

Similar Messages

  • Create Slideshow Display sequence property doesn't work

    Create Slideshow Display sequence property doesn't work,
    I have selcted random but the slideshow always plays in order. I searched the scripts for any logi related to this and other properties set, but cannot find any refernce to any of these propoerties:
    transType='Random' transTime='1' firstImage='1' dispSequence='1'>
    How can I make the slideshow start  with a random image each time?
    thanks
    s

    Hello,
    I am back on this question, about how to get the non-flash version of the Creatr Slideshow v1.6 to display the images in a random sequence. Can anyone point me in the right direction, please?
    thanks
    juno

  • Hi, I've used four different Groups when emailing for the past few years, and suddenly they have stopped working. I've tried creating new Groups but that doesn't work either. I haven't changed or done anything different and it is driving me mad......

    Hi, I've used four different Groups when emailing for the past few years, and suddenly they have stopped working. I've tried creating new Groups but that doesn't work either. I haven't changed or done anything different and it is driving me mad......can anyone help, please?!

    Thanks for that information!
    I'm sure I will be calling AppleCare, but the problem is, they charge for the phone calls don't they? Because I don't have money to be spending to be on the phone with a support service.
    In other things, it seemed like the only time my MacBook was working was when I had Snow Leopard without the 10.6.8 update download that was supposed to be done to prepare for OS X Lion.
    When I look at the information of my HD it says that I have 10.6.8 but that was the install that it claimed to have failed and caused me to restart resulting in all of the repeated problems.
    Also, because my computer is currently down, and I've lost all files how would that effect the use of my iPhone? Because if it doesn't get fixed by the time OS 5 is released, how would I be able to upgrade?!

  • Cropping pictures with Viewer doesn't work.

    Cropping pictures with Viewer doesn't work.
    Selecting < or ~ 12 pictures. (picture size are Snapshots with iphone resolution) ->Viewers opens and display them. -> Russian roullette between cmd+k or the little crop button. No indication which one will process a crop or which not. -> Both result in picture selection disappear with no crop.
    Selecting > 12 pictures. (picture size are Snapshots with iphone resolution) -> Viewer opens and display them. I crop them one by one with same Russian roulllette behavior between cmd+k or the little crop button. -> Closing Viewer. -> Pictures remain like they've been before. Not cropped.

    I just tried what you described (although I can't really fathom why you would describe it as Russian roulette (with a variable number of L's). Unless you've been drinking a lot, which is what people are usually doing when they are playing Russian roulette. Your post was hard enough to decipher without that.
    Anyway, my cropping was saved each time. I think there's something wrong with your Preview.app. Have you changed anything about the autosave functions of OSX?
    I would try:
    Boot into your recovery partition (restart, hold down ⌘R until you see the Apple logo), and use Disk Utility to repair your hard drive. Repair permissions too while you're there. OS X: About OS X Recovery
    if that doesn't help, then I'd reinstall Mavericks over your current installation.

  • Account doesn't work on Mac Mail but does on iPhone

    I have a IMAP email account with my company that works on my iPhone and in Entourage but doesn't work in Mac Mail. I have tried to copy the settings and even did a full erase and reinstall of Leopard and no one has an idea why it won't work, the hosting company or Pro Care. Any idea out there?

    No idea what  "My apple ID account doesn't work on my itunes but it does on the web" means.
    Please explain

  • Burned in Nero Express through Windows, doesn't work on Mac

    So I just burned a Data DVD (files like music and mac applications) on Windows, using Nero Express, but then I mount it on my Powermac G5 PPC and it doesn't work, my mac doesn't recognize it, what's the problem ?
    Thanks.

    Did you close the disc, or leave it open for further burning sessions?

  • [BUG]: MakeWritable doesn't work for mac

    I'm trying to use oracle.jdeveloper.refactoring.util.MakeWritableHelper in my plugin, and I found it doesn't work for MAC. The byte code shows it only check the osname for "Windows" and "Linux".
    and some Jdeveloper refactoring feature failed due to can't make file writable, they may also related to this class.

    My MAC version is OSX 10.5.4.
    I don't have a stacktrace. It just fails silently.
    You can easily reproduce this bug by reformat a readonly file.
    Here is the code I reverse engineered from oracle.jdeveloper.refactoring.util.Util.java:
    public static boolean setReadOnly(java.net.URL url, boolean readOnly)
    boolean ret = false;
    java.lang.String cmdarray[] = null;
    java.lang.String platformPathName = oracle.ide.net.URLFileSystem.getPlatformPathName(url);
    java.lang.String osName = java.lang.System.getProperty("os.name", "");
    if(osName.startsWith("Windows"))
    cmdarray = (new java.lang.String[] {
    "ATTRIB", readOnly ? "+R" : "-R", (new StringBuilder()).append('"').append(platformPathName).append('"').toString()
    else
    if(platformPathName.equalsIgnoreCase("Linux"))
    cmdarray = (new java.lang.String[] {
    "chmod", readOnly ? "u-w" : "u+w", (new StringBuilder()).append('"').append(platformPathName).append('"').toString()
    if(cmdarray != null)
    java.lang.Runtime runtime = java.lang.Runtime.getRuntime();
    try
    java.lang.Process process = runtime.exec(cmdarray);
    if(process.waitFor() == 0)
    ret = (new File(platformPathName)).canWrite();
    if(ret)
    oracle.ide.model.Node node = oracle.ide.model.NodeFactory.find(url);
    if(node instanceof oracle.ide.model.TextNode)
    oracle.ide.model.TextNode textNode = (oracle.ide.model.TextNode)node;
    textNode.isReadOnly();
    catch(java.io.IOException e)
    e.printStackTrace();
    catch(java.lang.InterruptedException e)
    e.printStackTrace();
    return ret;
    }

  • It doesn't work on mac os yosmite....can u help?

    it doesn't work on mac os yosmite....can u help? my current version now is 11.0

    http://adobe.ly/DVA_updates

  • Both Chrome and Safari interrupt online streaming to request/demand an update for a PC program that doesn't work on Macs. What is going on?

    Both Chrome and Safari interrupt online streaming to request/demand an update for a PC program that doesn't work on Macs. What is going on?

    The update alerts are fake, and are intended to dupe you into installing malware or disclosing private information so that your identity can be stolen.
    You might get the alerts when visiting a website that has been hacked. Don't visit the site again. If applicable, notify the site administrator of the problem, but don't send email to an unknown party.
    If you get the alerts when visiting more than one well-known website, such as Google, YouTube, or Facebook, then they're almost certainly the result of an attack on your router that has caused you to get false results from looking up the addresses of Internet servers. Requests sent to those sites are redirected to a server controlled by the attacker. It's possible, but less likely, that the DNS server used by your ISP has been attacked, but you should assume that the router is at fault until proven otherwise.
    The router's documentation should tell you how to reset it to the factory default state. Usually there's a pinhole switch somewhere in the back. It may be labeled "RESET." Insert the end of a straightened paper clip or a similar tool and press the button inside for perhaps 15 seconds, or as long as the instructions specify.
    After resetting the router, quit the web browser and relaunch it while holding down the shift key. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Do the equivalent if you use another browser. Open the Downloads folder and delete anything you don't recognize.
    Then go through the router's initial setup procedure. I can't be specific, because it's different for every model. The key points are these:
    1. Don't allow the router to be administered from the WAN (Internet) port, if it has that option. Most do.
    2. Set a strong password to protect the router's settings: at least ten random upper- and lower-case letters and digits. Don't use the default password or any other that could be guessed. Save the password in your keychain. Any password that you can remember is weak.
    3. If the router is wireless, or if you have a wireless access point on the network, use "WPA 2 Personal" security and set a different strong password to protect the network. If the router or access point doesn't support WPA 2, it's obsolete and must be replaced.
    During the time the router was compromised, you were redirected to bogus websites. If you ever connected to a secure site and got a warning from your browser that the identity of the server could not be verified, and you dismissed that warning in order to log in, assume that your credentials for the site have been stolen and that the attacker has control of the account. This warning also applies to all websites on which you saw the fake update alerts.
    Check the router manufacturer's website for a firmware update.
    If you downloaded and installed what you thought was a software update, ask for instructions.

  • Software doesn't work on mac

    hi, i just got an airbook. i have never had a mac before. it is nice, but my language software ( digital publishing) doesn't work on mac, but i don't want xp or vista on my computer. are there any patches or other software which could make my language software work? thanks

    *"are there any patches or other software which could make my language software work?"*
    You could try CrossoverMac from Codeweavers.com
    Otherwise, you'll need to see if there is a Mac version of your software, or else install Windows on your Mac.

  • Mailing with SMTP doesn't work anymore, 10.6.2

    Hi all,
    after reading so many posts regarding Mail and how sending emails doesn't work with 10.6.2, there still seems to be no solution that works for everyone.
    After Updating to 10.6.2 I cannot send emails through ANY smtp server.
    I also have a windows 7 machine running thunderbird and everything works there.
    I tried all suggested solutions,i.e.
    1.) I checked connection doctor and everything seems to be fine (including the detailed messages)
    2.) I tried all sort of settings, with, w/o SSL, all sorts of ports
    3.) I "reset" the keychain
    4.) I "reset" Mail preferences by deleting com.apple.mail.plist in library\preferences
    still, I can only receive emals but not send. any solutions are greatly appreciated, thank you in advance!

    Hi - here is a bizarre solution (possible bug); I hadn't been able to ever send any with my 3 month old MacBookPro through Apple Mail 4.2, similar to what you say. That was under 10.6, 10.6.1 and 10.6.2. I was using my Win PC to send emails, or via Web clients in Safari off the MacBookPro, but finally I reached the time to call Orange UK, my ISP...
    I have just had a great experience with their technical support, but the solution reached was NOT logical - let me explain it, perhaps it might work for you.
    The logical background is this:
    Define an SMTP server; if you have Orange broadband, you HAVE to use theirs (as they block other servers form using the standard ports 25, 465 and 587 - apparently for SPAM reasons, or perhaps they are now required to keep an eye on everything... who knows.
    So, in Apple Mail 4.2; we went to the menus, and Mail -> Preferences
    highlight any account on the left, and at the bottom of the right hand pane, in the Account Information tab, click and define the SMTP server (click the box, choose Edit server, create an SMTP server - for Orange UK, I had to put in
    smtp.orangehome.co.uk
    then ensure this is the only SMTP server Apple Mail uses, by checking the box in Account Information tab, Use only this server.
    Go back into Advanced tab, and here is where the logic starts to end...
    To recap: Mail -> Preferences -> Click on the Orange SMTP server button -> click "Edit SMTP server list..." (again) and go to the Advanced tab.
    In this tab are two main choices:
    Use Default Ports (25,465,587)
    Use Custom Port (by default this is a completely blank box)
    Now, logic dictates that you would leave the 'use default ports' option checked, then try all other manner of parameter changes. But, we tried forcing 25 into Use Custom Port.
    Use Custom Port - 25
    but this too didn't work.
    Then I tried, for fun:
    Use Custom Port - 587 (no SSL checked, and Authentication - none; again illogical as 587 should be an SSL port, as is 465)
    And... suddenly my mail sent, for the first time ever!
    mmm... When I looked again at this tab, though, the Use Custom Port box had reverted to saying...
    Use Custom Port - 25 (???) but who cares, it worked. Why it didn't work the first time, I have no clue.
    NB Between each try, I quit Apple Mail, deleted my test Outbox sending messages, and essentially made sure nothing was trying to be sent. This was between each 'attempt'. This might have been an important thing to do, but I don't know.
    So, my best guess is to just try forcing the Custom Port to be 25, then 587... and keep trying. My emails still take about 5-10 secs to send, rather than almost immediately like they used to before I started with Orange Broadband (which I am, interestingly, finding to be a faster service than my previous ISP, and as yet, appears just as reliable...) It’s all so Weird! It’s the only thing that has really annoyed me with this my first Mac, so that’s good going!
    Good luck!

  • Synchronization of tasks and interaction logs with Outlook doesn't work

    Dear SAP Experts,
    I'm workink on CRM 7.0 (release 7.7.06.010).
    We are trying to make the synchronization of activities, contacts and tasks from our CRM system to Microsoft Outlook.
    It's working fine for the contacts and for the Apointment BP visit (transaction type Y020).
    But no synchronization made for others activities (interaction log Y007 and telephone calls PCAL) or BP Tasks (Y030) we created in the system.
    We just applied today SAP Note 1415263 and Groupware Integration 3.057.
    I made the settings in the CRM Calendar tab in Outlook (with synchronization from CRM to Outlook), and checked apointment, contacts and tasks.
    In customizing (CRM > Transactions > Basic settings > Define transaction types), I flagged for the following transaction types the little 'Calendar' box: Y020, Y030, Y007 and PCAL.
    In another entry (CRM > CRM Middleware and related components > Settings for client-based synchronization), I indicated the transaction type Y020 for DEFAULT_APPT_PROC_TYPE and Y030 for DEFAULT_TASK_PROC_TYPE.
    Any idea about what is missing or not already done?
    Any help will be apppreciated.
    Thanks in advance for your help,
    Kind regards,
    Grégory KREMSER
    Edited by: Grégory Kremser on Feb 3, 2010 3:13 PM

    We don't have a CAS array set up.  We want the fail over to be fully manual and only fail over to another server when mb1 is in a completely failed state and won't be back up and running withing a set time frame.  We can get everything working
    on MB3 and only Outlook doesn't work when everything is on MB2.  Outlook also doesn't work if databases are on another server and DNS is pointing Outlook to MB2 (again MB3 works fine).

  • Can't create Smart Collection, Save-Button doesn't work

    i have the Problem  that i can't create Smart Collection, the Save-Button doesn't work, the Smart-Collection Window stays open and nothing happens when i click the "save" button!
    i use CC with a new installed W8 and all is up-to-date.
    Its a strange thing. Please Help me.

    Just to clarify, Photoshop CC has not been released yet.  It will come out on June 17.
    What you have now is Photoshop 13.x as per the subscription model (»Abo«) and it's called Photoshop CS6.  When Photoshop 14.x is released on June 17, then it will be called "CC".
    It's not clear—at least to me—which images, if any, you have selected in Bridge when you hit the »Speichern« (Save) button.
    Remember that a Collection is nothing more than a saved search, i.e. a saved collection of selected search results (hits).
    Could you elaborate on what it is you want to save as a collection? 
    Incidentally, the Adobe Bridge forum is here:
    http://forums.adobe.com/community/bridge?view=discussions

  • WMI Process Call Create gives good feedback but doesn't work

    I'm developing a VB.NET application able to control remotely other computers, send commands and retrieve information
    Here's the code:
    Dim connOptions As ConnectionOptions = New ConnectionOptions()
    connOptions.Impersonation = System.Management.ImpersonationLevel.Impersonate
    connOptions.Authentication = System.Management.AuthenticationLevel.Packet
    connOptions.EnablePrivileges = True
    Dim theScope As ManagementScope = New ManagementScope("\\" & IPAddressTextBox.Text & "\root\cimv2", connOptions)
    Dim theClass As New ManagementClass(theScope, New ManagementPath("Win32_Process"), New ObjectGetOptions())
    Dim iPe As ManagementBaseObject = theClass.GetMethodParameters("Create")
    iPe("CommandLine") = CommandLineTextBox.Text
    theClass.InvokeMethod("Create", iPe, Nothing)
    The problem is that even if it gives a "0" ReturnValue, which means the operation is successful, the process doesn't actually starts on the remote machine (which is in the local network)  
    In reality, the process actually starts but doesn't show up, in the Task Manager of the remote machine, is visible ONLY under "Processes" -> "Show processes from all users", at this point, i can see the process i created from the other
    main machine, the process "User Name" is the main computer username, and not the remote machine one, is that the problem?
    I'm using Impersonate as the impersonation level and Packet as the Authentication level (as you can see from the code), is this what i'm doing wrong?
    also it doesn't work with WMIC with "wmic /NODE:IPADDRESS process call create COMMANDLINE"
    Thanks you for your time.
     

    It doesn't matter whether you use VB, VBScript, or PowerShell. If you use any of these languages to create a process on a remote machine using WMI, the new process is always going to run in the background. You cannot make it run as a visible process. This
    is by design and is explicitly stated in the Remarks section of the method's documentation:
    http://msdn.microsoft.com/en-us/library/aa389388.aspx
    For security reasons the Win32_Process.Create method cannot be used to start an interactive process remotely.
    -- Bill Stewart [Bill_Stewart]

  • Webutil: webutil_file.file_open_dialog with filter doesn't work as expected

    Hi
    I just tried to open files by using webutil_file.file_open_dialog. Since I only want to select files with the prefix "brp" (e.g. brp0001.txt, brp0002.lis), I fill the parameter file_filter with the value: brp*.*
    This doesn't work. The dialog only shows folders, but not the brp*.* files. I tried with switching to capitals, which doesn't solve anything. With the filter set to *.* the dialog shows all folders and files, so that seems to work ok.
    Is anyone aware of this problem and know a solution? I'm using webutil 1.0.2 (beta).

    K..here's some logging. As far as I can see it's all normal, but it doesn't work (no matter if I use a last | or not). Should be easy to reproduce.
    2003-okt-29 09:42:44.547 WUF[setProperty()] Setting property WUF_GFN_DIRNAME to y:\data\
    2003-okt-29 09:42:44.567 WUF[setProperty()] Setting property WUF_FILENAME to false
    2003-okt-29 09:42:44.567 WUF[setProperty()] Setting property WUF_FILTER to (brp_archief*.*)|brp_archief*.*
    2003-okt-29 09:42:44.587 WUF[setProperty()] Setting property WUF_GFN_MESSAGE to bestandsnaam selecteren
    2003-okt-29 09:42:44.597 WUF[setProperty()] Setting property WUF_GFN_MULTISELECT to FALSE
    2003-okt-29 09:42:44.608 WUF[getProperty()] Getting property WUF_GFN_OPENFILE
    2003-okt-29 09:42:45.679 WUF[gfnDialog()] Creating Custom File Filter : Mask=brp_archief*.*, Label=(brp_archief*.*)
    2003-okt-29 09:42:45.679 WUF[gfnDialog()] Open File mode
    2003-okt-29 09:45:27.203 WUF[getProperty()] Value of WUF_GFN_OPENFILE=

Maybe you are looking for