Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > Projectors and CDs

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-12-2001, 08:52 AM   #1
schadeberg
Registered User
 
Join Date: Sep 2001
Location: Australia
Posts: 10
Send a message via ICQ to schadeberg
Default making disk image - to test AppleScript in projector

Hello again,

Im doing a short animation intro for a mulimedia CD using Flash...so far so good. I have all the pc files working well, however to get the macintosh files running, I'm busy trying to get a button to open a .pdf file.

So far I have this info from Zoomfreddy:
____________________________________________
copy and paste in to the Applescript editor

tell application "Finder"
activate
select file "yourfile.pdf" of disk "YourDisk"
open selection
end tell

(just change the name of file and disk and leave the " ")

and save as:"your prefered name"

for it to work you need to make a disk image, name it and drop your files inside.

the code in flash:

on (release) {
fscommand ("exec", "nameOfyourAppleScript");
}
_______________________________________

The thing I'm still battling with is where I need to make a disk image....not sure about that?..Its stumped me

Any help would be appreciated

Cheers - Frank
schadeberg is offline   Reply With Quote
Old 10-12-2001, 11:00 AM   #2
schadeberg
Registered User
 
Join Date: Sep 2001
Location: Australia
Posts: 10
Send a message via ICQ to schadeberg
Default BINGO

Got everything working....

Got the Disk Image thing happening...

and the AppleScript works like a charm....

thanks Zoomfreddy...as I said you're amongst the urban legends

Frank
schadeberg is offline   Reply With Quote
Old 06-29-2006, 12:05 PM   #3
alistairm
Registered User
 
Join Date: Jun 2006
Posts: 6
Default

looks like im haveing the same problem as you how did you create the disk image?
alistairm is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Making a test .wav recording for Flash 5.0 scorpio52 Other Flash General Questions 2 01-03-2004 04:22 PM
Making an image wave? BadBadNeil ActionScript 1.0 (and below) 13 09-26-2003 04:38 AM
Making A Web Cam Image Cycle tahmed ActionScript 1.0 (and below) 0 04-21-2003 11:53 PM
making custom icon for projector confused ActionScript 1.0 (and below) 3 02-21-2003 09:41 PM
FlashMX + applescript Help needed Mannkind ActionScript 1.0 (and below) 3 05-04-2002 02:56 AM


All times are GMT. The time now is 06:53 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.