Flash TreeView menu and user interaction

Hi,
I've developed in Javascript a TreeView menu.
I would like to do the same in Flash/AS but i do not know
where to start :-(
before to start i would like to know :
- if it is possible to make this TreeView menu dynamic ?
i mean by that that web developer could use this TreeView
menu by adding
several nodes and children to this menu like :
MyFlashMenu.addChild("new node", "parent node", imageNode);
but i do not know if from web page it is possible to pass
arguments to
flash.
thanks a lot,
A.

Sorry, I meant GhostWire, not GhostWriters...
http://ghostwire.com
-ML
"Marc Lee" <[email protected]> wrote in message
news:fju6kl$97j$[email protected]..
> I've been using a 3rd-party treeview from GhostWriters.
That tv would
allow
> dynamic updates. We're doing it. I'm not familiar with
the V2 component
> treeview (a built-in for Flash 8 and later), but I would
imagine that
would
> allow dynamic updates as well.
>
> There is an API to the Flash player that is embedded in
your webpage that
> should allow you to pass commands to your tree. I don't
have the
> documentation right in front of me but you should be
able to find it quite
> easily through googling.
>
> Contact me offline if you'd like to discuss more.
>
> HTH,
>
> Marc Lee
>
> "R.A.F." <[email protected]> wrote in message
> news:fjrrvr$j3s$[email protected]..
> > Hi,
> >
> > I've developed in Javascript a TreeView menu.
> > I would like to do the same in Flash/AS but i do
not know where to start
> :-(
> >
> > before to start i would like to know :
> > - if it is possible to make this TreeView menu
dynamic ?
> >
> > i mean by that that web developer could use this
TreeView menu by adding
> > several nodes and children to this menu like :
> >
> > MyFlashMenu.addChild("new node", "parent node",
imageNode);
> >
> > but i do not know if from web page it is possible
to pass arguments to
> > flash.
> >
> > thanks a lot,
> >
> > A.
>
>

Similar Messages

  • Is it possible for a module to remember last viewed slide and user interactions without an LMS?

    I am developing a captivate module (using Captivate 6) that can be run either off a local hard drive or web server (not an LMS).
    I am hoping that the user will be able to close down the module and then return to it at a later time. Considering the module will not be run via an LMS Is it possible for the module to remember not only the last slide that the user viewed but also any interactions that the user has conducted. For example: saved information in variables, image states (whether or not they have been clicked etc), widgets (I am hoping to use the drag and drop widget so I want the course to be able to remember what items they have dragged where).
    Is this possible? I know there is a bookmark widget that uses cookies to remember the last slide the user viewed. I am also aware of another widget that allows you to save variables for use between projects, but in this case I will only have one project file. Is there something out there that does everything I need?
    Does the 'self paced learning' checkbox in the TOC save user interactions?
    Thanks! 

    Thanks Lilybiri. So it sounds like there is no easy way to save  interactions when run locally. Would using javascript (thats run when a user clicks a save button for example) be possible? Get the script to save a cookie with all the variables and 'states'? I know that saving the variables is possible because there is already a widget that does that, so wondering if there is a way to save the slide states as well (for example whether or not images have been clicked etc).
    Alternatively, if I create the project in captivate, is it possible to import into flash with all the functionality and actionscript intact and editable? From there I could then modify it to remember the saved states? (i am not proficient with actionscript  so just thinking of potential solutions).

  • JDeveloper, thread and user interaction

    Hello,
    I'm developing a JDeveloper Swing application that receives data from a scale to be printed on the screen (this is done in a thread). At the same time, the user can interact with the screen and update fields. Sometimes I experience that my application blocks, and I have to restart. I believe that this is because the screen is updated by the two threads (scale and user) at the same time (?).. Does anyone know how to avoid this?
    /Jakob

    Ok, thank you..
    I now use a Swing timer to call the actionPerformed(..) methode.
    In this methode I update a text field on the screen, whenever the weight is changing.
    What about "normal" user updates to GUI, i.e. combobox dropdowns, field updates etc ? Do I have to handle these events in the same actionPerformed(..) methode as the timer thread is calling, or may I define an actionListener for each component containing its own actionPerformed(..) methode ?
    If I have to use the same actionPerformed(..) for all GUI updates, should this methode be defined synchronized, like
    public synchronized void actionPerformed(ActionEvent e) ?
    Regards Jakob

  • Silent Flash player Autoupdate over internet without user interaction

    Is it possible to set Flash Player to auto update without ever having any user interaction?  We don't have any internal application depending on flash player so I would like to install an version of flash update with auto update settings and forget it.
    I did install 15.0.0.152 with settings:
    mms.cfg:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    But it has updated to 15.0.0.167 instead of 15.0.0.189.   Does the autoupdate use always the latest version or does it install only critical updates?  Why did I get 167 and not 189 ?  I can see that the task launching the auto-update run every hour, with default settings, but no new updates are made, wheter my browser (IE) is running or not.

    Please do the following.
    Open IE6, go to Tools and then Manage Add-ons.
    Change the menu dropdown (on the left) to "All Addons", then scroll down to Adobe (if it's there) and then check the version number. The current version is 11.1.102.55 (See screenshot)
    If it's not listed, or if it's a different version, download this uninstaller, but choose to Save it (doesn't matter where). Do not choose "Run". http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_32bit.exe
    After you save the file, close IE.
    Run the uninstaller (even if Flash is not listed in Manage Add-ons) and then reboot.
    Next, go to: http://get.adobe.com/flashplayer/ and when you see the prompt, choose "Run" to install it immediately. Oh, and uncheck any third party installation options like the Google Toolbar / McAfee. You can install those any time.
    Go back to Manage Add-ons and confirm that 11.1.102.55 has been installed.

  • Web view / Allow User Interaction always brings up Menu Bar

    Hi,
    I have recognized that a web view on the page which allows user interaction (for example animations with buttons) always causes the menu/navigation bar to pop up which is quite a pain. All other interactive elements don't do it so why would the web view need to cause this.
    mulitstates on top of it or fake buttons obviously don't work since the are needs to be touch sensitive.
    Any suggestions?
    Cheers,
    Alex

    It depends on how the event listeners in the web view are written. for example simple <a href="link.html"></a> elements don't activate the DPS menu. The same is true for touchstart and click elements.
    Try to implement your click/touch events differently. I haven't found the pattern which caused the menu to open, yet. But if you test around a little with different ways of aproch, I'm sure you can find a solutio (e.g. in one case I could solve it by not using event.preventDefault() in another case the touch event was bound within a javascript variable, which also caused the menu to show. etc. pp.)
    Good Luck!

  • Create a User-Interactive Flash

    Is there any way I can create an interactive Flash with which the user can put X-marks on random locations of a picture? (e.g. X marking different locations on a map.)

    Thank you very much for the reply.
    I know very little about Flash, or AS for that matter. Is there any way I could find a step-by-step way of following your guide?
    On my part, I opened Flash and clicked CTRL + R.
    I imported a PNG that looks like an "X".
    I then clicked F8, and chose the name XMark for my symbol, and checked "Export for ActionScript" and "Export in frame 1".
    I then clicked on File > New, and chose "ActionScript 3.0 Class". I typed the "Class name" as XMark.
    A window popped up with a default script (below).
    Here's where I got stuck: I have two tabs. One is my PNG in the form of a movie, and one the script window.
    What do I do here? (I guess I am asking, how do I "merge" the two tabs into one flash?)
    Also, do I cut and paste your script after the following, or should I delete the default script?:
    package  {
        public class XMark {
            public function XMark() {
                // constructor code
    Any help would be very much appreciated.

  • Removing Flash logo, RightClick Menu, and Resize Menu from a Flash Movie

    Hello,
    I am a new user of Adobe Flash Professional CS6 and Flash Player 11.2, I need to code the followings in the Action Panel:
    Removing RightClick Menu from the Stage.
    Removing the Flash Player Logo.
    Removing the Resize Menu e.g: Maximize, Manimize, etc.
    Please I need to apply these actions. If you can provide me with the code and if I will use package, class, etc
    Thanks..

    moccamaximum wrote:
    1.
    stage.addEventListener(MouseEvent.RIGHT_CLICK, doNothing);
           function doNothing(e:MouseEvent):void {
                //do nothing...
                trace(e.type);
    2. ResourceHacker can open up a windows-projector (exe) and allows you to replace the embedded icons
    3. the above mentioned program gives you also access to the menus and allows you to hide them
    Use ResourceHacker on the windows-projector exe generated with flash
    this comand
    stage.showDefaultContextMenu = false;
    does not remove the submenu, it leaves less options

  • I am loging in SAP. Initial screen come where it display User Menu and Sap

    Dear All,
    When i am loging in SAP. Initial screen come where it display User Menu and Sap Menu, but User menu is in active not showing but T code are executing then what object i have missed.
    can u help me?
    Thanks,
    Regards,
    Sachin

    Hi Sachin,
    It doesn't care if you're using SAP_ALL or any of those profile. That is not relevant. I had that case a few days ago, I'm not using any of those profiles and I made it work with help of one post.
    If you put the transactions in the tab "Menu" of the role in the PFCG, and if you activate parameters I mentioned in a prior post, then you should see the Menu.
    Tables SSM_CUST and USERS_SSM. The first is global and the other is user-especific.
    The link in one of the first post of this thread hace all the info.
    That should work, that worked in my case.
    What values the parameters have on those tables? The more the info the better.
    Updating the parameters on those tables should help. If still doesn't work then you should check another parameter using transaction RZ10 or report RSPARAM.
    If my info solves your problem, points are appreciated, if not, we will try...
    Jose

  • Right click context menu is not working in flash player 10 and above

    In right click custom context menu i have create like "A" if i click "A" i have attached one movie clip in that movie clip right click, i have custom context menu like "Remove A" this is working fine in flash player 9 and below. But flash player 10 and above fisrt "A" is working fine but in that movieclip clip right click "Remove A" is not working Please guide me regarding this issue.
    Thanks in Advance
    Surendran S

    The problem is that Google has an onmousedown attribute added to the links that modify a link if you click or right-click a result link to make the link point to a safe browsing check on the Google server.<br />
    You can see that if you hover a link and you will notice that after you have (right) click a link the the URL changes to www.google.com/url?xxxxx.
    You can use this bookmarklet to remove the onmousedown attributes.
    <pre><nowiki>javascript:(function(){var e=document.querySelectorAll('*[id="search"] a[onmousedown]'),E,i;for(i=0;E=e[i];i++){E.removeAttribute('onmousedown')}})()</nowiki></pre>

  • Classic: will not recharge; apple logo flashes every few seconds then fades away; have tried the 'reboot' advice i.e. move hold switch on and off, hold menu and center button, no success.  have tried this many times and kept connected for several hours.

    I have a classic, several years old.
    It will not recharge; the Apple logo flashes every few seconds then disappears. 
    I have tried the 'reboot' advice i.e. move the Hold switch on and off, hold the Menu and Center buttons, no success. 
    I have tried this many times and kept the ipod connected for several hours.  And I have tried two different cords, one connected to the desktop computer, one connected to electrical outlet.

    Hi enbridge4,
    If your iPod Classic won't charge or turn on, you may find the following articles helpful:
    Apple Support: iPod won't turn on
    http://support.apple.com/kb/ts1383
    Apple Support: iPod's battery doesn't charge
    http://support.apple.com/kb/ta44551
    Regards,
    - Brenden

  • Which table stores the IMG and User Menu information?

    Hi,
    Does anyone know which table stores the IMG and User menu information? I am looking for a table which stores the t.code and the respective menu path so that i can find the menu path for each t.code.
    Please help.

    Hi,
    If you are looking info related to area menu then use fm
      call function 'BMENU_MENU_TREE_GET'
        exporting
          menu_id        = p_menu
        tables
          menu_tree      = imenu_tree
        exceptions
          menu_not_found = 1
          others         = 2.
    aRs

  • User interaction on VI and subVI running simultaneously

    By using labview6.1 how can i create an application which hav some buttons on the vi (say parent VI) & on clicking on any of these buttons will pop another VI(say child VI) to execute.
    NOTE :: Any child VI's(subVI) "Diagram" is in a while loop i.e. it will not return and has to wait for the user interaction.
    PROBLEM :: Initially if i clicks on any button present on parent VI then
    the corresponding childVI pops up and start executing,thats fine...., but
    now if i clicks another button present on parent VI then the click event doesnt works i.e. one more child VI doen't comes up.
    The conclusion is that the Graphical user Interaction can be only on called
    SubVI(while in execution) but not on the main VI si
    multaneously.
    I hav searched examples for the similar kind of problem but didnt found any. Kindly help me for rectifying the above problem.

    You have partially answered the question yourself;
    "NOTE :: Any child VI's(subVI) "Diagram" is in a while loop i.e. it will not return and has to wait for the user interaction."
    The fact that the parent is halted until the sub-vi returns is in other words as it is supposed to be; it's data flow controlled execution...However you can put the sub-vi in another loop (that way only that loop will halt), or you can call it dynamically using an invoke node with the wait until finished set to false.
    MTO

  • Menu and Sub Menu in Flash

    I have discover dis site http://vista-buttons.com/
    It makes flash menus the way i want.
    It wourth 50€ for it or there is a better way to do menu and sub menu in flash ?
    Best Regards

    For the amount of time it would likely take you to create your own, it's up to you to decide whether or not it's worth the cost.  Just note that the cost varies based on your intended use of the product.  The non-commercial version is $50.

  • Automated cropping and resizing with user interaction

    Dear all,
    after hours of tests with batch processing and search in the internet maybe somebody of you can help me:
    I have roughly 3000 jpgs. in one folder (all different sizes and proportions), and I need all of them cropped to a specific proportion (width:height = 4:3) and then resized to a specific size (e.g. 800 x 600px). Batch processing can do a lot, but one critical step is not possible: As soon as one picture has been loaded into PS, I need a user interaction to determine the crop area freely (size and position) before the rest of the process (cropping, resizing and saving) can run automatically again.
    For example a picture of 2000 x 1000 px: The"crop window" lets me to choose an arbitrary area concering size and position (i.e.at 20px from the left, and 10 px from the top, size 1000 x 750 px = fixed aspect ratio  - and different for each picture), then the cropped area is resized to 800 x 600px, then it is saved.(Similar to the marquee tool with fixed aspect ratio)
    The crucial act is the interaction with the "proportional cropping". If the resizing is not possible in the first step, I coudl also do this with a second batch run myself.
    If somebody can help me, I would be very glad....
    Thanks a lot,
    Elmar Hartje

    This should give you the user resize then resize to 800x600.
    var doc=activeDocument;
    if(doc.width>doc.height){
    cropFourThreeRatio(true);
    doc.resizeImage(new UnitValue(800,'px'), undefined, undefined, ResampleMethod.BICUBIC);
    }else{
    cropFourThreeRatio(false);
    doc.resizeImage(undefined, new UnitValue(800,'px'), undefined, ResampleMethod.BICUBIC);
    function cropFourThreeRatio(landscape) {
    var startRulerUnits = app.preferences.rulerUnits;
    app.preferences.rulerUnits = Units.INCHES;
        var desc1 = new ActionDescriptor();
            var desc2 = new ActionDescriptor();
            desc2.putUnitDouble( charIDToTypeID('Top '), charIDToTypeID('#Rlt'), 0.000000 );
            desc2.putUnitDouble( charIDToTypeID('Left'), charIDToTypeID('#Rlt'), 0.000000 );
      if(landscape){
            desc2.putUnitDouble( charIDToTypeID('Btom'), charIDToTypeID('#Rlt'), 147.000000 );
            desc2.putUnitDouble( charIDToTypeID('Rght'), charIDToTypeID('#Rlt'), 195.750000 );
      }else{
       desc2.putUnitDouble( charIDToTypeID('Btom'), charIDToTypeID('#Rlt'), 127.500000 );
       desc2.putUnitDouble( charIDToTypeID('Rght'), charIDToTypeID('#Rlt'), 96.000000 );
        desc1.putObject( charIDToTypeID('T   '), charIDToTypeID('Rctn'), desc2 );
        desc1.putUnitDouble( charIDToTypeID('Angl'), charIDToTypeID('#Ang'), 0.000000 );
    if(landscape){
        desc1.putUnitDouble( charIDToTypeID('Wdth'), charIDToTypeID('#Rlt'), 288.000000 );
        desc1.putUnitDouble( charIDToTypeID('Hght'), charIDToTypeID('#Rlt'), 216.000000 );
    }else{
      desc1.putUnitDouble( charIDToTypeID('Wdth'), charIDToTypeID('#Rlt'), 216.000000 );
        desc1.putUnitDouble( charIDToTypeID('Hght'), charIDToTypeID('#Rlt'), 288.000000 );
        desc1.putUnitDouble( charIDToTypeID('Rslt'), charIDToTypeID('#Rsl'), 0.000000 );
    try{
        executeAction( charIDToTypeID('Crop'), desc1, DialogModes.ALL );
    }catch(e){app.preferences.rulerUnits = startRulerUnits;}
    app.preferences.rulerUnits = startRulerUnits;

  • Internet Explorer 11 - Emulation Document Mode and User Agent String Drop Down Menu Blank

    Hey
    I have a user who has a problem with Internet Explorer 11 where when you go to emulation mode using F12, the Document Mode and User Agent String Drop Down Menu are both blank. On our internal website its works correctly but on all other external websites
    they are both blank.
    I have had a look at the link below but this did not help as it would not recreate some of the registry keys.
    http://answers.microsoft.com/en-us/ie/forum/ie11-iewindows8_1/document-mode-and-user-agent-string-dropdowns/cd34d5f8-7839-4083-af55-05d49ba85190?rtAction=1387560713451
    Charlie

    Hi,
    Please include links to any websites that you are having issues with your questions.
    There are some known reasons why the documentMode dropdown appears blank...
    not all websites though should have the conditions for this.
    f12>Console tab, refresh the page to show suppressed error messages and warnings... (documentMode x-ua toggling is listed)...
    IE11 includes improvements for XSS... to link to internet sites from your intranets you need to add those sites (If you really, really trust them) to the Trusted Sites list.
    the developer console will list blocked xss requests.
    by default IE11 runs in EPM.... in the Internet Zone, while it is not switched on for the intranet zone....
    EPM only allows 64 bit Addons and ActiveX controls to run in the context of an IE tab...
    so its highly likely that one of your Addons is causing the issue.
    the first step in troubleshooting IE issues is to test in noAddons mode.
    Regards.
    Rob^_^

Maybe you are looking for