Forum for Flash Javascript API

I think there should be created a Forum dealing with
questions to the
Flash Javascript API
regards Mads

Thanks for responding, mclem
I was trying to put it in a .fla, but apparently you can't do
that, it seems that I have to use jsfl files. I'll be able to find
all the support I need in the help files now, thanks ;)

Similar Messages

  • Flash JavaScript API

    Most of the time I can solve my problems using google but
    this is probably something very silly that I'm doing wrong...
    The thing is that I cannot use the actionscript that extends
    flash, and I want to use the FLfile object:
    scripts like this don't work with me:
    alert("Process Complete");
    var folderURI = "file:///C|/WINDOWS" ;
    trace(FLfile.listFolder(folderURI, "files"));
    I use Macromedia Flash 8, and Flash Player 8/9

    Thanks for responding, mclem
    I was trying to put it in a .fla, but apparently you can't do
    that, it seems that I have to use jsfl files. I'll be able to find
    all the support I need in the help files now, thanks ;)

  • Javascript API, Get List PropertyBag, SP2013 Persmissions Bug?

    Hey,
    i want to read the propertybag out of a SPLIST Object via javascript api.
    The PropertyBag is stored in the rootfolder, so you can access it, but NOT! when the user has only read permissions on the website.
    The exact List Permission to read a PropertyBag for Lists is "Manage Lists" for the javascript API
    var listInfoCollection = clientContext.loadQuery(oWebsite.get_lists(), "Include(Title,Id,ParentWebUrl,BaseTemplate,RootFolder.ServerRelativeUrl, RootFolder.Properties)");
    Can anyone tell me another way to retrieve List PropertyBag via javascript?

    Did you try using export import method in property bag setting?
    http://pbs2013.codeplex.com/

  • FYI: Getting support for Flash PLAYER questions

    This is the general forum for Flash authoring. If you have a
    question about installing Flash Player, or it's performance, or
    anything else that isn't related to developing content in Flash
    authoring, please post it to the Flash PLAYER forum!
    Go straight there:
    http://www.adobe.com/cfusion/webforums/forum/categories.cfm?catid=184&forumid=44
    Or find it under "Read and Player forums" at
    http://www.adobe.com/support/forums/

    Hi Bentley,
    I just noticed something. The link that I pasted, to your
    post, does not work either. I noticed why, however, and it seems to
    be why the link in your original page does not work, and why the
    link in my post that goes to your post does not work.
    It seems to be that if a link has a period after it (i.e., if
    it is at the end of a sentence), the period is incorrectly included
    in the "real" link. Somehow, whatever mechanism that processes the
    post has a mini bug in it.
    If you go to the link that is results in "Sorry, this page is
    not available", and look up into the browser address bar, you will
    see the period there each time.
    I just thought that I would point this out, too, so that the
    web techs in charge of the workings of the forums could look into
    it.
    Here is the original link, without a period after it, to your
    original page.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=44&catid=184&threadid =1400586&enterthread=y
    Thank you again,
    Karen

  • Getting error when updating the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1

    Hi,
    I`m getting error message like "None of the apps in your project can be activated in the target. The manifest file of one or more apps contain API sets or Office applications that are not supported by
    the target Office client. To debug those apps, update manifest files to exclude any unsupported API sets or Office applications, and then start the project again. Alternatively, you can debug your apps by using Office 365 as a target." when when
    updating the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1 in manifest file though i have added host elements.
    any help in this regard is highly appreciated
    Thanks,
    Santosh Sutar  

    Hi Satosh Sutar,
    Based on the description, you got the error message when you update the apps from version 1.0 to 1.1.
    From the error message, it seems the menifest include some settings no allowed in the new version. Would you mind sharing more detail about how you update the project?
    And here is an article about updating apps for Office and menifest schema files in the project for your reference:
    How to: Update the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Flash 10 API for Google Earth

    Is anybody developing a Flash 10 API for Google Earth? I
    believe there is one for Google Maps.
    Thanks.
    Jordan

    Thanks for that, interesting.
    However, that video is a few months older than the discontinuation announcement.
    The way JavaScript is going, I'm pretty sure they will have no problems getting it as good as the Flash one was.
    Plus, at the time of the video, comparisons were possible. Now, there's only JavaScript basically. Sure you can still get the Flash API, but how long until new features are implemented which will only be available in JavaScript?
    I guess a compromise is using a web view for devices that support it and use the JS API, but the StageWebView isn't a display object and manipulation of it is more dificult to maintain.

  • Javascript won't work - JavaScript for Reader Mobile API Reference (Android)

    I have created a Form with the new Adobe Acrobat Pro DC (trial version).
    The Javascript code just won't work on a mobile phone.
    Doc - JavaScript for Reader Mobile API Reference (Android this shows that what I want to do is supported.
    But not even the simplest command will work on my phone. (I am using Adobe Acrobat DC - PDF reader for Android)
    Any suggestions of what I could be doing wrong?
    Best,
    Menno

    A Doc.getField() should work.. Try small steps: Create a document with two fields (e.g. Text1 and Text2), then create a custom calculation script for Text2 that uses the following code:
    event.value = this.getField("Text1").value;
    Does this copy the data you enter in Text1 to Text2?
    Then, add a third field ("Text3") and a button with the following MouseUp JavaScript action:
    this.getField("Text3").value = this.getField("Text1").value;
    Does this work? It actually works for me. To save you some work, here is a link to the test file I've used: http://khkonsulting.com/files/AUC/AndroidTest.pdf

  • Is it possible to change out of the box Callout content for already existing library using some javascript API ?

    Is it possible to change out of the box Callout content (change DOM elements) for already existing library using some javascript API?
     API ?

    Hi,
    We can use CSS and jQuery to achieve it.
    Please add the following code into the Content Editor Web Part.
    <style type="text/css">
    .js-callout-content{
    display:none;
    .js-callout-mainElement span{
    display:none;
    .js-callout-mainElement{
    border-width:0px;
    </style>
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function () {
    $("a[title='Open Menu']").click(function(){
    setTimeout(function(){
    $(".js-callout-body .js-callout-bodySection").eq(0).html("<span>Test</span>");
    $(".js-callout-mainElement span").show();
    $(".js-callout-content").show();
    $(".js-callout-mainElement").css("border-width","1px");
    },1000);
    </script>
    Result:
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Searching for flash based forums, or a way to load forums into flash ?

    Im searching for flash based forums, or a way to load forums into flash ? i found this
    http://activeden.net/item/flash-forum/52576?page=1
    Any ideas or recommendations would be greatly appreciated

    You can load the raw html - if flash is told (e.g. via
    flashvars) the url of the page that you want (its available in
    flash as what you would think of as the browser's 'view source'
    style plain text) with either as2 or as3.
    But you can't do full browser-style rendering of the content
    because flash just can't do all that. You could parse the raw html
    (probably a custom parser as I think the internal xml parser might
    choke on some of the tags in html that are not closed such as
    <br> etc) and just pick out bits of text or images that you
    could display but you can't achieve an embedded browser.
    Adobe's AIR might be more what you want - it has embedded
    browser support- but it doesn't run inside a browser like flash.

  • Google Maps API for flash not working on real device iPad

    I use flash builder 4.5.1 to build app for Google Maps API for iOS (map_flex_1_20.swc), and it is working well even on the simulator on PC, but after I generate the IPA use FB4.5.1, and install on iPad , it not working at all, only show a while screen.(I used the TabbedViewNavigatorApplication, the botton Tabbar is working, I can switch the page, but on the maps page show nothing)
    I also try the code on Flash CS5.5  using map_1_20.swc , when on the PC debug, it works well,(swf files), but install the AIR ipa on the iPAD, show nothing only a white sceeen.
    anyone  met this problem?

    You can also use the MapQuest Mobile Flash Maps API.  It's supported by MapQuest and does not need any work-arounds in order to work with the Flash Platform.  It also takes advantage of the "build once, deploy anywhere" functionality in Flex 4.5+.  MapQuest provides a demo app for Android and iOS and has the source code available for download, too.

  • Google maps for flash been Deprecated !

    Hello. i just wana notify the comunity about a serious step tooken from google to kill the maps for flash, because seems like they can not handle them.
    I would like to hear Adobe opinion - can Adobe do their developers a favor and asign a programmers to took close deal with google and continue the maps for flash ?
    This is not a simple issue, it will be a vital for the future development of many things connected to Adobe and Google.
    Please consider the question carefully.

    http://code.google.com/apis/maps/documentation/flash/
    "Note: The Google Maps API for Flash has been officially deprecated as of September 2, 2011. The API will continue to work as per ourdeprecation policy, but we encourage you to migrate your applications to version 3 of the Maps JavaScript API."
    The statement is perfectly LOL.
    And seems like google can not pay 2-3 more developers to took care for thoose API,
    The forum comunity related to this API vould like to ask if can Adobe took care on it because they have proven as a good team of developers already.

  • Map Builder JavaScript API

    Hello everybody,
    I'm a student who is currently working with Oracle for the first time. I developed an Web mapping application by using Oracle XE Database (10g), Oracle Map Viewer and corresponding Map Builder (the latest version). I choose the JavaScript API for the implementation of this application.
    The reason for this post is one particular problem that I encountered. I want to extract the X and Y coordinates (which are naturally stored as SDO_GEOMETRY in my database) for certain features that are visible in my map window (this features belong to themebasedFOIs). I know that the x and y coordinates (and other attribs) are easily accessible for the JavaScript Client if the coordinates are stored in own columns (additionally to the information stored in the SDO_GEOMETRY) ... but that is not the case!
    I searched the JavaScript API, the Internet, this forum and it took me a long time ... but I didn't come across any possiblity to manage this. So does anybody who reads this post see a possibility to get my X and Y coordinates from my HTML application that is build with JavaScript API???
    I will be very thankful for any advices and/or hints... :-)
    With regards

    hi, we don't return the geometry back to the client unless the foi is a point.

  • Office 365 addin. JavaScript API. Working with files.

    Please help me.
    Is there any posibility to get url for created document from my addin with JavaScript API?
    May be I need to use OneDrive.

    You are creating a Word 2013 app? If so, you might want to post your question here:
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=officegeneral
    Are you trying to get the URL that the document was opened from?
    Mike Smith TechTrainingNotes.blogspot.com
    Books:
    SharePoint 2007 2010 Customization for the Site Owner,
    SharePoint 2010 Security for the Site Owner

  • CS6 JavaScript API .mxi path

    How can I call the .mxi using the JavaScript API?
    In previous versions of the plugin I could easily call upon the mxi file to grab a token definition value using the dw.getConfigurationPath().
    As in the following example: dw.getConfigurationPath() + ’/Extensions/myextension.mxi’;
    The reason for storing the path in the mxi is because it is the only place that I know will dynamically create the path such as: Macintosh HD:Users:<UserName>:Desktop:MyFolder: or C:\Users\<UserName>\Desktop\MyFolder respectively when I enter a token definition of $userhomefolder/Desktop/MyFolder.
    However now that the .mxi file has been moved to the extension manager folder in CS6 I can no longer use
    dw.getConfigurationPath(). My question is how do I now obtain the .mxi path now?
    Thanks.

    You need to post scripting questions in the Adobe Photoshop Scripting forum.
    -X

  • OneDrive Javascript api access to powerpoint

    I'v been using the new javascript API for OneDrive and was wandering how/if the api extends to cover calling powerpoint files into an webpage or even hopefully specific slides into an iframe e.g
    regards
    Mark

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Office ,the issue is more related to coding/programing, you'd better post your question to the MSDN forum
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=messengerconnect
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support

Maybe you are looking for

  • How to work with Premiere Pro cs5.5 and After Effects cs5 together?

    I have edited my movie in premiere pro cs5.5 and made the rough cut. In premiere, i have edited the video, put in soundtrack and foley. Now, i need to add muzzle flashes & blood splatters in some scenes and final color correction using After Effects

  • Looping issue and extra space after inserting in DW page

    I found an answer to looping an Edge composition, works like a charm in publish preview, still won't loop live on the web. Also when I insert it, it leaves a gap at bottom even though the div is 250 px high and the composition is 250px high... see ww

  • Firefox displayed "search UK" or "web" -now this option removed .How to restore?

    I use firefox to access internet ,Google home page .Formerly 2 choices "search web" ,or "searchUK" Now this choice has gone -Have "search" or I`m feelining lucky -no UK == This happened == Every time Firefox opened == about a week ago

  • Best way to add numbers or layout multiple pages

    I have a ticket that needs to be numbered. It is small enough to go 5 up on a sheet that is 8.5 x 11. Each ticket needs to be numbered. I can make a master page and add all of the numbers that way and then make a pdf. What is the best way to get the

  • Ipod Nano in disk mode

    Is it a bad idea to keep syncing my ipod using disk mode? This is the only way Itunes 9.1 will not crash when connected to my ipod.