Problem with Action Script

This is a discussion on "Problem with Action Script" within the Flash & Multimedia Forum section. This forum, and the thread "Problem with Action Script are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 5th, 2007, 01:57
New Member
Join Date: Apr 2007
Location: KL
Age: 31
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Problem with Action Script

Thoose who expert or know how to use Action Script please help me. Ok I'm doing this interactive cd for my organisation. I already made menu interface with several button. My problem is, can anybody give me action script for me if I want to click my button it will run this file "Setup.exe" . I already did for link to url website it use the Get URL action script but how do the action script looks like if I want to link my button to certain file like I said above "Setup.exe"
Reply With Quote

  #2 (permalink)  
Old Apr 5th, 2007, 02:18
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Problem with Action Script

It should be the same as the getURL command. Do you know that?
Reply With Quote
  #3 (permalink)  
Old Apr 5th, 2007, 08:44
New Member
Join Date: Apr 2007
Location: KL
Age: 31
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problem with Action Script

If I know how to do I dont post to this forum. I want to knowthe exect code how to link to file
Reply With Quote
  #4 (permalink)  
Old Apr 5th, 2007, 09:10
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Problem with Action Script

Here is the code, let me know if you have any problems with it!

Code: Select all
on (release) {
    getURL("somefile.exe");
}
Reply With Quote
  #5 (permalink)  
Old Apr 5th, 2007, 19:01
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to MrMadison Send a message via MSN to MrMadison Send a message via Skype™ to MrMadison
Re: Problem with Action Script

Yep, Jacob made it easy.
Reply With Quote
Reply

Tags
problem

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to change button action into a movieclip button action cjrollo Flash & Multimedia Forum 7 Nov 21st, 2007 17:07
BUTTON will not take an action script griffonwing Flash & Multimedia Forum 2 Jun 8th, 2007 12:33
Login Script Problem Aaron1988 PHP Forum 5 Nov 20th, 2006 06:15
Needs big help in Action Script 2 nadeerag Flash & Multimedia Forum 14 Nov 2nd, 2006 18:10
Action Script Help courtjester Flash & Multimedia Forum 1 Sep 8th, 2003 06:49


All times are GMT. The time now is 14:55.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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