A Flash Developer Resource Site

Search:

Type: Posts; User: pjutter

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    805

    Well, in the case when a photo is by itself (like...

    Well, in the case when a photo is by itself (like just on a webpage), if it's higher res than the monitor can show, it's going to show it bigger on the screen (not necessarily what you want) unless...
  2. Replies
    3
    Views
    805

    Monitors are generally limited to around 72 dpi...

    Monitors are generally limited to around 72 dpi (it's more like 75 to 100 dpi depending on the monitor). If you have an image at a higher resolution, it's just going to make it larger on the screen....
  3. Thread: Hybrid CD

    by pjutter
    Replies
    8
    Views
    1,603

    I used to work in prepress and actually did have...

    I used to work in prepress and actually did have some problems with viruses on CDs. People would send me files (my job was to create the negatives of their design that the press needs). On a number...
  4. Replies
    0
    Views
    845

    Organizing CD's (syntax)

    I'm working on making my next CD's more organized. I want to set up the following structure:

    CD
    fscommand(folder) pdf(folder)

    For the batch files, I assume I'd reference the PDF folder...
  5. Replies
    3
    Views
    660

    What's the file separator for Mac, do you know? ...

    What's the file separator for Mac, do you know? I think I read once that it was a colon, but I also heard slash, so dunno. Wondering if this is correct (may be a while before I can do a test & I...
  6. Replies
    3
    Views
    660

    Okay thanks, I'll change them all on the next CD....

    Okay thanks, I'll change them all on the next CD. Though the slash seems to work for the most part (I didn't find any machines where it didn't work). But I'd rather it be right!
  7. Replies
    2
    Views
    905

    The script for opening files

    In the script that opens files on a Mac (the one shown in this forum's FAQ), how do I alter the script to look in a specific directory? I want to open pdf files that are inside a folder called "pdf"...
  8. Replies
    3
    Views
    660

    File separator character?

    Is it the \ or the / character that separates directories in Windows references?

    I've been writing batch files (for use with Proxy) as
    start pdf/1a.pdf which seems to work but maybe I'm...
  9. Replies
    10
    Views
    1,348

    Does the invoke open command work the same as...

    Does the invoke open command work the same as start (by picking the default browser and launching the page)?

    On my CD's, I have multiple pages with different website links. Once a weblink is...
  10. Replies
    10
    Views
    1,348

    Hm. In that case, since I have oodles of...

    Hm.

    In that case, since I have oodles of websites to open, I then need to write separate batch files or find some way of combining the strings to look for (?). In the past, I've just used proxy...
  11. Replies
    10
    Views
    1,348

    Hah! Figured mine out. Mine wasn't working...

    Hah! Figured mine out. Mine wasn't working because I left out a letter somewhere. Ugh! The first time I had it right though when I was working on a webpage. For the webpages, write the batch...
  12. Replies
    12
    Views
    2,288

    On my most recent CD, I wrote all the scripts on...

    On my most recent CD, I wrote all the scripts on an OS X and saved them as standalone applications. They actually did work on OS 8.5 -- however, there were only 2 scripts (the one for opening a PDF...
  13. Replies
    10
    Views
    1,348

    Okay I tested Topmost and have a couple of...

    Okay I tested Topmost and have a couple of questions. If I set this code to open a folder C:\Animagic\help (just the example I'm using -- eventually I'll move to CD files)


    on (release)
    {
    ...
  14. Replies
    10
    Views
    1,348

    Thanks, I'll check it out! I heard of this one...

    Thanks, I'll check it out! I heard of this one once, but for some reason I was thinking it didn't work in MX. But I'll download it and see if I can't get this window to show up right. :)
    ...
  15. Replies
    10
    Views
    1,348

    Okay figured out part 1 from another thread! ...

    Okay figured out part 1 from another thread!

    This syntax works:


    on (release)
    {
    drv = _url.substr(8,1);
    geturl(drv + ":\/Adobe");
    }
  16. Replies
    3
    Views
    720

    Cool! Northcode's utilities are awesome!

    Cool! Northcode's utilities are awesome!
  17. Replies
    3
    Views
    720

    What about running it fullscreen but setting...

    What about running it fullscreen but setting allowscale to false (so it stays at 100%)?
  18. Replies
    10
    Views
    1,348

    Opening an explorer window

    Hi,

    I read the FAQ about how to open an Explorer window from the CD. I created a button with this code in it:



    on (release)
    {
    drv = _url.substr(8,1);
    geturl(drv + ":");
  19. Thanks for the new version! I'll use it on the...

    Thanks for the new version! I'll use it on the next CD.

    Thanks for this awesome utility!!!

    Phyllis
  20. Thread: CD icon

    by pjutter
    Replies
    9
    Views
    1,864

    MacImage

    Sounds like the MacImage (MacDisk) program may be the only way I can add custom icons to the Mac side when burning the CD on a Windows computer (I'm pretty sure my software [CDEverywhere] can't do...
  21. Replies
    1
    Views
    615

    Well, I finally got to test these, and they all...

    Well, I finally got to test these, and they all worked fine. So I guess that's the way the options should be set!

    It occurs to me that the next time I borrow a Mac OS X, I'll make a whole bunch...
  22. Replies
    1
    Views
    615

    Options for saving scripts on CD (Mac)?

    Hi,

    I've posted this in the Mac section but thought I'd check here too as it has to do with creating CD's.

    I'm making applescripts to open PDF's on a CD (for Mac). Usually I make these on an...
  23. Thread: CD icon

    by pjutter
    Replies
    9
    Views
    1,864

    Nah, I'm burning on the PC side which makes it...

    Nah, I'm burning on the PC side which makes it trickier. It might be that I have to copy the file over to a Mac and burn it again with an icon (dunno). Will keep researching.

    Thanks!
    Phyllis
  24. Replies
    0
    Views
    810

    Custom CD Icon?

    I'm creating a cross-platform CD, starting on the Windows side. I can create a custom icon for the CD on the PC side. I was wondering if that were possible on the Mac side as well? Would the...
  25. Thread: CD icon

    by pjutter
    Replies
    9
    Views
    1,864

    Anyone know how to do this on a Macintosh? I...

    Anyone know how to do this on a Macintosh? I assume I'd need to create the icon on the Mac (using whatever program Mac users use). I have no idea how to attach the icon to the CD though (like you...
Results 1 to 25 of 116
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center