A Flash Developer Resource Site

Search:

Type: Posts; User: kaf2020

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    1,626

    Flash reading Unicode Characters in XML

    HI ALL

    I am reading an XML file in Flash MX, XML has encrypted attributes which has characters such as "¿¯²¨¥", which are not recognize in Flash. So i guess the problem lies in the Unicode...
  2. Replies
    13
    Views
    1,089

    Unicode Characters in Flash XML are not recognized

    HI OKV

    The xml file which you said works in your Flash and which you sent me does'nt have any Unicode characters in the encrypted attributes, characters such as "¿¯²¨¥" are not recognize in...
  3. Replies
    13
    Views
    1,089

    I am using Flash MX version 6.0

    I am using Flash MX version 6.0

    But the problem still persist

    GUIDE ME PLZ

    THX IN ADVANCE
  4. Replies
    13
    Views
    1,089

    I am using Flash MX version 6.0

    I am using Flash MX version 6.0

    But the problem still persist

    GUIDE ME PLZ

    THX IN ADVANCE
  5. Replies
    13
    Views
    1,089

    attach xml

    HI OKV

    Thx for ur valuable time, i have attached the xml which you need
  6. Replies
    13
    Views
    1,089

    Here is what i am working with, URGENT

    BELOW IS XML FILE WHERE IN ONLY ATTRIBUTE IS ENCRYPTED "encryptedXML.xml":
    ----------------------------------------------------------
    I HAVE REMOVED ALL <> TAGS COS ITS GETTIGN PARSED BY THE BROWSE...
  7. Replies
    0
    Views
    310

    Urgent: Reading Encrypted XML

    Hi All,

    I am reading an encrypted XML file in flash, only the attributes are encrypted. Although i can read the rootelement and decrypted the attribute, but the it does'nt read the childElement....
  8. Replies
    13
    Views
    1,089

    Here is my code and problem

    yrxml = new XML();
    yrxml.ignoreWhite = true;

    yrxml.load("encryptedXML.xml"); -> Loads an xml file in which only the attributes are encrypted

    yrxml.parseXML();


    trace(yrxml.status); ->...
  9. Replies
    13
    Views
    1,089

    LOAD AND DECRYPT

    I need to load & decrypt then
  10. Replies
    13
    Views
    1,089

    Ignorespace was taken care off

    Hi

    Thx, but i have done that already

    I guess there seems to be problem with encoding, which one should i use,

    Wihtout encrypting attributes, it works perfectly
    With encryption i am only...
  11. Replies
    13
    Views
    1,089

    Reading Encrypted XML in Flash

    Hi All,

    I am reading an encrypted xml file in flash. Although i can decrypt the data in flash. But it only recognize and read one element.

    XML file has elements with encrypted attributes,...
  12. Thread: XML Attribute

    by kaf2020
    Replies
    1
    Views
    303

    XML Attribute

    Hi

    can any one tell me how to retrive a particular attribute of an XML element using XML object in Flash.

    Instead of looping through "for(attb in attributeElement)", I need to locate and read...
  13. Replies
    1
    Views
    313

    Any Replace function ??

    Hi

    Is there any Replace function in ActionScript, something like string
    replace() in ASP.

    Any example ...

    Thx
  14. Replies
    7
    Views
    534

    append

    Yes, i tried to clear at the begining of the function and it is suppose to set the dynamic text not append.
  15. Replies
    7
    Views
    534

    Same function display

    hi,

    Well, I call the same function to display, but different parameters depending on user input(year).

    Kaf
  16. Thx

    Thx

    I will try that
  17. Replies
    7
    Views
    534

    My_Text.Text = ""; Does'nt work

    Thx

    I tried that, it did'nt work, let me tell you abt my application.
    Basically i read data from XML files and display in Dynamic box, this
    works perfectly fine, when i try to load some other...
  18. Replies
    7
    Views
    534

    Delete Dynamic Text

    Hi All,

    How to programatically delete the contents of the Dynamic Text.

    Thx in advance

    Kaf
  19. How to change the font of FLASH LISTBOX COMPONENT

    Hi All

    I need to change the default font of the Flash ListBox Component

    Thx in Advance

    Kaf
  20. Replies
    0
    Views
    281

    Reading Encrypted XML in Flash

    Hi

    Anyone, have codes to read Encrypted XML in Flash, it should decode and then display results. I need code to encrypt XML and to decrypt it in FLASH

    Thx
  21. Replies
    10
    Views
    2,544

    Right Way

    HI, gSOLO, many many thx

    Seems like i might have found the RIGHT WAY, cos i don't have much time, can u explain the code in detail, so that i can reuse the same

    Thx in Advance

    Kaf
  22. Replies
    0
    Views
    293

    Reading encrypted XML in Flash

    Hello There,

    Is there any way to encrypt and decrypt XML documents in Flash.

    Firstly the pure XML has to be encrypted using any encrypt/decrypt code, so that these files can be distributed with...
  23. Replies
    10
    Views
    2,544

    This application is stand alone flash projector and not internet application...

    My Dear Friend, AlsoGaiusCoffey

    I guess i have missed out something, the application which i am going to create is a STAND ALONE FLASH PROJECTOR, to be distributed on CD-ROMS, along with dat...
  24. Replies
    10
    Views
    2,544

    Read from data file and display in flash

    Dear,

    I need to read .dat file in FLASH MX by searching for particular information and then dispaly

    tell me how to go about it in ActionScript/FlashMX ONLY !!!!!

    Thx for being so helpful
    ...
  25. Replies
    6
    Views
    414

    View actionscript inside Flash Projector

    Anyone

    Can you tell me how can i view the ActionScripts inside a FLASH PROJECTOR (EXE)

    I don't have the fla or swf, only exe

    Thx
Results 1 to 25 of 28
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center