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 Rating: Thread Rating: 13 votes, 4.92 average. Display Modes
Old 11-26-2001, 10:59 PM   #21
zoomfreddy
anything...are you sure?
 
zoomfreddy's Avatar
 
Join Date: Jul 2001
Location: Mexico City
Posts: 560
Default

Cheers!!!
zoomfreddy is offline   Reply With Quote
Old 03-21-2002, 01:52 PM   #22
ljones
Senior Member
 
Join Date: Mar 2002
Location: Chantilly, Va
Posts: 100
Send a message via Yahoo to ljones
Default

For testing purposes do you have to burn a CD. I wrote the script and ran it, works great, but if I make a projector keeping everything in the same location, I get nothing. One more question: what if you have multiple pdf's? Do you have to write a script for each pdf and if so how can you do that if the script and the image disk names are suppose to be the same? If my image disk is named iDisk and my script is also named iDisk which opens mypdf01.pdf, how would I open mypdf02.pdf? Does this make sense, please excuse my ignorance...

Best regards...
Lance
ljones is offline   Reply With Quote
Old 03-22-2002, 07:05 AM   #23
zoomfreddy
anything...are you sure?
 
zoomfreddy's Avatar
 
Join Date: Jul 2001
Location: Mexico City
Posts: 560
Default

you just need to mount the image disk you made to do the tests (and run proyector inside disk image.... you can use "disk copy" to make the image disk as write/read, so all changes are made fast).

...update, you can use paths to folders as..


fscommand ("exec", ":folder:the AppleScipt");

...this works well...

and...you will have to do a applescript for each file you want to open (because you can't change the applescript when is burned on cd)

but you can make the path be dynamic...in flash...

hope this helps.





zoomfreddy is offline   Reply With Quote
Old 03-22-2002, 11:41 AM   #24
ljones
Senior Member
 
Join Date: Mar 2002
Location: Chantilly, Va
Posts: 100
Send a message via Yahoo to ljones
Default

zoomfreddy,

Thank you so much for your reply! So, if I understand you correctly, if I had ten pdf's each of those scripts would be in the same image disk but in they're own folders. Is that correct? If so, you, my friend, are a life saver!

Best regards...
Lance

Last edited by ljones; 03-24-2002 at 12:49 PM..
ljones is offline   Reply With Quote
Old 03-22-2002, 05:45 PM   #25
ljones
Senior Member
 
Join Date: Mar 2002
Location: Chantilly, Va
Posts: 100
Send a message via Yahoo to ljones
Default

zoomfreddy,

Everything worked out great doing it the way you suggested, a thousand thanks. I was first trying this method using MX and much to my disappointment it didn't work. I tried all sorts of various combinations, but nothing. So I tried in F5 and tadda, worked exactly as anticipated. I was wondering if you or anyone else had tried it in MX and whether that was successful. Another thing I noticed in MX, when I made it fullscreen my freakin movie clips were not visible, they were visible in the swf however, bizarre. This is all on the MAC side, so if anyone has experienced this, I'd be interested in hearing about it and if there were solutions to these issues.

Best regards...
Lance
ljones is offline   Reply With Quote
Old 03-23-2002, 02:52 AM   #26
zoomfreddy
anything...are you sure?
 
zoomfreddy's Avatar
 
Join Date: Jul 2001
Location: Mexico City
Posts: 560
Default

good that it worked for you!!!

In the flash MX player the "exec" command is blocked for security reasons...we will need to use flash5 to keep doing this stuff...

and haven't made a full test on flash MX, is having troubles with fonts...crap...

zoomfreddy is offline   Reply With Quote
Old 03-25-2002, 07:41 PM   #27
Naybobian
Registered User
 
Join Date: Mar 2002
Posts: 1
Smile launching PDF in MX?

Hi all,

Just curious if anybody found a way to launch PDF's via the Flash MX player on Mac? I've learned alot about it in this thread and found it is easy to accomplish in Flash 5 uing applescript, however i don't see why macromedia wouldn;t simplyfy the process in Flash MX. It just dosen't make sence or does it? Thanks
Naybobian is offline   Reply With Quote
Old 03-25-2002, 10:30 PM   #28
Kraken
Flash beneath the fathoms
 
Join Date: Apr 2001
Location: Kansas City
Posts: 677
Default see this thread

http://www.were-here.com/forums/show...ight=fscommand

answered by Macromedia employee Mike Chambers:
Quote:
from:

http://www.macromedia.com/support/f...x_errata03.html

fscommand
Revised usage for fscommand exec command:

The exec command can contain only the characters A-Z, a-z, 0-9, period ()., and underscore (_). The exec command runs in the subdirectory fscommand only. In other words, if you use the fscommand exec command to call an application, the application must reside in a subdirectory named fscommand.

it is always a good idea to check out:

http://www.macromedia.com/support/flash/

when something doesn't work as expected.


mike chambers

mesh@macromedia.com
So, you can still do fscommands, they just have to be located in a folder called "fscommand" in the same directory as your flash projec tor. Should work a treat.

Are there any more resources for creating applescripts? I mean, what sort of info can you get about the computer which it's running on? OS? Screen res? is it a G3? Write to a text file?
__________________
The coolest website ever!
Visit my friend Ray's site.
Kraken is offline   Reply With Quote
Old 04-15-2002, 05:57 PM   #29
mactrix
Registered User
 
Join Date: Apr 2002
Location: TX
Posts: 1
Unhappy Global Variables

I was wondering, if anybody here can help me to use global variables with flash. The thing is that I'm using a variable name "Wheretogo" and I want to use it all over my flash project but it doesn't seem to work. any help?

P.S. I dont want to use textfields as variable ( I know they are) besides they make my flash movie look ugly.


Thanks in advance
mactrix is offline   Reply With Quote
Old 04-15-2002, 06:02 PM   #30
zoomfreddy
anything...are you sure?
 
zoomfreddy's Avatar
 
Join Date: Jul 2001
Location: Mexico City
Posts: 560
Default

i guess you can use "_global" to make all your variables available,if this don't work, use "shared ojects" all this works if you are in Flash MX...

Last edited by zoomfreddy; 04-15-2002 at 06:06 PM..
zoomfreddy 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
GetURL...trying to link to local htm file on intranet...very frustrating!!!!! frogstomper ActionScript 2.0 3 04-25-2007 11:53 AM
link a flash animation which has no buttons nx571 Other Flash General Questions 2 10-17-2001 11:11 PM
Can I Link to a pdf file from a standalone projector? bmarkle21 ActionScript 1.0 (and below) 8 08-20-2001 07:49 PM
Is it possible to make a link in my text file to a scene? Theta Pro ActionScript 1.0 (and below) 11 06-02-2001 04:56 AM


All times are GMT. The time now is 02:28 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, 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.
You Rated this Thread: