[Flashcoders] RE: help with linking a flash button to a file folder

2006-07-31 Thread Ben Smith
I am trying figure out how to create a flash presentation on cd with buttons
that open file folders in windows explorer also on the cd.  I have found
that I can use the get url behavior to open file folders in the default
web browser using the absolute pathname, but I need to be able to use a
relative pathname and for the file folder to open in windows explorer, not
an internet application.  Any help would be very much appreciated.

 

Thanks.

 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] RE: help with linking a flash button to a file folder

2006-07-31 Thread Merrill, Jason
Not sure about a CD, but should work something like this?

myDynamicFilepath = this._url.slice(0,
this._url.lastIndexOf(/)+1)+myfile.html;

Jason Merrill
Bank of America 
Learning  Organization Effectiveness - Technology Solutions 
 
 
 
 
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Ben Smith
Sent: Monday, July 31, 2006 2:47 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] RE: help with linking a flash button to a file
folder

I am trying figure out how to create a flash presentation on cd with
buttons
that open file folders in windows explorer also on the cd.  I have
found
that I can use the get url behavior to open file folders in the
default
web browser using the absolute pathname, but I need to be able to use
a
relative pathname and for the file folder to open in windows explorer,
not
an internet application.  Any help would be very much appreciated.



Thanks.



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] RE: help with linking a flash button to a file folder

2006-07-31 Thread James Deakin

google mprojector or zinc + actionscript

On 7/31/06, Merrill, Jason [EMAIL PROTECTED] wrote:


Not sure about a CD, but should work something like this?

myDynamicFilepath = this._url.slice(0,
this._url.lastIndexOf(/)+1)+myfile.html;

Jason Merrill
Bank of America
Learning  Organization Effectiveness - Technology Solutions






-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Ben Smith
Sent: Monday, July 31, 2006 2:47 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] RE: help with linking a flash button to a file
folder

I am trying figure out how to create a flash presentation on cd with
buttons
that open file folders in windows explorer also on the cd.  I have
found
that I can use the get url behavior to open file folders in the
default
web browser using the absolute pathname, but I need to be able to use
a
relative pathname and for the file folder to open in windows explorer,
not
an internet application.  Any help would be very much appreciated.



Thanks.



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com