Path problems on PC to mac transfer

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Path problems on PC to mac transfer

    I've created a crossplatform project. I am using a MAC with Toast to burn my CDs. At this point in time I'm only interested in burning the PC side to disc. When I do this my QT movies and PDF's can't be found b/c the projector keeps looking for the C: drive on the PC platform.
    It asks:
    Where is - C:/Desktop Folder/Young Students/Movies/nameofQT.mov
    Where is - C:/Desktop Folder/Young Students/PDf Folder/nameofPDF.pdf

    In the past it has been so easy to to burn a PC projector / disc on a MAC, this week is different.
    What's going on?? How can I pick up the path at (Young Students/Movies/nameofQT.mov) level?

    Trying not to loose it,
    -Will



    retina burner webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Transfer from Illustrator to pdf - color problems- Help!
      Guys, I transfer an Illustrator file in pdf by printing with distiller. However, my problem is that my document is originally in rgb, and when...
    2. Problems with PDF result of the transfer of MapInfo file with Distiller
      Hi, I have a problem with Acrobat Distiller 5.0. I use it to change my workspace (.wor file from MapInfo Cartographic) into PDF, but the result...
    3. Path problems
      There's the searchCurrentFolder property that's set true by default. OF course Quicktime must be installed on the windows system ( not standard...
    4. Please Help - Path Problems
      Hi, this is a question about a movie found under www.flashkit.com > Movies: Scripting : Physics : Elastic Button. If I try to put the 'Bouncing...
    5. Server.Transfer and image path
      I have a subdirectory with it's own images folder. All the image paths in the pages in the sub directory are "image/image.jpg" When I...
  3. #2

    Default Re: Path problems on PC to mac transfer

    Is your projector running off the CD, it's tricker for a projector
    copied to hard drive to find resources on a CD of unknown drive
    designation (unlike on a Mac where a predefined CD volume name sticks)


    If you are running projector off CD and wanted for example to jump to a
    director one folder down you could:

    go to movie the pathName & "assets\main"

    Note the backslash is windows specific, needs to be colen(:) on Mac.

    not the lack of extension on "main" director will automatically locate
    a .dir, .dxr, .dcr or extensionless version, leave extension off so
    testing with .dir still works with protected .dxr files.
    JB Guest

  4. #3

    Default Re: Path problems on PC to mac transfer

    Those 2 files appear to be "linked" not embedded.

    Videos are always linked - no way around it ... the PDF is best left linked too.

    Director always remembers the DIRECT path to a file, not relative.

    Therefore you have to tell the projector to look elsewhere for the files at runtime.

    [url]http://webforums.macromedia.com/director/messageview.cfm?catid=186&threadid=645786[/url]


    ============================
    Glen Palmer
    SafariTECH
    Cold Fusion Specialist
    [url]www.safaritech.com[/url]
    ============================
    SafariTECH Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139