Buddy API HELP

I have just downloaded Buddy API for Director 11 (windows)
and it is not working for me. I have downloaded the file and place
'Buddy API Help.chm', 'Buddy API Xtra.x32' and 'Read me.txt into
'C:\Program Files\Adobe\Adobe Director 11\Configuration\Xtras'. I
have also added #namePPC:"Buddy API Xtra", #nameW32:"Buddy API
Xtra.x32" to the bottom of the xtrainfo.txt file.
I made a new project and named it 'test.dir' and saved this
in a filder called 'test' on the desktop. I placed one button on a
frame and added the code:
'on mouseUp me
baOpenFile( the moviePath & "test.txt" , "normal" )
end
I created a text file and named it 'test.txt' and saved this
into the test folder on the desktop.
I then saved a projector of the project into the same folder.
When I click on the button, nothing happens???? WHAT AM I
DOING WRONG?????

In the Modify, Movies, Xtras list, it will likely be called
'Buddy API
Xtra'.
When you say that you push the button and "nothing happens".
Do you
mean that literally? Or do you get an error message of some
sort? If
you have not added BuddyAPI into the projector, you should
get an error
stating that baOpenFile is not available (or perhaps a less
useful
"script error").
If you are not even getting that, then I assume you are using
a
#flashComponent button and you need to go into the Property
Inspector's
Flash Component tab and change the 'eventPassMode' to
#passAlways in
order to make the button work.

