A Flash Developer Resource Site

Search:

Type: Posts; User: Nalini_v

Page 1 of 8 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    696

    CS3 can you elaborate your question in detail

    can you elaborate your question in detail
  2. Replies
    4
    Views
    754

    use url +"?"+ new Date().getTime() will solve...

    use url +"?"+ new Date().getTime() will solve your issue
  3. Replies
    2
    Views
    589

    CS3 button help

    Inside a Button u could not load external content try to use movieclip and load the image in it and use it as a button.
  4. Replies
    3
    Views
    519

    Hi, I would like to work with you, We have...

    Hi,

    I would like to work with you, We have similar experience as you mentioned

    Thanks,
    Nalini.v
  5. Replies
    1
    Views
    2,713

    hi, did u found any solutions for this??

    hi,

    did u found any solutions for this??
  6. You can't! But try this. works sometime You...

    You can't!

    But try this. works sometime

    You first do "gotoAndPlay("scene1", "labelName")" then on that label use mc1.play(); something like this :)
  7. hi anyone can u suggest me why this error comes...

    hi anyone can u suggest me why this error comes only in browser?
  8. TypeError: Error #1007: Instantiation attempted on a non-constructor.

    Hi all,

    I got the following error while i am trying to run the file in browser

    "TypeError: Error #1007: Instantiation attempted on a non-constructor."

    Instead the code is working fine inside...
  9. Replies
    3
    Views
    3,092

    THanks for the help cancerinform

    THanks for the help cancerinform
  10. function onComplete(evtObj:Event):void { ...

    function onComplete(evtObj:Event):void {
    xmlResults=new XML(evtObj.target.data);
    trace("loaded");
    trace("Time: "+xmlResults.Timestamp[0]);
    gotoAndStop(2);
    }
    try this
  11. Thanks for the useful link.

    Thanks for the useful link.
  12. Replies
    4
    Views
    732

    HI, DFM.. I am using asp instead aspx. I used the...

    HI, DFM.. I am using asp instead aspx. I used the same method u have shown here. But the asp file is not running.. asp alone working fine.. but i am unable to pass values from flash to asp.. Any idea...
  13. Replies
    9
    Views
    2,815

    Hi.. cancerinform.. How do we call asp file as we...

    Hi.. cancerinform.. How do we call asp file as we calling php.. do u have any samples??? I tried it like the above sampl only it is working.. But i to execute the asp file.. how do i do?

    Please...
  14. HI all, how do we call asp file from as3. I...

    HI all,

    how do we call asp file from as3. I used the same method as we doing for php. But it does't run the asp file just treating asp file as text file.. any idea ????
  15. Hi.. How can we call asp file from as3 flash file

    Hi.. How can we call asp file from as3 flash file
  16. Thanks for the solution. I will then look on it

    Thanks for the solution. I will then look on it
  17. Replies
    2
    Views
    685

    try this

    try this
  18. Preventing cache for swf

    Hi,

    I have the same problem. DId you find any solutions for that?

    Regards.
    Nalini
  19. Replies
    5
    Views
    637

    either u can change the name as a_txt.name = ...

    either u can change the name as

    a_txt.name = "a_txt"+(i+1); inside loop

    Then we can access the first text field as a_txt1.text.. and so on.
  20. Thread: XML and HTML

    by Nalini_v
    Replies
    3
    Views
    1,298

    use

    use <!CDATA[]]>
  21. Thread: Xml

    by Nalini_v
    Replies
    5
    Views
    576

    Hi, You can't because the tags...

    Hi,

    You can't

    because the <table> tags inside the <!CDATA is not in proper case.. The whole data inside the <!CDATA can be get by

    function showXML (e:Event):void {
    var yXML:XML = new...
  22. Replies
    5
    Views
    637

    Try THis var qLoader:URLLoader = new...

    Try THis


    var qLoader:URLLoader = new URLLoader();
    var qXML:XML;
    var q_txt:TextField = new TextField();

    qLoader.addEventListener(Event.COMPLETE, qLoaded);

    qLoader.load(new...
  23. Replies
    2
    Views
    1,905

    I usally zip the file using some password.. ...

    I usally zip the file using some password..


    But I too want to know is there any way :)
  24. Replies
    5
    Views
    667

    hi. I want the source sample of ur code.. i too...

    hi. I want the source sample of ur code.. i too tried the same but it seems not working for me... :(
  25. Replies
    0
    Views
    388

    Need Help For scorm

    Hi everyone.

    I am not sure if i can post my query regarding SCORM in this forum.. Please move it to appropriate forum (ADMIN).


    Please guide me how to do Custom Navigation for Multiple SCO's...
Results 1 to 25 of 200
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center