Symols

how to get the symbols on pushbuttons in selection-screen?

Steal from <b>Rich Heilman</b> -:P Sorry Rich -;)
report zrich_0001.
type-pools: icon.
data: switch.
selection-screen begin of block b1 with frame title text-001.
selection-screen pushbutton 5(20) gocfg user-command gocfg.
selection-screen end of block b1.
start-of-selection.
at selection-screen output.
if switch = 'X'.
clear switch.
* Write pushbutton text
  write icon_red_light as icon to gocfg.
  concatenate gocfg 'Red Light' into gocfg
              separated by space.
else.
switch =
'X'.
  write icon_Green_light as icon to gocfg.
  concatenate gocfg 'Green Light' into gocfg
              separated by space.
endif.
Greetings,
Blag.

Similar Messages

  • What is field symols

    hiiiii friends..
    i m new to this website...
    plz do help to grow in this abap field..
    what is field symbols and use of this ??
    diffrence between hide and get cursor in the interactive report..

    Field Symbols:
    Field symbols are placeholders or symbolic names for other fields. They do not physically reserve space for a field, but point to its contents. A field symbol cam point to any data object. The data object to which a field symbol points is assigned to it after it has been declared in the program.
    Ex:-
      DATA: wa(10) VALUE '0123456789'.
    DATA: BEGIN OF line1,
             col1(3),
             col2(2),
             col3(5),
          END OF line1.
    DATA: BEGIN OF line2,
             col1(2),
             col2 LIKE sy-datum,
          END OF line2.
    FIELD-SYMBOLS: <f1> STRUCTURE line1 DEFAULT wa,
                   <f2> STRUCTURE line2 DEFAULT wa.
    WRITE: / <f1>-col1, <f1>-col2, <f1>-col3,
           / <f2>-col1, <f2>-col2.
    HIDE:
    The HIDE statement is one of the fundamental statements for interactive reporting. You use the HIDE technique when creating a basic list. It defines the information that can be passed to subsequent detail lists.
    Ex: See demo_list_read_line  Program in SE38
    GET CURSOR:
    Use the statements GET CURSOR FIELD and GET CURSOR LINE to pass the output field or output line on which the cursor was positioned during the interactive event to the ABAP program.
    Ex:
      See SAPMZTST Program in SE38.
    Plz Reward if help,
    Mahi.

  • Logic board symol?

    Hi there!
    I was told by a seller in German store that Rev.E solves the whine and heat problems.
    I'll have it replaced in Poland to logic board with symbol: 661-4044.
    What does it mean? Is it the newest one?
    Thanks
    Adam M

    Don't worry,
    I don't think anyone's English is good enough to understand what he wrote. It seems like he's being a bit of a jerk - as they say in American and if he was any sort of man he'd apologise. He's just making fun of the fact that you are not a native English speaker, but you should see and hear some of the horrible things they do to the English language in America so I wouldn't worry about it or him.
    Your original post was fine and quite understandable. Sorry I can't answer your question about the latest logic board revision, but hopefully it will be the latest and best.
    Best of luck.

  • Which table i will  get the  status of the User decision Result status

    Hi Experts
    Which table i will  get the  status of the User decision Result status
    (eg : Inspection completion forced )
    This i can see in QA33

    Hi jag
    Ok fine actually it is not storing in any table...these r all text symols...if u see this program MQEVAF22...U EILL GET SOME IDEA
    CALL FUNCTION 'QAST_STATUS_CHECK'
           EXPORTING
                I_OBJNR          = QALS-OBJNR
                I_STATUS         = C_STATUS_PAKO
           EXCEPTIONS
                STATUS_NOT_ACTIV = 01.
      IF SY-SUBRC NE C_RC01.
        MOVE C_KREUZ TO L_STAT_PAKO.
      ELSE.
        CLEAR L_STAT_PAKO.
      ENDIF.
    Prüfen, ob Los bestandsrelevant ist
      MOVE RQEVA-STAT_BERF TO L_STAT_BERF.
    Prüfen, ob Los auf SKIP sitzt
      CALL FUNCTION 'QAST_STATUS_CHECK'
           EXPORTING
                I_OBJNR          = QALS-OBJNR
                I_STATUS         = C_STATUS_SKIP
           EXCEPTIONS
                STATUS_NOT_ACTIV = 01.
      IF SY-SUBRC NE C_RC01.
        MOVE C_KREUZ TO L_STAT_SKIP.
      ELSE.
        CLEAR L_STAT_SKIP.
      ENDIF.
      IF QALS-STAT35 >< C_KREUZ.
    VE noch nicht getroffen !
        IF     ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 )
           AND QALS-STAT13     = C_PPKTTYP-PHPR
           AND G_ANZAHL_PPKT_LOEVM > CI_0.
    Es wurden physische Proben storniert !              PRIORITÄT 1A
            MOVE TEXT-I17 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I17'.
        ELSEIF ( QALS-STAT14 = C_KREUZ AND QALS-OFFENNLZMK > CI_0 )
          OR ( L_STAT_PAKO = C_KREUZ
               AND ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 ) ).
    Prüfung wurde abgebrochen !                         PRIORITÄT 1
          MOVE TEXT-I04 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I04'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF G_ANZ_RUECK_MK > 0.
    Es wurden Merkmale rückgewiesen  !                  PRIORITÄT 2
          MOVE TEXT-I01 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I01'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 .
          IF QALS-OFFENNLZMK > CI_0.
    Es sind nicht alle Merkmale abgeschlossen !         PRIORITÄT 3
            MOVE TEXT-I02 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I02'.
          ELSEIF QALS-OFFEN_LZMK > CI_0.
            MOVE TEXT-I05 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I05'.
          ENDIF.
        ELSEIF QALS-WERK NE QALS-WERKVORG.
        Prüflosmenge wurde umgelagert auf anderes Werk   Priorität 4
          MOVE TEXT-I16 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I16'.
        ELSEIF QALS-LMENGEIST > QALS-LOSMENGE.
        Istmenge im Los größer als Losmenge!             Priorität 5
          MOVE TEXT-I15 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I15'.
        ELSEIF L_STAT_SKIP    = C_KREUZ.
    Prüfverzicht: Los ist geskippt !                    PRIORITÄT 6
          MOVE TEXT-I03 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I03'.
        ENDIF.
      ELSE.
    VE getroffen bzw. eingetragen
       IF     ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 )
           AND QALS-STAT13     = C_PPKTTYP-PHPR
           AND G_ANZAHL_PPKT_LOEVM > CI_0.
    Es wurden physische Proben storniert !              PRIORITÄT 1A
            MOVE TEXT-I17 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I17'.
        ELSEIF ( QALS-STAT14 = C_KREUZ AND QALS-OFFENNLZMK > CI_0 )
          OR ( L_STAT_PAKO = C_KREUZ
              AND ( QALS-OFFENNLZMK > CI_0  OR QALS-OFFEN_LZMK > CI_0 ) ).
    Prüfung wurde abgebrochen !                         PRIORITÄT 1
          MOVE TEXT-I04 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I04'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF L_STAT_PAKO EQ SPACE
           AND ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 ).
    Es sind noch Langzeitmerkmale zu bearbeiten !       PRIORITÄT 2
          MOVE TEXT-I05 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I05'.
        ELSEIF L_STAT_BERF = C_KREUZ AND QALS-STAT34 EQ SPACE.
    Los ist bestandsmäßig noch nicht entlastet !        PRIORITÄT 3
          MOVE TEXT-I06 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I06'.
        ELSEIF QALS-WERK NE QALS-WERKVORG.
        Prüflosmenge wurde umgelagert auf anderes Werk   Priorität 4
          MOVE TEXT-I16 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I16'.
        ELSEIF QALS-LMENGEIST > QALS-LOSMENGE.
        Istmenge im Los größer als Losmenge!             Priorität 5
          MOVE TEXT-I15 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I15'.
        ELSEIF L_STAT_SKIP = C_KREUZ.
    Prüfverzicht: Los ist geskippt !                    PRIORITÄT 6
          MOVE TEXT-I03 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I03'.
        ENDIF.
      ENDIF.

  • Use of MIN with text data

    I am not familiar with using MIN with text data as in the sample below and could use some help in deciphering what it is doing. This SELECT statement is taken from a larger CREATE OR REPLACE VIEW statement. The first line of the WHERE clause is making the connection to look at the correct user's information. The section after the first AND is what I am trying to interpret correctly. I have moved into a new position and wasn't around when this view was created. The statement is designed to assign the correct DOMAIN_ID to each user based on values in the elms.elms_dom_lkup table ed. This table consists of 4 columns: DOMAIN_ID, PROC_LVL, LOCATION, AND POSITION. The DOMAIN_ID is the only field that is not nullable. The primary key for the table is a combination of the 4 columns. The section after the first AND matches the PROC_LVL from the ed (lookup table) to the PROCESS_LEVEL in the cd (reference table) and confirms the process level is associated with the users primary position. It then looks for one of three conditions:
    1. process levels match and LOCATION and POSITION are NULL
    2. process levels match and LOCATION matches user's location in a reference table
    3. PROC_LVL is NULL and POSITION matches user's position in a reference table
    (SELECT MIN (domain_id)
    FROM elms.elms_dom_lkup ed, mici.const_dept cd
    WHERE c.constituent_id = cd.constituent_id
    AND ( (ed.proc_lvl = cd.process_level AND cd.pos_level = 1
    AND ( (ed.location IS NULL AND ed.position IS NULL)
    OR (LOWER (ed.location) = LOWER (loc.campus))))
    OR (LOWER (ed.position) = LOWER (c.job_desc)
    AND ed.proc_lvl IS NULL))), /*Domain ID*/
    My question revolves around the priority on those matches. The ed table is not organized in any manor. The records are in the order they were entered. Does the MIN in the SELECT statement cause the DOMAIN_ID

    Hi,
    Welcome to the forum!
    If v is a string column (such as a VARCHAR2), then MIN (v) is the first string in collating order (that is, alphabetic order, but with numbers and punctuation symols given particular values in the ordering).
    It lookw like the code fragment you posted is a Scalar Sub-Query , that is, a sub-query used where an expression is exprected. For example, in a query like this:
    SELECT  *
    FROM    scott.emp
    WHERE   sal     > 1200
    ;You can replace the literal 1200 with any kind of numeric expression, even
    SELECT  *
    FROM    scott.emp
    WHERE   sal     > (     --Begin scalar sub-query
                    SELECT  AVG (sal)
                    FROM    scott.emp
                )     -- End scalar sub-query
    ;You have to be careful that a sclar sub-query produces exactly one column, and either 0 or 1 rows. You'll get a run-time error if the sub-query ever produces 2 or more rows.
    People sometimes use MIN in situations like yours when the sub-query might otherwise return 2 or more rows, and either:
    (a) all the non-NULL rows will contain the same domain_id, or
    (b) it doesn't matter which domain_id is used, just so long as it is one that actually exists in the result set.
    842436 wrote:
    My question revolves around the priority on those matches. The ed table is not organized in any manor. The records are in the order they were entered. Does the MIN in the SELECT statement cause the DOMAIN_IDSorry, I don't understand exactly what you're asking.
    Rows in a relational table are never in any intrensic order.
    It looks like the question got cut off. Does the MIN in the SELECT statement cause the DOMAIN_ID to do what?
    Edited by: Frank Kulash on Mar 7, 2011 3:01 PM
    I see you corrected your first post.
    842436 wrote:
    ... My question is does the MIN in the SELECT statement cause the DOMAIN_ID from the first record that meets any of the 3 conditions to be returned?Yes, it makes the sub-0query return the first domain_id ( in alphabetic order ) that meets all the conditions. If there are 1,000 rows that meet all the conditions, the query will ind all 1,000 of them, keeping track iof which one is first in alphabetic order. Remember that
    '127.255.255.0' is less than
    '25.0.0.0' in alphabetic order, because '1' is less that '2'.

  • What does this symbol mean? and Bluetooth help!

    Hi everybody. I recently installed the Nokia Advanced Bluetooth Car Kit, and today it kept failing to auto connect so I had to manually connect it everytime I got in my car.
    Why has this started to happen today, and how can I get it back to automatically connecting.
    Also, a weird symbol keeps coming up as it tries (and fails) to connect.
    See following webpage for a picture.
    Go to item 15, and look at the screen shot of the inside display. The icon that comes up is the one above the time, next to USB icon.
    http://3lib.ukonline.co.uk/tips9300.htm
    Thanks in advance.
    Ian

    Hi
    I seem to recall that the symol to the left is one that comes up when connected to a PC.
    Can't try it at the moment to confirm.
    If problem has just started, you may want to see if profile settings are different, is b'uetooth on etc or even reboot phone (switch off remove / replace battery?)
    Have you searched other part of this forum for car kit options, as this may have a clue for similar issues on other phones.
    Rich

  • ADF Faces - ConvertNumber, aligning in table column

    Is there a way in ADF Faces to display a table with a column of currency figures, with possible trailing sign for negatives, aligned on the decimal point? With a total at the bottom? These seem like such elementary requirements, but I can find no reference to them in the documentation. ConvertNumber javadocs mentions a pattern property, but no details of what constitutes a pattern.
    Any help gratefully received.

    Hi,
    drag and drop the ConvertNumber component and double click on it in the StructureWindow of the page (strl+shift+s). This brings up a dialog that provides help when moving the mouse over the labels
    As a pattern try e.g. 0000.00
    The currency can be specified in the last field as the type. The symol can be expressed as a character $ or in ISO format USD
    There is no native component to compute the total, but since the table shows the values in page ranges, you can add a output field and compute this information in a backing bean
    Frank

  • Report Template Layout Editing

    Hi all,
    I have few questions to check with you with regards to the report creation process.
    I read on the SAP help portal and it states the report creation process.
    Step 1 u2013 Create Report template (i.e. using CG42)
    Step 2 u2013 Edit the report layout
    I am stuck on this step as the explanation on this report template layout editing is very confusing.
    Two Questions:
    1 u2013 Do you have any documentation or any website (i.e. other than SAP help portal) that explain the step by step with screenshot on how to edit the report template layout? if you have the document can you send to me using my profile address?
    2 u2013 If I want to import a report template (i.e. a report template that had already went through all the editing process), how to import it into the SAP, what steps and what transaction codes is used for this step?
    Thanks
    Karen.

    Hi Karen,
    Q) What is difference between T.code CG3Z & T.Code to CG34? I bet the one that allow me to import the report template is CG34?
    Ans: e.g. you file has saved on Desktop. so first step is to upload the file from Deskop to Application Server which is CG3Z
    and once it is uploaded to Application Server ( Directories), you can import the template from Application Server ( Directories) to Libraries with the help of CG34.
    CG34 can only import from Directories and not from the Desktop. so both the T.code must be used in sequential manner.
    Q) How do I drag and drop those symbol into the Microsoft word sheet on the right screen?
    Ans: once you open the CG42. here select the Symol Tree which is nothing but the Property Tree of Specification Workbench.
    selec the appropriate Value Assignment and Characterstic and then Below to that that is Buttion  "Insert WWI Object in Template" ( + Symbol in Green Colour) , click that Button to Addd it to template. then add the Main Repeating Group i.e. Value Assignment Name the again click on "Insert WWI Object in Template" to add the same to Templates.
    Q) After I had imported an external report template into the SAP, how to open it up in the SAP in order to allow me to view it or to edit it?
    Ans: See once the ready made template is imported the you can directly assing that template to Generation Variant in CG2B.
    If I have statisfied your queries, please grant me the points.
    Regards,
    Amol Joshi

  • TweenMax a  Child symbol

    Hello everybody,
    this is my last try, then I will return to a brave tweening Designer.
    I asked a few times ago, but unforunately no solution at the end:
    I placed a symol on stage with a trigger at the first frame:
    sym.stop();
    var eins = sym.createChildSymbol("eins", "Stage");
    eins.getSymbolElement().css({
              'position': 'absolute',
              'left': 100,
              'top': 0
    Now I know (thank you BigMucho) that I can move the symbol with te following code:
    var eins = sym.createChildSymbol("eins", "Stage");
    var moveEins = eins.getSymbolElement();
    TweenMax.set(moveEins, {position:'absolute', left:100, top:0});
    TweenMax.to(moveEins, 2, {y:120, scale:1, opacity:1, delay:0, ease:Expo.easeOut});
    Whith this code I placed the symbol from the library and move it in one step.
    But I want to move the symbol (eins) which is already placed on the stage (with a trigger),
    whith a button afterwards.
    For better anderstanding:
    http://go-motion.net//upload/examples/04/test.zip
    Maybe there is someone, who can imagine what I want.
    Greetings form germany
    Oliver

    Hi, Oliver-
    Here's your project that has animations done using jQuery animate().  I know this isn't quite what you're looking for, but your TweenMax library isn't loaded in your project.  For more information on how to get this included, check out this forum post:
    http://forums.adobe.com/message/5092621#5092621
    If you're dynamically loading your symbol element, you're going to need to save the reference somewhere and then refer to it later.  You can at least see what I did using your project files here:
    https://creative.adobe.com/share/edac5fb5-7f14-448c-9f3f-b13fbc774ad5
    As you can see, what I did was to save a variable with the symbol instance reference, and then when I wanted to use it later, loaded the variable into the current scope, then grabbed the DOM by using getSymbolElement().
    Hopefully this points you in the right direction.
    Thanks,
    -Elaine

  • Delete child symbol from stage

    Hi All,
    I need help deleting a symbol from the stage.  I have a list of symbols that are called to the stage at some point in a simulation. When the user leaves one symbol, it is supposed to delete itself and call up another (specific) symol.  For example.  I called the symbol “AR-HistAims” to the stage using
    var mySymbolObject = sym.createChildSymbol("AR-HistAims", "Stage");
                mySymbolObject.getSymbolElement().css({'position':'absolute','left': (mouseX - offset.left)/sx , 'top': (mouseY - offset.top)/sy});
                mySymbolObject.play();
    This works fine.  I place an invisible button in the symbols timeline and when it is clicked I want it to do two things. 
    call up “AR-percPass” (using the same code as above with a percPass in place of HistAims)
    remove “AR-HistAims” from the stage. 
    I can’t seem to get #2 to work.  I’ve tried codes below and above the code for #1.  When placed above, it deletes the current symbol, but doesn’t call up the new one.  When placed below, the new symbol appears on top of the old one.  The codes I've used are:
                var childSymbols=sym.getComposition().getSymbols("AR-HistAims");
                for(var i=0; i<childSymbols.length; i++)
                childSymbols[i].deleteSymbol();
    //and
                var mySymbolObject = sym.getParentSymbol().getSymbol("mySymbol").getVariable("AR-HistAims");
                stage.deleteSymbol();
    //and
    sym.getParentSymbol().deleteSymbol();
    Any advice would be appreciated.
    Thanks
    Randy

    Hi Randy,
    There are a few corrections you need to make in index_edgeAction.js file like as follows:
    1. In click handler, you don't have access to  mouseX, offset, sx, sy etc.
         mySymbolObject.getSymbolElement().css({'position':'absolute','left': (mouseX - offset.left)/sx , 'top': (mouseY - offset.top)/sy});
         So, make it like this:
         mySymbolObject.getSymbolElement().css({'position':'absolute','left': 0 , 'top': 0});
         Make these kind of changes for every click handler where you have used mouseX, offset, sx, sy etc, with appropriate left and top values.
    2. Just search for sym.getSymbolElement().deleteSymbol(); and replace it with sym.deleteSymbol();
    3. Comment out line#1366  having statement sym.deleteSymbol ();
    4. Search for sym.getSymbol(home).deleteSymbol(); and replace all such occurences with sym.getSymbol("home").deleteSymbol();
    With the above changes, things will work.
    hth,
    Vivekuma

  • How to use CONVERSION_EXIT_EXCRT_OUTPUT

    I am trying to use this FM because the table is storing negative values.    The value it returns is no a number.  I pass in -1.96 and it brings back "/"  what is it doing and am i using the correct FM?

    Hi
    This Fun module is returning you the Exchange rate(conversion factor) for a currency
    The exchange rates(conversion factors) are generally stored like that with symol '/'
    means the division indicator.
    '/23.5' means the value divided by the factor
    and in the field calculations it will be taken care automatically.
    itab-netwr = itab-netwr * (conversion_factor).
    Reward points for useful Answers
    Regards
    Anji

  • How to remove Emoji keyboard from Add New Keyboard?

    I already remove the App ... but the keyboard still work and some symbol stay together  .. they change into faces .. dose anyone know how to completely remove this keyboard??? remove it from Add New Keyboard...

    I think you are missing the point here. There is no known problem with the keyboard and it's functionality on the iPhone. You do not need to remove the keyboard to fix it. I have it installed and use it, it does not make symols appear when using other English keyboards. If you are seeing symbols entered unintentionally there is a problem with your iPhone's software. To see symbols you must add the Emoji keyboard to the keyboard list. Even then you must select this keyboard when typing a message and physically select the icon you want. It may be possible if you have a different keyboard selected, other  than US English, that has some built in short cuts for symbol. The US English keyboard does not. 
    If you jailbroke and modified the iPhone's software in any way it may have messed up the keyboards functionality. I suppose any app you installed to enhance keyboard function may have effect it, but I don't believe Apple would allow it intentionally. Any chat app you use may come with it's own keyboard, changing the system keyboards will probably not fix them. Restore will fix any software issues the iPhone may have although if caused by an app it may come back when it is installed. Restore will erase media files which are not included in the iPhone backup files.
    Discussing jailbreak procedures of iPhones here is prohibited and I do not recommend it to fix any issue. I only mention it since some people have problems with iPod/iPhones after they have jailbroke them but fail to mention it in their initial post. It gets futile trying to help someone with a very rare issue such as this and after many attempts to fix it you are told the iPhone is jailbroke which caused the problem.
    Again the best fix here is to Restore it back to a clean iOS install using a back up. If it still does it Restore it as new and add apps till you see the problem appear.

  • Bluetooth not being found

    Hey I just had my harddrive replaced at the apple store because it was failing in my MBP. When I started it up the bluetooth symol had a line through it and it says bluetooth not available. Its not in my system preferances either. I restarted the PRAM and all regular diagnostic things you should do. Anyone have any suggestions?

    Sounds like they left a wire or two loose, best call the store and see what they say ...

  • Please refund my subscription

    I purchased this subscription on August 7 for converting a pdf file (scientific paper produced by Latex) and I was very disappointing that the translation provided was a serie of graphic symols, but not at all the text I would lioke to get.
    I ask a question concerning the problem on August 7 on the ExportPDF forum, and despite a few views (48) of my question, I did not receive any answer, even from the Adobe staff. I thus consider that my problem cannot be solved with ExportPDF. I have to find another solution and I would like to be refunded for the unuseful subscription. 
    Waiting for the refund.

    Le 20/08/2014 00:08, Sara.Forsberg a écrit :
    Dear Sarah,
    Thank you for your help.
    Best,
    Christian
    >
          Please refund my subscription
    created by Sara.Forsberg
    <https://forums.adobe.com/people/Sara.Forsberg> in /Adobe ExportPDF/ -
    View the full discussion
    <https://forums.adobe.com/message/6656157#6656157>

  • How to add flash intro into website

    I have a custom flash intro and I do not know how to add it to my website and then make it redirect to my site. I have asked numerous people but none seem to explain the steps.  Im fairly new at this so guidance would be great.  Thanks in advance!

    hmm...
    Ok here's what I would do.
    Ito make a simple "button" on the current flash project, create a new layer or select a symol in a layer to use as the anchor. Hit window -> actions and it should bring up an actions frame. In that frame put this.....
    on(release){
    getURL("INSERT YOUR FULL URL HERE");
    and that "should" do it for a button.  I've gotta do some digging for you on an auto-loader though. Someone else might be able to help out there.
    In Adobe Flash - go to file -> publish -> settings and make sure you are publsihgin the movie itself, but also publish an html file.  This will create a file with the movie embedded into it.It'll probably put it in a new folder inside the folder that you are saving the current file to.
    now, on your server - move the .html file AND the .swf into the root of your directory. Rename the .html file to something simple like test.html or whatever, and point your FF browser to that file and see if it works correctly.
    If it is all working correctly, rename your old index.html to something like index_2.html (or whatever the inserted URL from above is) and rename the file that flash published as index.html.  Now target your domain name and it should work!
    if you want to post a link to your swf file I can see if it works here.

Maybe you are looking for