How to load text without a variable

As far as i know in AS2 to load a text i need to define a
variable in text like:
text=this is the text displayed.
right now i have to display a text verision of a website
which i cant put a variable like "text=" into it, im wondering is
there anyway to load text in AS2 without using a variable? because
in AS3 you can use the URLLoader.
Andrei1 pointed out that getURL might work, does anyone know?
thanks a lot

yay it works, some what, errm, right now im getting errors
when i publish anything with actionscript 2.0
the errors are :
BitmapData.as
lines 7,16, 26, 27, 28, 31, 41, 43, 45, 46, 53, 63, 76, 83
line 7:unable to add 'flash.geom.Rectangle' [my flash is in
another language so i translated this]
the rest of the lines are: unable to add 'Rectangle'
Transform.as:
line 15:unable to add 'flash.geom.Rectangle'
Movieclip.as:
line 36:unable to add 'flash.geom.Rectangle'
the code is working but the text box is weird here is a
screenshot:
http://img512.imageshack.us/img512/8532/loaderha4.jpg
and i have to select the text and drag to the right to see
the rest of the text.
I think this is something to do with the errors? because i
can't add Rectangle? or its the text box needs more
tweaking?

Similar Messages

  • How to load text file data to Oracle Database table?

    By using Oracle Forms, how to load text file data to Oracle Database table?

    Metalink note 33247.1 explains how to use text_io as suggested by Robin to read the file into a Multi-Row block. However, that article was written for forms 4.5 and uses CREATE_RECORD in a loop. There was another article, 91513.1 describing the more elegant method of 'querying' the file into the block by transactional triggers. Unfortunately this more recent article has disappeared without trace and Oracle deny its existence. I know it existed as I have a printed copy in front of me, and very useful it is too.

  • How to load text files in GUI

    plz tell me .. how to load and compare two text files using file popup's . example file i have attached..
    Attachments:
    testW_FF.txt ‏2 KB

    I don't understand whether your question is on how to load text files or how to show them on a panel or how to compare them... or all aspects together!
    The first operation (loading the file) can be accomplished with functions included in the Formatting and I/O Library like OpenFile, ReadFile and so on; with a file like yours even FileToArray could be an option.
    How to show the data on screen is heavily dependent on what you intend to do with them: data can be shown in textboxes, listboxes, tables or graphs so... what do you want to do?
    The same applies with comparison: without additional details is difficult to give you the proper hint.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • How to load text data in BI 7

    How to load text data in BI 7

    Hi Mark.
    You can load text like you load the data to Master data attributes.
    The flat file format foe text  is like 'EN', 'MAT001', 'MATERIAL1'.
    Cheers
    Sunil

  • How to load text data into internal table

    I have a text file to load txt data into internal table. So how to read text data with validation and to load all text data into the internal table?
    Say this is the text file:
    IO_NAME, IO_TYPE, IO_SHTXT, IO_LONGTEXT, DATATYPE, DATA LENGTH
    ZIO_TEST1, CHA,      IO TEST1,      IO TEST 1,        CHAR,         20
    ZIO_TEST2, CHA,      IO TEST2,      IO TEST 2,        CHAR,         20
    Regards,
    Mau

    Hi,
    U can use GUI_UPLOAD for this...
    Declare an internal table like
    data: begin of itab occurs 0,
    string(1200),
    end of itab.
    check the sample code:
    cange as you need
    DATA: DATEI_PC TYPE STRING VALUE 'C:\MATNR.TXT'.
    DATA: BEGIN OF ITAB occurs 0,
    TXT(1024),
    END OF ITAB.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD
    EXPORTING
    FILENAME = DATEI_PC
    FILETYPE = 'ASC'
    CHANGING
    DATA_TAB = ITAB[]
    EXCEPTIONS
    FILE_OPEN_ERROR = 1
    FILE_READ_ERROR = 2
    NO_BATCH = 3
    GUI_REFUSE_FILETRANSFER = 4
    INVALID_TYPE = 5
    NO_AUTHORITY = 6
    UNKNOWN_ERROR = 7
    BAD_DATA_FORMAT = 8
    HEADER_NOT_ALLOWED = 9
    SEPARATOR_NOT_ALLOWED = 10
    HEADER_TOO_LONG = 11
    UNKNOWN_DP_ERROR = 12
    ACCESS_DENIED = 13
    DP_OUT_OF_MEMORY = 14
    DISK_FULL = 15
    DP_TIMEOUT = 16
    NOT_SUPPORTED_BY_GUI = 17
    ERROR_NO_GUI = 18
    OTHERS = 19.
    IF SY-SUBRC NE 0. WRITE: / 'Error in Uploading'. STOP. ENDIF.
    WRITE: / 'UPLOAD:'.
    LOOP AT ITAB. WRITE: / ITAB-TXT. ENDLOOP.

  • Cannot Load Text Without Cheking the (With Master Data option)

    Hi,
    Suppose I want to create a Characteristic Infoobject, that will have only <b>text</b> but no attributes or hierarchies.
    For that in the Master data/texts tab of the Infoobject definition I checked the WITH TEXTS option but unchecked the WITH MASTER DATA option.
    But when I was trying to load the text to the infoobject it was not giving an error. But when I checked the WITH MASTER DATA option I was able to load the text.
    Can any one say why this happens, that though we do not want to load attributes, we have to check the with master data option for loading texts only.
    Thanks in advance.

    Can You tell us the error description..
    You donot need to check the master data option..
    Texts can be loaded without checking that option..
    If you tell us the error message we would be able to help you identify the real cause..
    Check for error log in SM37 or ST22
    ashish

  • How to load text in div

    Hi. I am relatively new to DW and I am trying to find a simple solution to this issue. I have 2 situations in which I need to load text:
    1) I have 2 side by side div tags. The left will have links, that when clicked, I need an image to show in the right div. How can I do that?
    2) I need to load text via a text document to a div on the site. How do I code to "get text" from the doc on my ftp?
    I appreciate any advice you can offer.

    1) I have 2 side by side div tags. The left will have links, that when clicked, I need an image to show in the right div. How can I do that?
    2) I need to load text via a text document to a div on the site. How do I code to "get text" from the doc on my ftp?
    I appreciate any advice you can offer.
    For the first, you can use a 'disjoint' rollover technique.  Clicking on the link will swap an image that is present anywhere else on the page with a new incoming image.  You need to have a 'static' or holding image there already to hold that location for the incoming image.  You do this exactly the same way as you do a rollover, using DW's swap image behavior, except that you scroll through the list of images on your page to find the holding image by name before browsing to find the incoming swap image.
    To load text from a text document to a div on the site is more complex.  However it could be done pretty easily by using the DW "Change Property" behavior to change the 'src' property of an IFRAME that has been placed inside the target div.  The bugger here is your requirement to use an external text file.  If you didn't want to do that, it could be done more simply using DW's Set Text of Container behavior.

  • How to load text for Z-objects?

    Hello Experts!!
    I am implementinh HR for BI reports.
    Now in some of the Zobjects created for details like bank details(for acoount number etc) i am getting only the key values from the attribute datasource.
    How to get the releated text values.
    do i need to create a text datasource? How to link the text and attributes , so that we can load text and see it in reporting as well
    Thanks
    Shilpa

    Generally, you dont always need to create a text datasource if it is not relevant. Just uncheck the checkbox "With text" in the InfoObject itself. Otherwise if you need a text datasource, you need to identify the text table in source system or identify the table where the key value (and maybe other attributs) is existing and you can read the text. Then create a generic text datasource (if no standard text datasource is available).
    But your question seems to be, how to get more attribute and text in the same ZObject? Just adding attribut objects you need and match them with the attribut datasource. You can also use a charateristic field here for the text field. The text field will be a attribut of that ZOBJECT and you dont need to create an extra text datasource.

  • How to load text data from multiple source systems.

    Hello Gurus,
    I am facing an issue of loading master data text into 0Material. I have loaded attribute data from 2 source systems. But i am not able load text data from the same 2 source systems as i am not able to see 0logsys in transfermation rules of 0MATERIAL.
    Please gimme some inputs to proceed.
    Thanks in advance
    Peter

    Hi,
    I dont think that you need the source system info here, texts are mapped to attributs and attributs to source systems.
    so try to load simply:
    material key, text, lang (optional)
    Hope it helps.

  • How to load JVM without specifying jvm.dll

    How can I load JVM from native C++ code withoutknowing the path of jvm.dll?

    If on Windows, use the registry to find the place where the JRE has been installed. Take a look at the file java_md.c in the launcher subdirectory of the src.zip file supplied along with the JDK. Specifically, you will probably be most interested in the GetStringFromRegistry and GetPublicJREHome functions there.
    In the registry, look for the key HKEY_LOCAL_MACHINE\Software\JavaSoft\Java Runtime Environment. That has a number of values you will probably want.
    If not on Windows, I really don't know how to find the location of the JRE installation without it being configured in an environment variable, or being hardcoded.
    Hope it helps.
    Cheers.

  • How to remove text without destroying the picture?

    I am new in photoshop and I am trying to remove the text down of the picture so that I can add another one.
    Is watermark, I have seen sosme videos on Youtube but seems didn't work so well to me.
    If someone can help how to do delete that text and add another one similar with it I would really appreciate it.
    Thanks in advantage

    Contact the owner of the copyright for permission to use without the watermark.

  • How Do I Text Without Blackberry Predicting words??

    Hello,
    I just purchased the Pearl 8120 and cannot figure out how to type anything to include texts and new contacts without the auto text (think that is the name) predicting my words.  I have already gone into settings and disabled auto text but that seems to be doing nothing.  It is takingme forever to typea text message and I bought this phone to alleviate this problem.  Please help.  Also, This phone has Wifi but how do I browse?  I am with t-mobile.  I have wifi turned on, but when I go to type a web address in browser tells me I dont have the service.  What is wifi for?  Any help will be appreciated.  Thank you.

    You can also disable "Predictive" text on that model, look in the Options > Languages or Options > Screen/Keyboard, I forget which.
    For the WiFi--are you actually connected to any WiFi spot? Look at Options > WiFi Connections and follow the prompts to enable your WiFi.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to load text file

    Dear All,
    How is it possible load a text file that contain SQL commands in the form and then execute the commands.
    Regards

    Hello,
    You can have dynamic SQL within the Forms module via the EXEC_SQL package, but it is not really made to execute a whole file content.
    You could write a databased function (or procedure) that uses the EXECUTE IMMEDIATE instruction, then call this procedure from Forms.
    Anyway, I think that in all cases, you probably have to split your text file in several comprehensives single SQL orders, or at least send entire PL/SQL blocks.
    Francois

  • How to load jsp without menubar using shortcut?

    I know, everything is possible,... so:
    I have a webapp with jsp's which I start using javascript's 'window.open' command on our website. All pages are without menubar, toolbar, fixed size, etc...
    However, I noticed that the users can make a 'shortcut' using 'drag 'n drop' to their desktop. When the user loads the application using this shortcut, the windows have toolbars, menubars available... which I don't like...
    How can I avoid this?

    you might be able to use javascript to detect if the browser window that the page is currently loaded has those bars loaded. If it does, then re-invoke your "open page in new window" logic to remove them and the original window.
    Granted, I cannot be sure that you can verify that with javascript, but you could probably check out the comp.lang.javascript user group over on google for more info in that domain.

  • How to Load Text Data whish is depended on Location --Compounding

    Hi,
      Employee is Compounded on Location
      JOB is an attribute of an Employee
      Job Description (Text) is Location Dependent...
    Ex: Job- ADMIN in One location is describes as Administrator and in another location is describes as Supervisior...
    I want to see both Administrator and Supervisior in the report in the respective location
    How can i acheve this
    Thanks

    Hi,
    Location and Employee will acts as a primary keys in both P and T tables. You have to Load Location and Employee and job in ur data.
    Location Employee Job
    India        ABC        Admin
    US          ABC        Supervisor
    In the above example the Location and Employee will be the primary keys.  Depending on those same keys the data will gets overwirited.
    Khaja

Maybe you are looking for

  • Cropping in a larger view

    I work with insect photos. Sometimes it is difficult to crop down to the insect in the "fit" view. Is there a way to crop when in the 1:1 or 2:1 view? Thanks for your help.

  • How to tell if video card works at 8x speed on MS-6570 K7N2-ILSR?

    my mobo is MS-6570 K7N2-ILSR with the latest bios update and my video card is ATI READON 9600 236mb 8x agp and windows xp pro sp2. when installing ATI Catalist v5.9 (the latest), it configures the card at agp speed: OFF. in the bios, all i have for a

  • Goods receipt prurchase order - Table 169P

    I have successfully posted a goods receipt purchase order with the help and advice given from the SAP community network but that is only successful for one company code. The error i get when i want to post the goods receipt purchase order for another

  • Create Object for .rep in C#

    How to create object for the BO Desktop Intelligence .rep in C#

  • Flash swf loading flashbuilder swf

    is there a trick for having a Flash CS4 website swf be able to load a flashbuilder4 generated swf? doesn't show up. i remember an issue from Flex3 concerning it locking up the gui unless you had a flex3 canvas or whatnot loaded prior. fb swf can load