Opening a Folder from Flash Exe

I am actually looking for a solution where in I can open a
folder by clicking a button in my Flash executable file.
E.g., I have 'dbs.exe' I have a button in this file linking
to Windows folder. when this button is clicked it should open the
'Windows' Folder. Is this possible? How do I do it?

Yes its possible using JStart look at this example
http://www.flashjester.com/?section=faq&cPath=28_41#349
Regards
FlashJester Support Team
e. - [email protected]
w. - www.flashjester.com
"This has been one of the most impressive and thoroughly
pleasant
experiences of customer support I have ever come across -
astounding!"
Director - hedgeapple

Similar Messages

  • Opening external pdf from flash exe

    I've looked around the site and I havent found anything
    refering to this.
    I'm creating an Interface in flash which will browse through
    a list of pdfs. This interface will be published on a CD-ROM for
    distribution.
    How do I launch the pdfs directly from a link in the flash
    exe? Since it is not playing within a browser I can't use getURL.
    It's been years since I've had to do this, and the last time
    I used the fsCommand to launch an exe file created in Director
    which would in turn open the pdf file. I'm hoping there is a better
    solution.
    Thanks for reading this!

    Try FlashJester JStart
    http://jstart.flashjester.com
    Download the an evaluation copy and try it yourself.
    Please look at the example files given.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. - www.flashjester.com
    "This has been one of the most impressive and thoroughly
    pleasant
    experiences of customer support I have ever come across -
    astounding!"
    Director - hedgeapple

  • Open folder from flash .exe

    hi i have new task this contain two part first is in flash
    when finshed it user can click btn that open folder that in same
    domain of flash
    i know that flash must save as .exe to act with window but i
    don't know what is code that open external window
    i need help plz

    Read this
    http://www.flashjester.com/?section=faq&cPath=28_41#349
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. -
    http://www.flashjester.com
    There is a very fine line between "hobby" and
    "mental illness."

  • CSV , text file out put from flash exe

    Hi,
    I want to save data from flash exe to CSV file and text file
    . OS is XP and there will be no server connections. Is this
    possible. Please help.
    Thanks,
    Manu

    If th ecomputer you're working with has some server software
    running (Apache or IIS) you could save your data with php or asp.
    If you don't then you could use the Shared Objects (which works as
    a cookie, so you'll be e bit limited here). There was a function
    called MMSAVE back in FlashMX, don't know it that still works, that
    writes to a text file (but only in the development enviroment).
    Let me know a few more details and we'll find a way.
    Cheers
    Gorka

  • Open an Applescript from Flash

    Hello,
    I woud like to know, how I can open an Applescript from
    Flash. I have an Applescript to open a external document (pdf,
    jpeg....) and it works when I open it. But I do a CDRom and I would
    like to execute this script from Flash. I have put this in flash :
    on (release) {
    fscommand("exec", "apfichier.app");
    but nothing happen. Thanks for your help, I'm
    desperate....

    You will have to use a third party tool. Flash cannot do this
    alone.
    Try FlashJester JStart which will allow you to open your
    PowerPoint file.
    Download a FREE evaluation copy and examples from
    http://jstart.flashjester.com
    Let us know if you have any questions.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. -
    http://www.flashjester.com
    There is a very fine line between "hobby" and
    "mental illness."

  • Can't open ai doc from flash drive.

    Hello.
    I run CS3 on my Mac, but have CS4 running on a PC laptop. Last night, I was working on a few ai files that I originally created on my Mac (in CS3). I had no problems with the files and saved them all directly to my flash drive. When I tried to open the same files this morning from the flash drive on my Mac, I got the following message:  A file I/O error has occurred. Each ai file I worked on gave me the same error. (Incedentally, the InDesign files I used opened on the Mac just fine.)
    I have swapped platforms/versions before with no trouble. I back saved the ai files to CS3. I tried to open the files on the PC, but it wouldn't open on the PC either.
    I am not sure if I have an Illustrator problem, a flash drive problem or what? Also, I saved some of the ai files from the PC as eps files to the flash drive and they have seemed to disappear all-together. Maybe it is a PC thing? (I have very little experience with PCs)
    Help is desperatly needed. I hate to redo the artwork if I can help it. Naturally, I am under a deadline, so I may have to anyway, but I would like to prevent this from happening in the future.
    Thank you in advance for any help you may be able to offer.

    Thank you. I guess I learned a lesson. I just hate learning these things the "hard way."
    For some reason, when I tried (again) to open the files from the flash on the PC, the PC wanted to scan it for problems. I allowed it - thinking it might clean up anything that might be causing problems. Only it didn't help at all. In fact, it converted one of the ai files into a text file! Then, more of the files disappeared from the flash after the scan, though it didn't ask permission to delete any files.
    I am a Mac girl, so this kind of reinforces any prejudices I have had against PCs. In all of my years of using a Mac, never have files disappeared from my hard drive!
    If anyone has any great ideas as far as fixing the ai/text file, that would be great. Otherwise, I had better get busy re-creating all the art. I promise to be cautious using flash drives with ai files going forward.
    Thank you!

  • Open Windows folder from web link - Firefox

    Hi Guys,
    I'm trying to open a folder either through a link in Firefox, it doesn't open.
    Link:
    <a href="file://Server/Folder/" target="_blank"/>Open Directory</a>
    - IE8 works fine
    - FF 3.0.13 does nothing.
    I've also tried the OPENDIR funtion without any luck.

    If you are attempting to have this code on a page that is running from a web server, this won't work with most browsers. Are you running this page from the file system, or a web server?
    The best way to handle opening a remote file or dir is to use server side scripting.

  • Opening a folder from java

    Hows it going.
    I 'm trying to write a program to do this:
    when the user clicks a JButton, a windows folder or windows explorer window opens showing the contents of the C directory. I know how to do all the normal button stuff but does anyone know how to make the folder open?
    I hope some can help me
    Thanks,
    Jim

    if your code runs on a windows system and you only want to open the folder to show the content then use:
    Runtime.getRuntime().exec("explorer c:");But you can't get any events of user-action in this explorer.
    If you want the user to select a file/directory use javax.swing.JFileChooser;
    regards
    jumu

  • Opening a pdf in Adobe Acrobat from Flash exe

    I'm trying to get a btn to open a pdf in Acrobat from a published exe file.
    I have created something like this before but have used the Get URL code.
    I DON'T WANT THIS OPENING IN INTERNET EXPLORER!
    is something like this is possible?
    Cheers-
    Graeme

    hello, does it work when you go into the ''acrobat reader > edit > preferences > general ''& click on the default application option at the bottom? in there reselect adobe's application and confirm this selection...

  • Open a  PDF from Flash projector file?

    Hi everyone,
    im using Flash CS4 slide presentation to make a education CD. In the end of the slides i want to open a pdf file.
    How can i do it? Is it a east way to do it?
    I publish the project as a projector file. I tested to use GetURL but the file wont open. I have the pdf-file
    in the same folder as the projector exe-file.
    The education will be distributed on CD-ROM.

    you need to adjust your flash player security settings:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l

  • Opening a PDF from flash button

    Hi guys,
    I have not done this for a while and the old source files I got do not seem to work anymore in flash pro cs5. In the past I used ZINC and flash and these code lines:
    the link to the PDF is loaded from an XML:  " ... url="data\\presentations\\EN_Vienna_Opening_Session\\EN_JShepherd_Past&Present.pdf" ... "
    the link is then stored in a flash variabl:  " ... tPath = contentItems[0].childNodes[2].childNodes[3].attributes.url; ... "
    the PDF is then opened with ZINC with: " ... mdm.System.exec(mdm.Application.path+tPath); ... "
    I know this is not forum to support ZINC, but is there any other way of opening PDF files (so they open Acrobat outside FLash)?
    Thanks,
    Nik C

    Have you already tried adding
    htp.p('Content-Disposition:  attachment; filename...as described here?
    http://download.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32469/up_dn_files.htm#CIHDDJGF
    Maybe it solves the problem, in case IE is a little bit picky. But I really don't know.
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Need to open word document from flash projector on Windows and Mac

    Hello,
    I'm creating a flash program that will be put on a dvd. And the dvd should function well on both windows and mac.
    I'm trying to open a word document on click of a button. I used geturl but it works only on windows but on mac it only opens a blank browser.
    This is urgent and would be really grateful if I get any help to resolve this problem
    Thanks,
    Sunira

    I kind of doubt you could get Safari to open MS Office files. Short of actually getting MS Office for the Mac, the most workable option might be to get NeoOffice/J (a Mac-friendly version of OpenOffice from http://www.planamesa.com/neojava/en/index.php. It won't display some Office files 100% correctly (depending on how complex they are) but it can open and save them.

  • Javascript that will allow a viewer to open a .pdf from a .exe published project

    I had to publish my project as a .exe file because I needed
    to burn it to a CD for our employees who don't have access to our
    network. Within the project, I have several click boxes that need
    to open .pdf files that the employees will need to open and view.
    However, when I publish the project and click on the click boxes,
    the .pdfs try to open in IE and I receive a "page can't be
    displayed" error. I called Adobe Tech Support and they told me that
    as long as I'm publishing as a .exe, my clickboxes can't open .pdf
    s or any other standalone files. (I really need the autorun
    feature, so I can't publish to Flash).
    Does anyone know a javascript that I could use to make my
    tutorial open the .pdf files when a user clicks on a click
    box?

    Hi sheriln and you too Rick
    I am shocked at Tech Support saying you can't do this
    . reason is that I build most of my stuff in exe
    output and have no problem in getting pdf/doc/xls etc. to open out
    of the exe package. The only trick is to physically type in the
    EXACT full path of the file you want opened and when publishing for
    CD you might really want to check out the cd drive designation on
    your client machines e.g. my cd drive is drive E so a Sample.pdf
    file would be opened as E:/ProgramFiles/TLDP/Sample.pdf. Just make
    sure the file is available at the destination and type this path
    into the open URL or File box.
    Cheers and good luck (Rick, stay well)
    Andrew

  • Open repository folder from oa page

    Hi,
    I need to open an repository folder through an OA page. ie i have the location path of my repository say \\otwa.oaf.
    using an hyper link i should be able to open the repository folder.
    can any one send me the steps / approach to acheive this task.
    thanks a million

    Hi,
    My form file (*.fmb) is already in $AU_TOP/forms/US, and i DO NOT have any other custom libraries (other than the standard ones that come with TEMPLATE.fmb).
    The problem occurs only when i try to open the form in enter query mode with a parameter (config_id) that i pass from the OA page.
    I have another button, which opens the blank form, and it is working fine.
    The OAF dev guide mentions
    Step 4: If you wish to pass parameters to the form, set the Destination URI property with a value using the following format (Note that the parameter list is delimited by a space between each "parameter=value" pair):
    form:responsibilityApplicationShortName:responsibilityKey:securityGroupKey:functionName:param1=value1 param2=value2 param3=value3
    Do i need to make any changes to my form for this? Is there any example for this?
    I am sure there must be quite a few modules haviong the same requirement.
    Ashish

  • Opening Office Documents from Flash

    Hi, we're working with a product called ProForm to create online courses that are Flash-based.  It's a pretty cool product, created by Rapid Intake and using ActionScript 2 as the basis.
    In a recent course I've been running into a problem.  I've created a custom Flash movie as one of the "pages" in the course.  In that movie I have links that use the getURL function to connect to some local files, and target a new window with the "_blank" option.  I've used this method many times with no issues, and when working with PDFs (thanks, Adobe! ) it works just fine across all browsers tested.
    The problem we're seeing is that when we try to use this method to connect directly to Office documents, the links fail to open the documents in Internet Explorer.  When using Firefox, they work fine, and soon after clicking the link the user receives a dialog asking if they wish to save or open the document.  This is the behavior which we expected in IE, and which one can achieve by holding the CTRL button and clicking the link (and don't ask me how that was figured out, 'cuz I don't know).  But when just clicking the link in IE, a browser window briefly pops up, then the thing disappears and nothing else happens - no file opens, no dialog appears, nothing.  Very frustrating.
    So if anyone has any experience with this issue and can offer any advice, I'd really appreciate hearing about it.  While we can work around this (e.g. - converting Office docs to PDFs) it's not our first choice, and since none of our development team understands exactly what is happening and why, it would be useful for future development efforts for us to be educated.  Thanks in advance for any help.

    Just to try to help the comprehensibility of the issue, I've posted demo page to illustrate the situation: http://www.zoomiechaser.com/demo/button_test.html
    If you use IE and click on the link, the page will download as expected.  If you click the Click Me button in the Flash movie, you'll see either a pop-up warning bar, or, if you allow pop-ups, you'll see a window flash quickly on the screen then disappear.  I hope this helps, and that you kind souls can help me in return! 

Maybe you are looking for

  • ITunes 8.1.1 takes FOREVER to start playing podcasts

    Ever since I've upgraded to 8.1.1, podcasts take 10-15 seconds to start playing after I hit the play button. During this time, the computer seems to be frozen. Has anyone else had this happen?

  • How do I set up my new iPad to get the pictures from my Iphone?

    I just got a new Ipad and have pictures on my Iphone 4s. Both have been set up to use the cloud for photo streaming. It doesn't appear to be working for the older pictures I have on my Iphone 4S. Any suggestions??? Thanks so much.

  • FF753 - Apply an Expense Provision with Input Tax NVV

    Good afternoon all, My problem is that my client has firstly posted an expense provision: Expense (40) <===> (39 CME) Vendor After that, the user wants to apply this provision and consider tax code N4 (Input Tax NVV: Non-deduct.Input Tax - 8%). Due t

  • XI to AS/400 DB2 connectivity_doubt

    Hi, has anyone connected to an AS/400 DB2 from XI's Sender JDBC Adapter? if so, can you please suggest the procedure and the <b>driver</b> that was used. Regards, Balaji.M

  • Dealer Excise details Capture

    Guru I want the details procedure  & configuration require  for dealer invoice received from vendor to  capture the excise details. Sudhir