A Flash Developer Resource Site

Search:

Type: Posts; User: Choudry Muhammad Amir

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    14
    Views
    762

    Thanks Deepak, I am trying getLocal, because i...

    Thanks Deepak,
    I am trying getLocal, because i want to use it on the user system, no internet connection.

    Also, i tried the localS0.date[0] but no use. But if i use trace(localS0.data.date); it...
  2. Replies
    14
    Views
    762

    WOW Looks cool. I am having a strange error...

    WOW
    Looks cool.

    I am having a strange error when i apply the following simple code:
    trace(localS0.data.date[0]);
    it gives me nothing, just the "undefined".

    But the same thing is applying in...
  3. Replies
    14
    Views
    762

    I have successfully applied this code into my...

    I have successfully applied this code into my swf:


    Its working perfect. Now i am stuck only at the point of adding more and more into this file. How should i create a function which just read...
  4. Replies
    14
    Views
    762

    Yeah :-) You right, thanks for the code. Its all...

    Yeah :-)
    You right, thanks for the code. Its all making real sense. I am on it and digging on into the help files.

    Seems like i have to be on this board for couple of days.

    Thanks again :)
  5. Replies
    14
    Views
    762

    Thanks a lot Deepak, I am working on it and will...

    Thanks a lot Deepak,
    I am working on it and will let you know with the results and if i get stuck some where.

    Thanks anyway.
  6. Replies
    14
    Views
    762

    Thanks a lot Deepak, This is the data that i...

    Thanks a lot Deepak,
    This is the data that i want to save into the YourdataFile:
    - Date
    - Time
    - Student Name
    - Subject Title
    - Success Rate

    Do you think that we can save this data into the...
  7. Replies
    14
    Views
    762

    Thanks gparis for your reply, Where are these...

    Thanks gparis for your reply,
    Where are these SOL files created? OR they are automatically created into the cookies dir?

    Also, Can you help me find any SWF code that saves user high scores or...
  8. Replies
    14
    Views
    762

    [F8] Saving Data into XML?

    Hi,
    I am working in a Quiz application in which i am creating a save user data/profile module. I need some suggestions here before i start on it. I need to know should i use XML to SAVE and LOAD...
  9. how to get variables from the LINK ??

    Hi,
    The link is like this:
    http://www.domain.com/index.php?Itemid=26&thisno=46

    How is it possible in flash to study them and get variable Itemid and thisno ??


    I am very much confused and...
  10. I have all those pages but they have no flash...

    I have all those pages but they have no flash header, php is displaying header separately, when i go to the actual sources of these pages, i find no flash tags.

    I need to know is it possible that...
  11. take a look at this: ...

    take a look at this:

    http://www.sonnenhof-texel.nl/joomla/


    Here you will see a flash header, it is like when you click on any button, it goes up and stays there but due to the page reload, it...
  12. Thanks for the help guys. Both of the methods...

    Thanks for the help guys.
    Both of the methods are working perfect on HTML, but the situation in which i am is under PHP with Joomla, i am not familier with the PHP and Joomla, but i know that can do...
  13. movie changes sections according to the page, how??

    Hi,
    I need some help on tihs little issue, i just need to know how can i be able to make my swf capable of detecting what page is currently loaded ?

    FOr example i have one swf containing four...
  14. Replies
    0
    Views
    716

    Need some help here :(

    Hello,
    I need some help in scripting the following scenario:

    I just need to know how is it possible to drag a mc that streches/rotates the other movie clip only from one end (which is attached...
  15. [F8] How to change the Instance Name through AS

    Hi,
    I need to know how can i change the name of any instance name through AS??
    I used _name property but no use, it just gives us the name :(


    Regards,
    Amir
  16. [F8] How to make a text feild to always input Capital characs

    Hello everyone,
    I need to know how can i make a text feild able to always input characters in Capital Letters ??
    Whether the user is typing in lower case or upper case, but in text feild it always...
  17. oooh! its done, was very simple. I just used...

    oooh!
    its done, was very simple.

    I just used the following:


    this.main_split_1 = my_array[1];
    this.main_split_2 = my_array[2];
    this.main_split_3 = my_array[3];
    this.main_split_4 =...
  18. Hi, I just used this script: var...

    Hi,
    I just used this script:




    var my_str:String = "2087-5E2SE-19-JG7BC";
    var my_array:Array = my_str.split("-");
    for (var i = 0; i<my_array.length; i++) {
    trace(my_array[i]);
  19. Hi silentwood, Again, one thing to ask, if i...

    Hi silentwood,
    Again, one thing to ask, if i have a larger string and in this string we even dont know the exact number of characters of each pair, then how we will proceed?

    For example:


    ...
  20. Hi silentwood, Thanks a lot, i have almost...

    Hi silentwood,
    Thanks a lot, i have almost understand the code you send, its all done. THank you all for helping and making me understand this technique.


    :)
  21. hi Silentwood, Thanks a lot for this help. I am...

    hi Silentwood,
    Thanks a lot for this help. I am studying Split function. The above one is done but what about the following kind of example:

    main = "YN012A7"

    into:

    main_string = "YNA"...
  22. Hi, One thing more i wana discuss, i have a...

    Hi,
    One thing more i wana discuss, i have a variable containing a strong of some thing like this:



    var main = "ABC123-00DEF";



    Now, i want to split this string into the following peices:
  23. Superb! Thanks a lot "a_modified_dog". I really...

    Superb!
    Thanks a lot "a_modified_dog". I really appreciate your help.

    I am working on it, i might contact you again for more help. But anyway, thanks a lot.


    Regards,
    Amir
  24. How to extract characters and numbers from a string

    Hello Everyone,
    I need to know how can i extract Numbers and Characters from a string(Input) ??

    Any help will be appreciated.


    Thanks in advance,
    Amir
  25. no no no! sorry that is not what i was asking. I...

    no no no!
    sorry that is not what i was asking. I know how to use this, but i just mean to say if we leave FLVplayback component and only use our own designed SeekBar(not from the component), then...
Results 1 to 25 of 150
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center