Actionscript 3.0 question

Hi, all
I absolutely do not know Actionscript 3.0 syntax and need to fix this FAST (of course).
I named my instance, and used this code snippet. It works:
thirtyYearFixed.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_3);
function fl_ClickToGoToWebPage_3(event:MouseEvent):void
    navigateToURL(new URLRequest("http://www.adobe.com"), "_blank");
this is the previous code, actionscript 2.0 which is pulling dynamic data from the xml:
on(release) {
    getURL(clickTAG + "?*", "_blank");
THE QUESTION:
how do I get it to link to the clickTAG, dynamic data (instead of http://www.adobe.com)
tia,
jarnot

Yup. Thanks! It works. This is what it looks like:
thirtyYearFixed.addEventListener (MouseEvent.CLICK, onClick);
fifteenYearFixed.addEventListener (MouseEvent.CLICK, onClick);
fiveOneArm.addEventListener (MouseEvent.CLICK, onClick);
seeMoreRates.addEventListener (MouseEvent.CLICK, onClick);
buttonMovie.addEventListener (MouseEvent.CLICK, onClick);
AL.addEventListener (MouseEvent.CLICK, onClick);
AK.addEventListener (MouseEvent.CLICK, onClick);
AZ.addEventListener (MouseEvent.CLICK, onClick);
AR.addEventListener (MouseEvent.CLICK, onClick);
CA.addEventListener (MouseEvent.CLICK, onClick);
CO.addEventListener (MouseEvent.CLICK, onClick);
CT.addEventListener (MouseEvent.CLICK, onClick);
DE.addEventListener (MouseEvent.CLICK, onClick);
FL.addEventListener (MouseEvent.CLICK, onClick);
GA.addEventListener (MouseEvent.CLICK, onClick);
HI.addEventListener (MouseEvent.CLICK, onClick);
ID.addEventListener (MouseEvent.CLICK, onClick);
IL.addEventListener (MouseEvent.CLICK, onClick);
IN.addEventListener (MouseEvent.CLICK, onClick);
IA.addEventListener (MouseEvent.CLICK, onClick);
KS.addEventListener (MouseEvent.CLICK, onClick);
KY.addEventListener (MouseEvent.CLICK, onClick);
LA.addEventListener (MouseEvent.CLICK, onClick);
ME.addEventListener (MouseEvent.CLICK, onClick);
MD.addEventListener (MouseEvent.CLICK, onClick);
MA.addEventListener (MouseEvent.CLICK, onClick);
MI.addEventListener (MouseEvent.CLICK, onClick);
MN.addEventListener (MouseEvent.CLICK, onClick);
MS.addEventListener (MouseEvent.CLICK, onClick);
MO.addEventListener (MouseEvent.CLICK, onClick);
MT.addEventListener (MouseEvent.CLICK, onClick);
NE.addEventListener (MouseEvent.CLICK, onClick);
NV.addEventListener (MouseEvent.CLICK, onClick);
NH.addEventListener (MouseEvent.CLICK, onClick);
NJ.addEventListener (MouseEvent.CLICK, onClick);
NM.addEventListener (MouseEvent.CLICK, onClick);
NY.addEventListener (MouseEvent.CLICK, onClick);
NC.addEventListener (MouseEvent.CLICK, onClick);
ND.addEventListener (MouseEvent.CLICK, onClick);
OH.addEventListener (MouseEvent.CLICK, onClick);
OK.addEventListener (MouseEvent.CLICK, onClick);
OR.addEventListener (MouseEvent.CLICK, onClick);
PA.addEventListener (MouseEvent.CLICK, onClick);
RI.addEventListener (MouseEvent.CLICK, onClick);
SC.addEventListener (MouseEvent.CLICK, onClick);
SD.addEventListener (MouseEvent.CLICK, onClick);
TN.addEventListener (MouseEvent.CLICK, onClick);
TX.addEventListener (MouseEvent.CLICK, onClick);
UT.addEventListener (MouseEvent.CLICK, onClick);
VT.addEventListener (MouseEvent.CLICK, onClick);
VA.addEventListener (MouseEvent.CLICK, onClick);
WA.addEventListener (MouseEvent.CLICK, onClick);
WV.addEventListener (MouseEvent.CLICK, onClick);
WI.addEventListener (MouseEvent.CLICK, onClick);
WY.addEventListener (MouseEvent.CLICK, onClick);
function onClick (evt:MouseEvent):void {
var clickTAG:String = loaderInfo.parameters.clickTAG;
     // Check for malicious code injections, only use URLs if they begin with http: or https:
     if ((clickTAG.substr(0, 5) == "http:") || (clickTAG.substr(0, 6) == "https:"))
              { navigateToURL(new URLRequest(clickTAG + "?" + evt.currentTarget.name), "_blank");

Similar Messages

  • ActionScript for stock question types?

    I need to create a question widget and would rather not reinvent the wheel.
    Is there any way to access the Action Script for the hotspot or multiple choice questions that come standard in Captivate.
    I think I only need slight modificationa to one of those do do what I want.
    Thanks

    The AS scripts for the stock question types can be found here: C:\Program Files\Adobe\Adobe Captivate 4\ActionScript\MMQuizzingV3\MMQuizClasses (or the directory where you installed Captivate).
    However the code is not in a "widget" form so you would still need to do quite a lot of work to get this into a widget.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Actionscript 3 Noob Question

    So I'm one of those guys who is trying to figure out a basic actionscript 3 problem that everyone has probably already asked a thousand times so bear with me.
    All I want to do is make my Flash Scene "aspen" redirect from from frame 298 to frame 7. In my "action" key frame I used to just write
    gotoAndPlay(7, "aspen");
    Apparently that won't work anymore. And I am not using a button. I just want to run a loop.
    Also if I wanted to jump to another scene "breckenridge" I used to just write
    gotoAndPlay(7, "brekenridge");
    How do I make this work? Thanks in advance for the help

    Ok, I have isolated the problem.
    Something in the actionscript on frame 150 makes the gotoAndPlay (7); on frame 298 fail.
    The following is the actionscript on frame 150
    aspen3.addEventListener(MouseEvent.CLICK, myButtonFunction6);
    function myButtonFunction6(event: MouseEvent) {
    var request:URLRequest = new URLRequest("acrobat/aspen.pdf");
    navigateToURL(request);
    reverse1.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler7);
    function mouseDownHandler7(event:MouseEvent):void {
    gotoAndPlay(7);
    forward1.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler8);
    function mouseDownHandler8(event:MouseEvent):void {
    gotoAndPlay(7);
    pause1.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler9);
    function mouseDownHandler9(event:MouseEvent):void {
    gotoAndStop(299);
    ok, when I test the movie the compiler errors reports one error
    Location
    aspen, Layer 'action', Frame 150, Line 1
    Description
    1120: Access of undefined property aspen3.
    I have a button on the stage and I have given it an instance name "aspen3"
    So why am I getting the error message?
    I have a mask layer on that button but that shouldn't be the problem because I have a mask on other buttons and they are working perfectly.

  • -keep-generated-actionscript Compiler Option Question

    I'm trying to learn how Actionscript works. I turned on the -keep-generated-actionscript compiler option so that I could see the generated actionscript for an ItemRenderer I'm creating.
    Should I:
    1. directly edit the generated file, or
    2. use the generated file as a reference for creation of my own ItemRenderer class file.
    I'm thinking the latter, right?
    all feedback appreciated!
    many thanks,
    Mark

    You can do either, but there are AS item renderers in the SDK that are
    better reference implementations.

  • Flash Professional ActionScript 3.0 question

    I have an image as a background for a movable object and I want to place "random" numbers in it.
    The user will then move the numbers (with the background image) around in the app.
    I have the drag and drop code working for an object but how do I "merge" the image with the text and move both at once?
    Thanks

    This is probably the wrong forum for this - you might get better answers in the Flash/ActionScript forum.
    But it sounds like you should put the bitmap image and number in a container object (Sprite or MovieClip), then let the container be the draggable object.

  • Flash Actionscript Photo Gallery question

    So basically im putting together a little flash website and i
    created a photo gallery and put it on a frame seperate from the
    others and i want a button on the first frame to take you
    automatically to the photo gallery. So i did and it worked. I also
    created a little x-out button on the photo gallery so that when you
    click it it takes you back to frame 1 [index]. And it also works
    except the large thumbnails in my gallery follow it home and then
    you just stuck with a big old unwanted picture on your homepage.
    This is the code i put into the frame of the photo gallery::
    Any Thoughts?

    execute images.removeMovieClip(); when your x-out button is
    clicked.

  • Inserting text from a variable in actionscript

    what is it called when you insert text from a variable in actionscript?

    Your question is not clear.  There is no specific name for the process of inserting text from a variable that I am aware of.
    If you have a dynamic textfield that you have assigned an instance name to, let's say you named it "tField", then to assign a variable called "aVar" to that textfield you would use:
    tField.text = aVar;

  • Unload and stop question

    I need to use the unload and stop method.  But  my actionscript code calls individual swf files which contain 1 video player  each. How would I add the unloadandstop methods into the  existing actionscript?
    First question, add this code to the main.swf that is calling the swfs with thre players correct?
    So far I would I add a second set of event listeners for this function, like this?
    home.addEventListener("click",afterClick);
    bio.addEventListener("click",afterClick);
    commercial.addEventListener("click",afterClick);
    films.addEventListener("click",afterClick);
    videomontage.addEventListener("click",afterClick);
    contact.addEventListener("click",afterClick);
    function afterClick(e:MouseEvent):void
       unloadAndStop(what goes here?);
    if so write separate functions for each swf being called? or call the same code
    the variable remove child calls below?
    ("swfs/" + event.target.name + ".swf");
    EXISTING CODE
    var Xpos:Number = 0;
    var Ypos:Number = 0;
    var swf:MovieClip;
    var loader:Loader = new Loader();
    var defaultSWF:URLRequest = new URLRequest("swfs/home.swf");
    loader.load(defaultSWF);
    loader.x = Xpos;
    loader.y = Ypos;
    addChild(loader);
    // Btns Universal function
    function btnClick(event:MouseEvent):void {
        removeChild(loader);
        var newSWFRequest:URLRequest = new URLRequest("swfs/" + event.target.name + ".swf");
        loader.load(newSWFRequest);
        loader.x = Xpos;
        loader.y = Ypos;
        addChild(loader);
    // Btn listeners
    home.addEventListener(MouseEvent.CLICK, btnClick);
    bio.addEventListener(MouseEvent.CLICK, btnClick);
    commercial.addEventListener(MouseEvent.CLICK, btnClick);
    films.addEventListener(MouseEvent.CLICK, btnClick);
    videomontage.addEventListener(MouseEvent.CLICK, btnClick);
    contact.addEventListener(MouseEvent.CLICK, btnClick);

    var Xpos:Number = 0;
    var Ypos:Number = 0;
    var swf:MovieClip;
    var loader:Loader = new Loader();
    var defaultSWF:URLRequest = new URLRequest("swfs/home.swf");
    loader.load(defaultSWF);
    loader.x = Xpos;
    loader.y = Ypos;
    addChild(loader);
    // Btns Universal function
    function btnClick(event:MouseEvent):void {
        if(loader.content){
    loader.unloadAndStop();
       removeChild(loader);
        var newSWFRequest:URLRequest = new URLRequest("swfs/" + event.target.name + ".swf");
        loader.load(newSWFRequest);
        loader.x = Xpos;
        loader.y = Ypos;
        addChild(loader);
    // Btn listeners
    home.addEventListener(MouseEvent.CLICK, btnClick);
    bio.addEventListener(MouseEvent.CLICK, btnClick);
    commercial.addEventListener(MouseEvent.CLICK, btnClick);
    films.addEventListener(MouseEvent.CLICK, btnClick);
    videomontage.addEventListener(MouseEvent.CLICK, btnClick);
    contact.addEventListener(MouseEvent.CLICK, btnClick);

  • Fade in/out on button click

    Hi, I'm new here and a beginner at Actionscript.
    My question is this:
    I want to make a photo gallery with smooth fade in and out. I
    can do this on Clip Events i.e.
    onClipEvent(enterFrame){
    for(i=0; i>=100; i++){
    myMovieClip._alpha = i;
    But I can't write a script that does it on an on(release) or
    hitTest.
    Any help?

    I recommend using Tween class instead of the
    onClipEvent(enterFrame) construct.
    Have a look at this nice tutorial on how to use the Tween
    class:
    http://www.kirupa.com/developer/actionscript/tween.htm
    In the tut it is used for animation, but can as well be used
    to modify the _alpha property of your MC

  • As3 and label childs

    hi, how to make what every child could have its own tag, but not the last one in xml?
    here is my code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Module xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns:tagfiles="*"
    layout="absolute" width="630" height="400" backgroundColor="#000000"
    creationComplete="init();">
    <mx:Style>
    @font-face {
    src:url("fonts/TAHOMA.TTF");
    fontFamily: Tahoma;
    fontWeight: normal;
    advancedAntiAliasing: true;
    .Labelrec
    font-family: Tahoma;
    fontSize:11;
    fontThickness: 200;
    ScrollBar
                    thumbSkin: Embed(source="img/scrool_thumb.png", scaleGridLeft="1", scaleGridTop="10", scaleGridRight="14", scaleGridBottom="43");
                    trackSkin: Embed(source="img/scroll_track.png", scaleGridLeft="1", scaleGridTop="22", scaleGridRight="16", scaleGridBottom="153");  
                    upArrowSkin: Embed(source="img/arrow_up.png");
                    downArrowSkin: Embed(source="img/arrow_down.png");
    </mx:Style>
    <mx:Fade alphaFrom="0" alphaTo="1" id="fin" />
    <mx:Script>
    <![CDATA[
    import mx.controls.*;
    import flash.events.Event;
    import flash.net.URLLoader;
    import mx.core.UIComponent;
    import mx.rpc.events.ResultEvent;
    import mx.rpc.http.HTTPService;
    import flash.events.MouseEvent;
    private var _node:Object;
    private var myXML:XML;
    private var myLoader:URLLoader;
    private var keyword:String;
    private var masyvas:Array;
    private var bb:VBox;
    private var holder:UIComponent;
    //private var _node:Object;
    public function init():void {
    fin.play([can]);
    fin.play([myVBox]);
    goTagGo();
    public function goTagGo():void {
    var service : HTTPService = new HTTPService();
    service.url = 'data/projektai.php';
           service.addEventListener(ResultEvent.RESULT, xmlLoaded);
          service.send();
    public function xmlLoaded(e:Event):void {
    trace("xml loaded");
    var result:* = HTTPService(e.target).lastResult;
    for each (var tag:Object in result.tags.tag )  {
    var mc = gimdom(tag);
    public function gimdom(node:Object):void {
    _node=node;
    var myButton:Label = new Label();
                myButton.htmlText = "<font color=\"#ae917c\">" + node.name + "</font>" +
                " <font color=\"#a0a0a0\">" + node.text + "</font>";
    myButton.mouseChildren = false;
    myButton.buttonMode = true;
    myButton.useHandCursor = true;
    myButton.width=500;
    myButton.id=node.idd;
    myVBox.addChild(myButton);
    keyword=node.name;
                this.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler);
    public function mouseUpHandler( e:MouseEvent ):void {
    Alert.show(this._node.text);
    public function mouse():void {
    Alert.show(this._node.text);
    ]]>
    </mx:Script>
       <mx:Canvas id="can" width="99.9%" height="100%" horizontalScrollPolicy="off">
       <mx:VBox id="myVBox" width="100%" height="100%" verticalScrollPolicy="off" y="5" x="5">
       </mx:VBox>
       </mx:Canvas>
    </mx:Module>
    function  "public function mouseUpHandler( e:MouseEvent ):void {
    Alert.show(this._node.text);
    }" gets last xlm tag

    Here's a copy/paste text that you can massage into your own
    personal style (maybe make it shorter, I'm too verbose), until
    people get used to the change :
    "That is an actionscript 3 related question, and this forum's
    focus is on actionscript 1 and 2.
    We now have separate forums for actionscript 1/2 (combined)
    topics and for actionscript 3 topics.
    What you should do:
    Please edit your post in this forum (so people know it has
    been re-posted) and re-post the question in the as3 forum, here:
    http://www.adobe.com/cfusion/webforums/forum/categories.cfm?catid=665
    Why?: By doing this, you will get:
    a) the attention of people more focused on your actionscript
    3 issue and
    b) it will help others looking for the answer to the same
    problem in the future as they will be more likely to find it as it
    will be in the correct place.
    Thanks, :-)"

  • Screed Against on(clipEvent)

    I am continually amazed at the number of people who are just
    now coming to Flash (or have only just started learning a bit of
    Actionscript) and post questions regarding
    on(someClipEventOrOther). I'm trying to understand who and/or what
    is guiding them to using this type of pre-Flash MX (6) style of
    coding.
    Flash 6 was released early in 2002 and introduced all the
    MovieClip.onSomeClipEventOrOther events. The benefits of being able
    to put all your code in one place (or at least in more controlled
    places) and not having to search around to make changes are truly
    amazing. Personally I haven't used the on(clipEvent) structure
    since 2002. And I suspect that most folks here who do a lot of
    development use it very sparingly if at all? Am I correct in this
    assumption?
    Personally I seldom answer questions that involve that kind
    of code because I just don't remember all the
    in-outs-and-little-tricky-bits about using it. Scoping issues, does
    the clip exist at the correct time, what is the path from it to
    other things on the stage, what is their code and properties, etc.
    It just gets too hard to debug and follow when it is so broken up.
    Or maybe it is just me?
    I'm just trying to start a community dialog about this and am
    wondering if there is someway we can encourage/lead new folks to
    not using that style of coding? Or does everyone think that it is a
    good thing?
    PS: I used to be crazy and rabid about the use of _root, and
    I would just like to point out that we don't seem to have so many
    questions that revolve around _root anymore, now do we? :)

    Find it best to tell people starting to learn, don't bother
    opening any books older than Moocks Flash MX, just throw them in
    the bin. Especially anything with "all new for Flash 4" in the
    title.
    Don't buy your books from a charity shop kids (even the cat
    protection league), theres plenty of better tutorials free on the
    internet.
    I Find people stop using "on(whateverEvent)" when they see
    how much easier it is to have all the timeline code in one place
    for themselves. Sometimes its best to learn the hard way.
    And Slides are the work of the devil.

  • XStream Serialization for AS3

    Hi All,
    There's an XML serialization API for Java called XStream.
    It's a nice, clean, easy-to-use, customizable tool for pushing xml
    data into and out of a java servlet.
    I'm about to write an ActionScript counterpart to read and
    write strongly type actionscript classes to the same format. This
    will provide seamless transfer of data between java and
    actionscript.
    My question to all of you is: has someone done this already,
    is there something else out there that's similar that I should be
    using instead, or at least modeling my solution on?
    I'd be happy to share my solution once it's done if anybody
    wants it.
    Tim

    RTFM please and don't guess. This is all described in the documentation.

  • Making new blank keyframes in the timeline

    There´s a way to do this with actionscript? The question
    is because i want to do this with 7000 items.
    sayeg

    hi kglad, thanks for your reply; well, i need to do this for
    prepare the movie, and then publish a simple video. the reason to
    do this is because i want to put another layer for a big label, and
    turn on or off this label in some cases. Ok, i have a long way to
    go with flash.
    Thank you.
    sayeg

  • Newbie questions on fms and actionscript 3

    Ok, like I said I'm a newbie, but I do understand the differance between ssas and as3. Not all, but all most everything I see written in SSAS can be writen into a external AS3 file. This leads me to quite a few questions I'm hoping you kind people can shed some light on for me.
    1)  What is the advantage of writing a SSAS file over an external AS3 file?
    2) Can I write an .asc file in AS3 or do I have to use AS1? Please understand I'm using tuts from fmsguru.com and the books "Learning Flash Media Server" (pdf) and "Programming Flash Communication Server". I'm not a javascript programmer so nothing I do in AS1 seems to make any sence while everything I do in AS3 does. It may not seem like it to you people that are programmers, but to those of us that aren't, AS1 and AS3 are miles apart.
    3) kind of off topic, but a security question. I'm not a "hacker" and don't like the jerks that are. My question is on external AS / SSAS files and swf files. When my fla is compiled into a swf does my external AS files remain external? I assume they do, but then what is the threat of the swf being decompiled? In most projects I would do I could care less if somebody had access to my fla as long as they don't have my actionscript files.
    I don't know. Maybe on questions one and two I'm getting confused becasue I'm using out dated material. Again I assume that even though fms was built off of the javascript engine it should be able to read and execute my AS3 file. Other wise what was the point of the evolution of actionscript into a fully functional programming language?
    Thanks for any help you might have...

    1) I did not get this question correcly - for that matter SSAS can only be in AS1 - so i dont see reason comparing them
    2) It has to be AS1
    3) if you doing "include" stuff - i think code would go into compiled swf and proper decompiler would give you the code.
    Last para - Server-side engine understands only AS1 so it wont be able to read and understand your AS3 file.

  • Some question about fade in // fade out by hideEffect and showEffect in Actionscript

    Some question about fade in // fade out by hideEffect and
    showEffect in Actionscript
    Please kindly take a look at the following page:
    http://camusmiu.no-ip.com/HounganQuestion/PictureHolderTest.html
    (can view source)
    I tried to make an image preloaded and scale the image to
    it's preferred size.
    When I came to consolidate the stuff into a component, I
    found the application goes weird as I implementation the show/hide
    effect.
    The third trial which just hide and show the images directly,
    instead of using viewstack, fail to bring the second image onto
    screen.
    It just used fadeOut instead of fadeIn(you see there is a
    flash of the second image)
    After some study of showEffect and hideEffect behaviour,
    seems the mechanism of hide/show a component works in this way:
    this._fadeIn:Fade = new Fade();
    this._fadeIn.alphaFrom = 0;
    this._fadeIn.alphaTo = 1;
    this._fadeIn.duration = 1000;
    this._fadeOut:Fade = new Fade();
    this._fadeOut.alphaFrom = 1;
    this._fadeOut.alphaTo = 0;
    this._fadeOut.duration = 1000;
    Component_A.visible = true;
    Component_A.setStyle("showEffect", this._fadeIn);
    Component_A.setStyle("hideEffect", this._fadeOut);
    then when I set Component_A.visible = false, the sequence
    works like following:
    Component_A.visible = true
    Component_A.visible = true, alpha = 100;
    Component_A.visible = true, alpha = 50;
    Component_A.visible = true, alpha = 0;
    Component_A.visible = false;
    The above sequence works visa versa as:
    Component_A.visible = false;
    Component_A.visible = true, alpha = 0;
    Component_A.visible = true, alpha = 50;
    Component_A.visible = true, alpha = 100;
    Component_A.visible = true;
    (Correct me if i am wrong)
    ========================================================================================== ====
    From what I observe from the application, I have two
    question.
    1) When more than one component using the this._fadeIn,
    this_fadeOut as the hide/show effects, the component in instance of
    this._fadeIn? will it mess out if more than one component using the
    fadeIn instance in the same time?
    2) from the third component, i.e. PictureHolder3, when I load
    other the picture , it fade out the new image instead of fading
    in... Seems there is problem if I hide show too frequent. I think
    when I hide then show right the way, the component only do the hide
    part...
    Can someone pls look into it and tell me what I did wrong?
    Cuz in normal practice I don't think appropriate to use ViewStack
    in Actionscript...

    Hello Jack,
    Currently, you can only import an swf file or you can embed videos from youtube, vimeo etc. into Muse / add HTML5 Video to Your Website.
    Take a look at these simple videos that explain the currently available processes for adding videos in Muse, in a step by step method:
    1. http://tv.adobe.com/watch/learn-adobe-muse-cc/inserting-a-youtube-flic kr-or-hulu-video/
    2. http://www.youtube.com/watch?v=5in4swnIFsw
    3. http://www.youtube.com/watch?v=KnBFLQheOk4
    Hope this helps.
    Cheers
    Parikshit

Maybe you are looking for

  • Best practice - applying Filters

    What's the best practice in terms of performance versus code reuse, when applying filters? Right now, I see 3 ways to specify a filter: 1. as a <mx:filter> or <s:filter> 2. in actionscript: var glowFilter:GlowFilter = new GlowFilter(); --OR-- 3. in S

  • Add user to Active directory using SAP ABAP

    Hi Experts, I am currently working on a security refractor project where we are planning on automating the user creation process in business object and Oracle Hyperion using GRC-BW. Our Hyperion user management is based on active directory/LDAP group

  • Manual billing

    Hi, Has anyone some experience with manual billing? Or can someone tell me where I can find some cookbooks about billing and invoice or manual billing in particular Here's the situation: period 01.01.2006 until 31.12.2006. Number of habitants is 3. 

  • How can I install my own plugin in iphone?

    Please, I need to install a plugin in my iphone in order to work through my own webpage online vi iphone. Could you help me? I have seen that you can install plugins if you have your Iphone jailbreaked, I don't wanna jailbreak my Iphone ... It is pos

  • My internet explorer is not loading any web pages.

    My internet explorer is not loading any web pages. Other browser rather than IE is working fine. Tried with reseting but it didn't work. Can anyone help me for this.Thanks