Similar Messages

  • How do I open to a specific page or destination in a pdf file using Buddy API Xtra?

    Hello,
    I'm working with a CD ROM catalog that utilizes the Buddy API Xtra to open PDF files when a link is clicked. The client would like to be able to open to a specific page within a pdf file.
    I can open a pdf file using the Buddy API baOpenfile() function but I'm having trouble opening to a specific page when I add #page=4:
    baOpenfile("@\pdfs\Powder Cores\Magnetics_Powder_Core_Catalog_2011.pdf#page=4","normal")
    I've also tried working with the code below which seems to me like it should work... I didn't realize that the "open..." part of it was a function in Director.
    on mouseUp me
      pageNum = 4
      theApp = baShortFileName(baFindApp("pdf"))
      theDoc = baShortFileName("@\pdfs\Powder Cores\Magnetics_Powder_Core_Catalog_2011.pdf")
      theArgs = "/s /A page=" & string(pageNum)   & "&pagemode=bookmarks"
      -- (translates to "/A page=4" in this example)
      open theApp && theArgs && theDoc
    end
    Thoughts?
    Thank you in advance!

    Thank you Dee! This works perfect!
    It would be cool to know how to use bashell() for this.
    The help files give the following examples:
    Result = baShell( Operation, Filename, Args, WorkDir, State )
    ok = baShell( "open", "c:\windows\notepad.exe", "myfile.txt" , "", "normal" )
    ok = baShell( "edit", "myfile.htm" , "", "", "normal" )
    So I tried:
    on mouseUp me
      -- Close the program group
      tWindowList = baWindowList( "" , "pdf" , false )
      if tWindowList <> [] and count(tWindowList) > 0 then  baCloseWindow(tWindowList[1])
      pageNum = 4
      theApp = baFindApp("pdf")
      theDoc = _movie.path & "pdfs\Powder Cores\Magentics Powder Core Catalog.pdf"
      theArgs = "/A "&QUOTE&"page="&string(pageNum)&"=OpenActions"&QUOTE
      baShell( "open", theApp, theDoc , theArgs, "normal" )
    end
    It opens the pdf file without going to a specific page. Any thoughts as to why it wouldn't accept theArgs?
    Thanks again!

  • Is Buddy API baSetDisplay working in Director 11.5 under Windows 7?

    Hello,
    I'm trying to update some of my old games.
    The "baSetDisplay" of Buddy API is not working under Windows 7 in Director 11.5
    Did someone had made it working?
    Any solution to change resolution to have a fullscreen game?
    Thanks
    Sebastien

    Were you looking for someone to test other platforms such as Vista?... or are you looking for verification... or a solution?
    I'm guessing a solution is not going to be available, but I would recommend constraining the video from going off the monitor if you haven't already added that 'feature' for win7 (you can test the OS easily enough using the platform property).
    Anyways, if you can clarify what assistance you are looking for then that'd help.

  • Hello, I want to play my video files (which are on s3 bucket ) like live . Some buddy please help me

    Hello, I want to play my video files (which are on s3 bucket ) like live .i.e.mox.tv   i want play videos on my website.Some buddy please help me ..for that what i need to do?
    my video are in mp4 formate with h.264 codecs
    Message was edited by: lakhanp22

    Just as of late I noticed that Apple Stores are selling security cameras that work with their app on an iPhone. Very expensive but it uses both WiFi when local and cellular when not at home.
    In your case I would check the apple store and see if there is a free or paid app to access your home closed circuit TV system. The cameras have to have their own ip address so you then need only enter that and access will be available to you. But they must be on your home network.
    a lot of the higher end CCTV systems have a free app that can be used like the new Apple Security system.
    Just Google it or check the store.
    Good Luck

  • Adf api help

    hi ,
    i want to search api help for oracle.adf.view.faces.component.core.data.CoreTable.
    where can i get that

    >
    i want to search api help for oracle.adf.view.faces.component.core.data.CoreTable.
    where can i get that
    >
    Not here.
    This is the APEX forum.
    Possibly you want {forum:id=83}

  • Forms API help/examples - where can I find any?

    Where can I find Forms 6i C API help or examples? It seems to be very difficult to find examples of how to use many of the functions or to figure out why they may not be working. I am experiencing many problems and would like to know where I can go to find answers.
    I think it's an amazing move on Oracle's part to have exposed this type of API, but it seems rather silly not to have any public support for it.
    Thanks,
    Matt.

    Thanks,
    I have seen both that application and document before. The application doesn't do much for you and the documentation is sparse.. I ended up digging through all of the C header files in the api directory and figured everything out from there. It took quite some time to do, but seeing as there are no examples other than those in the pdf that you mentioned, there was no other way.
    Matt.

  • Linux/Unix system API help

    Hi thr..
    Can anyone help where to find documentation for system calls in UNIX just like win32 API ... In windows thr is MSDN like an ocean for API help ..but for UNIX whr do i go for API functions and defnitions ???

    If you are programming in Java, don't use OS dependant calls.
    If you want to use C/C++ use the man pages.
    These are available on the web, search via google.

  • Is Buddy Api 4.07 Compatible with Director 12

    I'm trialling Director 12 Win
    Using the demo version and publishing a Mac projector it issues the error 'Can't find the Xtra file "Buddy API Xtra.x32" even though the xtra is in the Xtras folder.
    Anyone know if this is a Demo limitation or an incompatibility between Buddy and D12
    Thanks

    OK .cpio wasn't in the "Adobe Director 12\Configuration\Cross Platform Resources" directory so I put it in.  Launched Director and open the file to publish but got the same error.
    So is this because its a trial version??
    I don't know whether D12 is available as a cloud component.  I wouldn't mind forking out £30/40 to find out if it is being in demo mode that is the issue.  However I don't fancy paying £300 only to be presented with the same error.

  • Overwritre files with Buddy Api

    Hi!
    I am trying to use the Buddy API to move files. I am using
    the MoveFileOn Reboot function which works fine normally. However I
    really need it to overwrite a file that is in the target folder
    with one with the same name. This does not happen, I guess the xtra
    won't overwrite files with the same name. Has anyone come across
    this and found away round it? Got a bit of a nightmare if not.
    Cheers in anticipation,
    Simon

    Result = baCopyFile( SourceFile , DestFile , Overwrite )
    "Always" always copies the file
    "IfNewer" copies the file if SourceFile is newer than
    DestFile
    "IfNotExist" copies only if DestFile does not already exist
    hth
    scott
    StuckInYork wrote:
    > Hi!
    >
    > I am trying to use the Buddy API to move files. I am
    using the MoveFileOn
    > Reboot function which works fine normally. However I
    really need it to
    > overwrite a file that is in the target folder with one
    with the same name. This
    > does not happen, I guess the xtra won't overwrite files
    with the same name. Has
    > anyone come across this and found away round it? Got a
    bit of a nightmare if
    > not.
    >
    > Cheers in anticipation,
    >
    > Simon
    >

  • HRMS API HELP

    Hi Everyone,
    I need help in writng a pl/sql script(API) to move a thousand employees or more from an old business group to a new business group.
    I am having a challenge doing this as it does not pick individual employees,
    What can i include in my API to pick new and existing employees and move them from a business group to another
    Kindly assist
    thank you.

    I believe HR has embedded functionality - called Mass Move - that should be able to achieve this. You will probably need to look at HR documentation to see how this works.
    MOS Doc 166363.1 - How to Setup Mass Move
    HTH
    Srini

  • Reporting API Help

    Running IronPort M660 / v7.2.0-390
    Trying to use Reporting API as per this document (It was the most recent I could find): http://www.cisco.com/en/US/docs/security/security_management/sma/api/ESA_6.4.0_MR_Reporting_API.pdf
    My goal is to be able to download the "Incoming Mail Summary" as a .csv from a Java program for additioanal processing. I started as suggested by working with the URLs in a browser (FireFox, Chrome).
    We are using SSL. If I login manually and proceed to the Email Overview page, I am able to download the .csv for the "Incoming Mail Summary", although I am unable to see the URL by hovering over the "Export" link.
    Ref Page 3 of the document, using the format http://username:[email protected]/monitor/[email protected]/monitor/reports works with the same username and login. When the program attempts to make the same call, the login succeeds, but the call to get the .csv using the same URL (below) fails even though the sid= cookie returned from the login is included. It returns the login page. I get the same result when omitting the username:password@ prefix to the same URL.
    Perhaps I have the wrong URL entirely? I would expect an error page rather than the Login page again.
    URL Used:
    https://xxx.yyy.zzz:8000/monitor_email/overview?date_range=current_day&report_def_id=sma_overview&report_query_id=sma_overview_incoming_mail_over_time&format=csv
    - Can you provide any suggestions? I'm open to any way to get the data in the .csv or .xml
    - If you have example code that works with this "API", that would be hugely helpful.
    -Terry

    HI Terry,
    I can email you directly however we will still need to open an SR.
    You can also do that here.
    https://tools.cisco.com/ServiceRequestTool/create/authc/forms/CDClogin.fcc?TYPE=33619969&REALMOID=06-0001c776-caac-13ce-8cb3-83846dc90000&GUID=&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=$SM$GDuJAbSsi7kExzQDRfPKUItt%2bPcjKOjTGlbtk%2fRp7BdNYLiP9lyOBjXBU5PAxIXD&TARGET=http%3A%2F%2Ftools.cisco.com%2FServiceRequestTool%2Fcreate%2Flaunch.do
    Christopher C Smith
    CSE
    Cisco IronPort Customer Support

  • Windows API help files (Installation question)

    I've been working in LabWindows/CVI for a few weeks, and have added some API calls.  They work fine.  However, when I go to Help/Windows API, I get the following message:
    "The Win32 API documentation has not been installed.  You can install the documentation from the LabWindow/CVI Platform DVD."
    I have the Developer's suite DVDs, and ran the installer on the first, selected a custom install of LabWindows/CVI and saw that all the help files were installed, as were all the Windows API support files.  In fact, the only things which weren't installed were the wizards for VS 200x.  I tried installing the MSDN files, which is a bit of a help (I can go search on it), but, it's a bit big and slow compared to a normal help file.
    What am I missing to install this?

    Hi Steve,
    There was a problem with the MSDN help installer that shipped with VS 2009. It installs the help correctly, but CVI 2009 is not able to link to them because of a registry incompatibility. You have a couple of possible workarounds:
    a) if you have CVI 9.x, and you still have the "MSDN Library Documentation" DVD that came in that package, you should install it and the help link from CVI 2009 should then work.
    b) or you can simply get the same help online. Just browse to msdn.microsoft.com and enter the name of the function that you want to get for.
    Luis

  • Reader API Help Guide Needed

    Hi Im using the free Acrobat reader within my application for viewing PDF files only.
    Its the same that gets displayed in a browser and is activated as an activeX control.
    It actually runs out of process as AcroRD32.exe
    This has an API and quite a bit is intuitive but part of it is not.
    Is these a help guide for using this API within your apps or scripts?
    I need to try a switch a few things off etc and attempt to scale the view relative to my app.
    Thanks.

    You can find documentation about the API in the Acrobat SDK.

  • CIS Folder API Help needed

    I am working with UCM API to access information related to Folders component.
    ISCSSearchResponse result=null;
    ISCSSearchAPI searchApi = this.application.getUCPMAPI ().getActiveAPI ().getSearchAPI ();
    result = searchApi.search (context,strQuery, 100);
    iter = result.getResults ().iterator ();
    while (iter.hasNext ()) {
         sres = (ISCSSearchResult) iter.next ();
         folderApi = this.application.getUCPMAPI().getActiveAPI().getComponentFolderAPI();
         ISCSFolderInfoResponse folderRes = folderApi.getFolder(context, sres.getFolderID());
         ISCSFolder fold = folderRes.getFolder();
         String folderPath = fold.getFolderPath();
    I need to execute the code inside the while loop based on a condition. I need to check if the returned item from search results is a document or a folder, that is the item in *'sres'*.
    Can someone please help me with this?
    Thank you,
    Padmaja.

    To search in a case sensitive manner, if you're using an Oracle database I know you can set a variable in config.cfg -- DatabasePreserveCase. This may also work for other databases, but I am not sure.
    The available fields to filter on are all the metadata fields, whether they be UCM metadata fields or custom metadata fields.
    The query is doing a database query so you need to use the name of the column name in the database -- custom variables start with x and ucm variables start with d.
    I'm not an expert on UCM, but have been working on an implementation. I didn't really find a comprehensive guide for CIS, just used the examples from the sample code, the javadocs, some forum posts, and trial and error.

  • FlashPaper API Help

    I have been researching FlashPaper and I downloaded the trial
    version, but I cannot determine how to use the API. I can't even
    figure out where it is in the FlashPaper program files. Resources I
    have consulted include the
    FlashPaper
    Documentation and the
    FlashPaper
    Article "Importing FlashPaper 2 Documents into Macromedia Flash and
    Using the FlashPaper API". Neither of these explains clearly
    how to access the API and as I do not have the Flash authoring
    environment, I cannot see for myself how it works. Is the
    FlashPaper API only available in the Flash authoring environment?
    Thank you for your help,
    Joseph

    The trouble with FlashPaper API is that it can only be used
    after you a purchased a Flash development environment, also you may
    find that when you import a flashpaper document into another flash
    movie, the behaviour of the interface will be very different with
    respect to the zoom function and the proporationality of the
    flashpaper window as you resize the browser may look strange.
    I found this web site: https://www.zanzibarfiction.com/shop/
    they sell flashpaper plugins with a removed print or select
    buttons.
    Also they have these different color schemes for Flashpaper
    to match your web site theme - awesome! The plugins can be
    installed very easily into your flashpaper installation. Check it
    out.

Maybe you are looking for

  • DBTransactionStateListener not working properly in JDeveloper 11g TP4

    Hi All I've created a custom DCTransactionStateListener and implement transactionStateChanged(boolean state) method. When the db transaction state is being changed i set a parameter in the HttpSession. I need this in order to know if transaction is d

  • Acrobat 9 Pro Doesn't OCR Entire Page

    I have scanned many paper invoices. I have Acrobat 9 Pro OCR them using the "Searchable Image (Exact)" setting. It does an acceptable job of recognizing most text, but there are parts of the invoices that aren't being OCR'd. See this link for a typic

  • How do I increase the field of view in Measurement and Automation Explorer (MAX) Version 3.1.1.3003

    I am using Measurement and Automation Explorer Version 3.1.1.3003 to view pictures on a pc that are being sent from a video camera looking through a microscope.  The image I see in the viewfinder of the microscope is MUCH smaller than the image that

  • I need help with searching for an image inside another image

    I need to write a program that checks for a specific image (a jpg) inside another, larger, image (a jpg). If so, it returns a value of true. Can anyone help me? Winner takes all. First person to solve this gets 10 dukes. Please help.

  • Lost images, ratings & edits in Lightroom 4.1

    Hi all, On opening Lightroom 4.1 it appears to have reverted back to how it was a few months and so I lost all of the images I was working on. On reimporting them back into Lightroom, this was performed quickly as if perhaps they were remembered, how