Flash buttons + Windows

how can I make that, when I click on a button in a flash
movie that it opens some directory in Windows?
tnx

if you are using windows
create a folder "fscommand" put together with your flash
movie,
create a batch command file "open.bat" put in "fscommand'
folder,
"open.bat" contain the following line:
explorer "C:\Program Files"
create a button in flash, attach the following script:
on(press){
fscommand("exec", "open.bat");
Publish as windows projector (.exe) file.

Similar Messages

  • Flash button script to control browser window

    I would like to open a browser window from a Flash button
    which will open my .swf into an html page with specific height and
    width with no tool bars just like: the "click here for demo" button
    in www.teachingtextbooks.com. It opens a window with no tool bars
    and it fits the .swf file perfectly. I see javascript in the html
    page that looks like it is part of the script however I am assuming
    their is script on the button as well.
    Please help.
    Thanks,
    Green

    Thank you for your help on this. I copy and pasted your code
    (on the button and I rec'd 2 errors. I copied and pasted here. I
    will put the code on the frame if I can get this working.
    **Error** Symbol=premier_mc, layer=angelmovie, frame=151:Line
    2: ')' or ',' expected
    getURL("javascript:YourWindow=window.open("
    http://www.google.com",'YourWindow','width=850,height=650,left=0,top=0,toolbar=No,location =No,scrollbars=No,status=No,resizable=No,fullscreen=No');
    YourWindow.focus(); void(0);");
    **Error** Symbol=premier_mc, layer=angelmovie, frame=151:Line
    3: Unexpected '}' encountered
    Total ActionScript Errors: 2 Reported Errors: 2
    Frame 151 is where the button is and there is only 3 lines of
    code in the Action Script panel. Any idea why I am getting the
    error. I won't have to add code to the html page?
    Thank you.

  • Flash buttons in dreamweaver 8

    Hi,
    i am having a problem with inserting flash button in
    dreamweaver 8, when i insert the buttons it appears on the page as
    a grey box with "F"(flash) and not displaying the proper text. The
    user is a standard windows users and has not administrator
    privilidges. but if an administrator loggs into the pc and does the
    exact same process then the flash button work.
    has anyone come across this problem ? does anyone know how to
    resolve
    cheers
    david

    You'll need to go back into Flash and build the links into the buttons before you create the swf's.  Look in the Flash help docs regarding the getURL function as far as the code you'll need for linking.  If you have problems, post in the Flash AS1 and AS2 forum.
    Beyond that, don't be surprised if some feedback arises here regarding using Flash buttons.

  • Flash buttons won't work in Dreamweaver

    Hello,
    I recently watched/read tutorials about how to add Flash buttons into Dreamweaver. I followed the instructions perfectly: insert>media>flash button, and played around with that options. After I clicked ok/apply, though, the only thing that popped uo was a little grey box with the "f" Flash logo inside. It could be resized, but thats it. When I tried previewing it in a browser, all I saw was a little box in the color i had set as the BG color. In the properties window, it says "undefined" next to file. I am using CS3on a macbook, and am a beginner with Dreamweaver. Anybody know why this is happening and how i can fix it?
    -New user

    That's correct. There's no difference. But Flash buttons should be avoided however you make them.
    Use text-based CSS formatted buttons instead.
    Easier to maintain and update and search engines love them.
    Google CSS Buttons and you'll find plenty of tutorials.

  • Dreamweaver Flash Buttons Paths

    Hello all,
    I am a novice site designer. My first challenge is to design a navigation bar once and used by all web pages.  I built it using Flash buttons.  The concept works fine in a flat file, but when I'm viewing a web page that sits in a different directory than the flash navigation buttons, the buttons point to a file in the current directory which doesn't exist. I want the buttons to still point to the flash files in the parent directory.
    I'm using Dreamweaver CS2 to create my flash buttons. I'm using PHP include statements to include my flash navigation bar. When I create the php file in another directory, click on flash button, all heck breaks loose. I look at the URL and the link appends the PHP file that the flash button should be pointing to whatever directory my current web page is in.
    It seems like, I should just create each button  as a absolute path, http://rootdirectory.com/filename.php, but it still uses relative path when I'm looking at web page that sits in another directory and appends the navigation link to the current directory http://rootdirectory.com/currentdirectory/filename.php although it points to a link in the root or parent directory.
    Do I not know how to create flash buttons using the absolute paths?

    If you want to use Flash for navigation, consider this -
    1. Some people don't have Flash installed - what do they do?
    2. Search engines don't parse Flash links - your site will
    not be spidered
    3. Screen assistive devices don't parse Flash links - what
    will those users
    do?
    4. DW cannot maintain links within a Flash movie, so if you
    move or rename
    a linked file, your navigation will break - what will you do?
    It's usually a very bad idea for these reasons...
    Adding in frames makes it even worse - you are in the deep
    stuff here. Why
    are you using frames?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "LeichterLernen" <[email protected]> wrote
    in message
    news:er5fua$3am$[email protected]..
    > Hey, I use some standard flash buttons from Dreamweaver
    to navigate. I
    > have two
    > frames in this web. The buttons are in frame "A" and
    refer to a target in
    > frame
    > "B". This worked perfectly fine, even with IE 7 in
    Windows XP it still
    > works.
    > But in Windows VISTA every button opens a new browser
    windows.
    >
    > Windows VISTA, IE 7, Dreamweaver 8, running the web on
    my HD
    >
    > Thanks in advance.
    >
    > Sky
    >

  • Adobe Captivate Flash Buttons in Moodle

    I am using flash SWF files to control Captivate Course in Moodle and I have trouble with CLOSE pop up window flash button. It works in IE and FIrefox but not in Chrome and OPERA when course is opened via Moodle. I have created simple html page with link that opens pop up window containing the same course and this way the button works in all browsers. ????? Again, in MOOdle it doesn't.
    In Chrome Developer Tools I have tracked this error when clicking on close pop up window flash buttom: Ignoring cross-frame javascript URL load requested by plugin.
    The button itself is using this AS3:
    pbcExit_mc.addEventListener(MouseEvent.CLICK, myBtnClicked);
    function myBtnClicked(e:MouseEvent):void {
    navigateToURL(new URLRequest("javascript:window.opener=self; window.close()"), "_parent");
    Does anyone have a clue what is the problem?
    Thank you,
    Vito

    I am using flash SWF files to control Captivate Course in Moodle and I have trouble with CLOSE pop up window flash button. It works in IE and FIrefox but not in Chrome and OPERA when course is opened via Moodle. I have created simple html page with link that opens pop up window containing the same course and this way the button works in all browsers. ????? Again, in MOOdle it doesn't.
    In Chrome Developer Tools I have tracked this error when clicking on close pop up window flash buttom: Ignoring cross-frame javascript URL load requested by plugin.
    The button itself is using this AS3:
    pbcExit_mc.addEventListener(MouseEvent.CLICK, myBtnClicked);
    function myBtnClicked(e:MouseEvent):void {
    navigateToURL(new URLRequest("javascript:window.opener=self; window.close()"), "_parent");
    Does anyone have a clue what is the problem?
    Thank you,
    Vito

  • Dreamweaver Flash Buttons / Frame Navigation in VISTA

    Hey, I use some standard flash buttons from Dreamweaver to
    navigate. I have two frames in this web. The buttons are in frame
    "A" and refer to a target in frame "B". This worked perfectly fine,
    even with IE 7 in Windows XP it still works. But in Windows VISTA
    every button opens a new browser windows.
    Windows VISTA, IE 7, Dreamweaver 8, running the web on my HD
    Thanks in advance.
    Sky

    If you want to use Flash for navigation, consider this -
    1. Some people don't have Flash installed - what do they do?
    2. Search engines don't parse Flash links - your site will
    not be spidered
    3. Screen assistive devices don't parse Flash links - what
    will those users
    do?
    4. DW cannot maintain links within a Flash movie, so if you
    move or rename
    a linked file, your navigation will break - what will you do?
    It's usually a very bad idea for these reasons...
    Adding in frames makes it even worse - you are in the deep
    stuff here. Why
    are you using frames?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "LeichterLernen" <[email protected]> wrote
    in message
    news:er5fua$3am$[email protected]..
    > Hey, I use some standard flash buttons from Dreamweaver
    to navigate. I
    > have two
    > frames in this web. The buttons are in frame "A" and
    refer to a target in
    > frame
    > "B". This worked perfectly fine, even with IE 7 in
    Windows XP it still
    > works.
    > But in Windows VISTA every button opens a new browser
    windows.
    >
    > Windows VISTA, IE 7, Dreamweaver 8, running the web on
    my HD
    >
    > Thanks in advance.
    >
    > Sky
    >

  • Error message when inserting built in flash buttons

    Anyone help point me to a solution?
    Previously worked fine - but now a problem. When wanting to
    either add or edit existing flash buttons, all I get is "Error
    unknown" - no ref ID to help me.
    In the html editor window - I can no longer see the flash
    buttons. They have been replaced with the greyed flash icons. The
    flash functionality has just disappeared for some reason?
    I run mac os x - and have the current MX 2004 upgraded
    version 7.01
    I've reloaded MX 2004 - but no good.
    Any ideas anyone please?
    BTW - I'm not an expert by any means - but just baffled and
    frustrated!

    Alan
    Thanks for the pointer I will scan all of the code in the
    morning for non-standard characters.
    I do not see any with firs scan but I did change the path to
    all of the files whan I moved the data to a new disc.
    I went through DW and reset the paths in the site menus and
    had it recreate the file map and the cache.
    I did not get any errors for that process but that does not
    involve the Java interpeter;-)
    I will post the results later EITHER positive or negative.
    quote:
    Originally posted by:
    Newsgroup User
    > I am running DW8 on an imac (intel CPU)
    as a guess from years of this- there is a "funky" character
    in the hd name,
    your username, or a folder name in the path to this local
    site folder. Dw
    trips up on the character and can't resolved the path to the
    local site
    folder.
    so it doesn't create Flash Text or Flash Buttons and gives an
    Undefined
    Error.
    And will give constant nags that "the selected homepage is
    not in the local
    site folder"
    please do this.
    open a new dw document using File->new
    -->don't save this file<--
    type some text, select it, and using the property inspector's
    Browse to File
    folder icon make a link to this site's "homepage"
    view the code, copy the link code and paste into reply.
    See this technote:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14452
    it should be an absolute full hard drive path like this:
    href="file=///hdname/Users/username/folder/folder/file.html"
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Could not create the flash button because a component of Dreamweaver is missing. Please reinstall Dreamweaver.

    I have Dreamweaver MX 2004 and then upgraded to
    Dreamweaver Studio MX 2004 and decided to upgrade to Studio 8. At
    the time I got the Studio 8 I also upgraded my computer and now my
    purchased flash buttons do not work on my system. I get an error
    message Macromedia Dreamweaver Could not create the flash button
    because a component of Dreamweaver is missing. Please reinstall
    Dreamweaver. We tried uninstall and then reinstall and still no
    fix. My husband tried the software on his lap top and they work
    fine. I did have Contribute installed but uninstalled it . 1. What
    would the missing component be? and 2. Why didn't the reinstall
    work? Thanks for the help. I need to update a couple of sites that
    use the buttons and can't so far. Carol

    you probably have to install the Dreamweaver update so that
    you're on
    version 8.0.2. just search Adobe.com for Dreamweaver update
    and you
    should be able to find it pretty quickly.
    cpt_vom wrote:
    > After a reinstall of Window XP and Drewamweaver ver.8
    I'm running into a
    > problem.
    > When inserting a flash button I get the following
    message:
    > :Could not create the Flash Button because a Component
    of Dreamweaver is
    > missing. Please reinstall Dreamweaver:
    > Not a word about which Componement missing!
    > I have tried to instal Dreamweaver several times but
    without result - same
    > message appears.
    > The button in question is 'FZ Pack 3: Multi Buttons'.
    > I can insert the standard buttons with no problems and I
    have also tried to
    > insert this button on my second PC with succes which
    could indicate a problem
    > with my main PC, maybe something to do to Windows XP?
    > I really would appreciate an solution to this problem
    and hope somebody could
    > help.
    >
    > Kind regards,
    > Kjeld - Copenhagen - Denmark
    >
    >

  • ActionScript on Flash buttons

    I am just getting back into using Captivate 2.0 to create
    some online training and I need some assistance using
    JavaScript/ActionScript in Flash buttons. I created a series of
    buttons that are part of a single Flash .swf file. I'm using these
    buttons as kind of a "main menu" and I would like each of the
    individual buttons in the exported Flash .swf file to perform one
    of the following functions:
    - Open another Captivate project in the same (parent) browser
    window, or...
    - Jump to a specific slide in the current project
    I layed out all the buttons in a single .swf file so I
    wouldn't have to import individual buttons into my Captivate
    project. So how do I define the ActionScript for each button in
    Flash to achieve these functions?
    Any help is greatly appreciated.
    Brian

    Hey Brian,
    You can easily open another .HTM file using Javascript, but
    doing so generally won't allow you to do any tracking of results.
    Successful results tracking pretty much requires that an LMS is
    launching each file. That said, opening a new file requires only
    the following line of Javascript, where the path can be either
    relative or absolute:
    window.location.href = "<path to new file>";
    As for jumping to a specific slide in a given file, Adobe
    Community Expert Paul Dewhurst contributed to a discussion topic in
    these forums that references using an undocumented internal
    Captivate array to navigate to a specific slide via Actionscript.
    You can check it out here:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=67&catid=464&threadid =1149498&highlight_key=y&keyword1=variable

  • Replacing Flash Buttons/ Preview Issues

    I have old Flash Navigation Buttons on my website from years ago. I have been trying to replace them. What would be some good and simple ways to do this? It appears that the programs (DW5, DW6, and DWCC) won't let me do this. For example, I deleted the flash button that says "About" and then typed in new word "About" instead and linked it in a simply way to the "About" page.
    However, when I preview this in browsers, my flash button/s are still appearing in the preview window browser, even though already deleted many times in my Design View. The preview page has also showed all sorts of disorganization and chaos for these deletions of old navigation buttons which are not consistent with what is displaying on my working Design copy window. Any suggestions? (Mac Os X 10.8.4)

    Thank you all for your suggestions! I have emptied my cache, cookies, and refreshed my browser window. It looks like one button "Resources" in the left navigation panel managed to disappear from all pages on the website-- yet I only made changes to a select few pages. However, many of the changes I made are not showing up yet on the test page.
    I am not that familiar with code view so I use Design view mostly. Yet, I did split the view and see the selected area in the code responsible for a flash button. I tried to delete that in code view, as well.
    Here is my test page. In design view, I left most of the old navigation buttons intact, except for the bottom three.
    I tried to eliminate the bottom three flash buttons and replaced with linked words "About", "Resources", and "Home" (see below). Yet, on the web page, only the "Resources" button has disappeared, and the words I typed in to replace are not displaying yet.
    Resources

  • Flash button in a frameset

    Hi, I'm a novice to Dreamweaver/webdeveloping.
    I have a simple site with a 3 frame frameset. I have flash
    buttons in the leftframe openining the links in the mainframe. Well
    But when I test it in a browser (Safari) The button opens the link
    in a new window, not the mainframe. If I use hyperlinks they work,
    they open the link in the mainframe. Any ideas why this is.
    Another quick question, Has anyone had problems running under
    rosetta or at all. When I'm in the "Insert Flash Button" screen
    when clicking on the target drop down menu, the program gets stuck
    and won't let me leave the "Insert Flash Button" screen. this has
    happened twice only.

    Best practice methods suggest a) that you only use frames
    when you have a
    need to use them, and b) that you not use Flash for
    navigation unless you
    cannot accomplish your purpose with other methods, and unless
    you also
    provide plain-HTML redundant navigation.
    Frames extract a penalty on you as the developer, and on your
    site visitor,
    that neither of you may be interested in paying. That being
    the case, it is
    incumbent on you as the developer to make a considered
    decision to use them,
    not just because they seemed easier. To find out about the
    many problems
    that come with deciding to use frames, go here -
    http://apptools.com/rants/framesevil.php
    http://www.tjkdesign.com/articles/frames/
    Using Flash for navigation without redundant navigation
    methods eliminates
    the use of your pages for the following classes of visitors -
    1. Those who do not have the Flash plugin installed (and
    there are some)
    2. Those who use a screen assistive device for surfing
    3. Search engine spiders - meaning that your site will not be
    ranked
    In addition, you create a maintenance problem for yourself if
    your linked
    file ever gets renamed or moved. Again "it seemed simpler" is
    not a good
    reason to use Flash navigation.
    All of these considerations dramatically affect your
    questions below. I
    will not address them until we hear further from you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "neergbak" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi, I'm a novice to Dreamweaver/webdeveloping.
    > I have a simple site with a 3 frame frameset. I have
    flash buttons in the
    > leftframe openining the links in the mainframe. Well But
    when I test it in
    > a
    > browser (Safari) The button opens the link in a new
    window, not the
    > mainframe.
    > If I use hyperlinks they work, they open the link in the
    mainframe. Any
    > ideas
    > why this is.
    > Another quick question, Has anyone had problems running
    under rosetta or
    > at
    > all. When I'm in the "Insert Flash Button" screen when
    clicking on the
    > target
    > drop down menu, the program gets stuck and won't let me
    leave the "Insert
    > Flash
    > Button" screen. this has happened twice only.
    >

  • DW8 flash button target frame not working

    I'm using DW8 v8.0.2 on Windows XP Home Edition SP1. I have
    created a frameset by doing the following:
    - Select File>New from menu bar
    - Select Framesets category
    - Select Fixed Top, Nested Left in Framesets column
    - Select Create
    Then, I add a Flash Button in the leftFrame and target the
    mainFrame by doing the following:
    - Select Insert>Media>Flash Button on menu bar
    - Select Blip Arrow
    - Set text to Information
    - Set Size to 12
    - Select my information.htm file from Browse button of Link
    box
    - Select mainFrame from Target box drop-down list
    - Enter information.swf as filename in Save as box
    - Select OK
    Then, I select File>Save All
    When I preview in a browser, I select the button & the
    content opens in a new browser window instead of the mainFrame
    frame. The same happens if I select leftFrame as target. However,
    _top, _self, _parent, and _blank seem to work well. I renamed
    mainFrame to contentFrame & it made no difference. I tried it
    in IE and Netscape, no difference, except Netscape is a lot faster.
    Tried text links to do the same thing & they work fine.
    Tried other flash buttons and they behave the same as Blip Arrow
    button.
    Saw several discussions on web & in this forum, but no
    solutions. Searched Knowledgebase, no solutions.
    Saw some attempts at solutions dealing with button code, but
    DW8 creates .swf file & button code is not editable.
    Is there a solution to this problem?

    I've encountered the same problem. This can't possibly be a
    bug ... it's too common a function. I've noticed there has been no
    reply to your posting. Have you figured out the solution from
    another source?

  • Problem with Flash Button Sticking

    I am adding Handlers to Mouse Events using action Script 3.
    The buttons move up and down when rolling over the button. So you
    have that "wave effect" when navigating the site.
    The problem I am having is that if you rollout of the button
    before the button is done playing the movie it freezes at that
    point of the movie.
    Has anyone had this problem before? Can anyone help?
    THANKS!

    The standard reply is -
    1. Why are you using frames since there are many compelling
    reasons not to?
    2. Why are you using Flash navigation since there are many
    compelling
    reasons not to?
    Most people here don't work with (assiduously avoid) both of
    those critters,
    so, you may have trouble getting a more explicit response!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jawy2007" <[email protected]> wrote in
    message
    news:fgrr3g$ivf$[email protected]..
    > Problem with Frames in Dreamweaver 2004 mx using Flash
    9. When using Flash
    > buttons in Dreamweaver within a frame and specifing a
    target frame the
    > flash
    > button loads a new page in another window and not in the
    frame specified.
    >
    > Steps to reproduce:
    >
    > Dreamweaver: New Wesbite / "Create from samples" /
    Framesets / Select
    > "fixed
    > left"
    > In the left frame insert a Flash Button and link it to a
    page to load in
    > the
    > mainFrame.
    >
    > What went wrong?:
    >
    > When the flash button is pressed the page loads in a new
    Internet Explorer
    > window instead of loading in mainFrame frame.
    >
    >
    > What should have happened?:
    >
    > When the flash button is pressed the page should load
    with the mainFrame
    > frame.
    >

  • Problem with inporting Flash buttons into Captivate

    Hello
    I have tried looking around for the fix to this issue, I think I have seen the problem sorted, but not how they have done it.
    The problem is that i have made an interface using flash, and inported the SWF into Captivate, this is just a simple pop up menu with buttons and hyperlinks. The issue that I have come accross is that when I come to close the pop up (inside the flash swf) if there is a captivate button behind it it will click this as well. I was wondering if there was a line of AS3 coding that I can add so that when the pop up is loaded it will disbale all the captivate buttons, mouse interactions etc.
    Not sure if this should be here or in the flash forum, but as its a captivate/flash issue ive posted it here.
    Thanks in advanced for any replies
    Nick

    Hi,
    Download and install ActiveX if you use Internet Explorer.
    You need to install plug-in if you use Firefox, Opera, or Safari.
    The following link has step-by-step information: http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_heading_5
    Also, after installing ActiveX, ensure that you disable ActiveX Filtering in Internet Explorer. See the following link for details: http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html#main_2__Disable_Ac tiveX_Filtering__if_you_are_using_Internet_Explorer_9_
    Thanks,
    Sunil

Maybe you are looking for

  • Selecting single dataset from multiple datasets based on prioritized column

    I apologize if a similar question has been answered before. I don't seem to find to the correct search terms to find the solution. On to the question - I have the following data: +---ItemID---+---ItemName----------------------+---CompanyID---+ |    1

  • Call Customer Functions.

    Hi All, What does the suffix "001" indicates in the command "Call     Customer Function 001" ?  What are different types of Call Customer Functions? In the Version ECC 6.0 There are some more functions which have been added such as 003, 004, 005. Can

  • After Security Update today: "Bus error" when starting "ssh" client

    Hi, I'm using OS X 10.5.2 and updated my system with the newest Safari 3.1 and Security Update a few hours ago. After I did this update, I cant use the command-line ssh client anymore. When I start the ssh, I immediately get a "Bus error" on the shel

  • Adobe Flash Professional CS6 Crashing

    Hi i just got This program and after i started messing around with a flash template, it just stopped working.The last thing i done was export a .swf file and after that, it started just closing on loading the fonts :/ Help is appreciated!!! ^.^

  • Address data not gettting repaired with HRALXSYNC in HR system

    Hi All While checking the consistency of HR Master data and BP data for an employee using HRALXSYNC , it was found that Addresss data is in red traffic light . We did repair it and it changed to Green traffic light .But  when you run the report HRALX