A Flash Developer Resource Site

Search:

Type: Posts; User: iziaee

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    489

    RECORDING voice appl

    Hello all,

    Am stuck with a problem that by all accounts is insurmountable.
    But is anything impossible in flash??..(except maybe getting back to macromedia?)..ahem...anyway..
    I'm making an...
  2. Replies
    2
    Views
    589

    EEEEEHAAAAA Thanx a lot. Sometimes I wonder...

    EEEEEHAAAAA

    Thanx a lot.

    Sometimes I wonder what Iam a gonna do, But there aint no clue to the summer time blue!!!!
  3. Replies
    2
    Views
    589

    Variable play - How?

    OK Im going beserk with this .....what am i doing wrong..
    BTW Using Flash MX.

    Basically trying to randomly play files on the main timeline.

    Im giving the code here:

    On one MC :
    onClipEvent...
  4. Replies
    3
    Views
    344

    Thanks so much.. Oversight,Oversight,Oversight,

    Thanks so much..
    Oversight,Oversight,Oversight,
  5. Replies
    3
    Views
    344

    The part that actually does'nt work is ...

    The part that actually does'nt work is

    _root.d[i]

    all else works in hard coding

    ie., if I keep _root.d0,
    etc.. it works.
    SO what gives??
  6. Replies
    3
    Views
    344

    Array comparison

    :) Hi,

    I have a code that goes..
    on (release) {
    _root.d0 = Number(array1[0])-Number(array2[0]);
    _root.d1 = Number(array1[1])-Number(array2[1]);
    _root.d2 =...
  7. Replies
    1
    Views
    1,750

    SOLUTION FOUND!!

    Hi,
    Forgot to inform, I found the solution.

    Most folders with spaces have more than 8 characters, which is affected by another rule: for anything longer than 8 characters, use only the first 6...
  8. Replies
    2
    Views
    649

    SOLUTION!

    Hi,
    Forgot to inform, I found the solution.

    Most folders with spaces have more than 8 characters, which is affected by another rule: for anything longer than 8 characters, use only the first 6...
  9. Replies
    2
    Views
    676

    HA, Actually me and my good ol buddy(my Dos...

    HA,

    Actually me and my good ol buddy(my Dos God) just figured that out a few minutes before i got ur reply.
    So yup it does work with the Tilde~...
    Long live Dos.
    Thanks,
  10. Replies
    2
    Views
    676

    open files in folders with spaces

    Im trying to provide a link to different exe files from my flash file, ie, trying to open them.
    The linked exe files all are contained in different folders which have spaces in them.
    I cannot...
  11. Replies
    2
    Views
    649

    Open files in folders with spaces

    Im trying to provide a link to different exe files from my flash file, ie, trying to open them.
    The linked exe files all are contained in different folders which have spaces in them.
    I cannot...
  12. Replies
    1
    Views
    1,750

    Link to folder with spaces

    Im trying to provide a link to different exe files from my flash file, ie, trying to open them.
    The linked exe files all are contained in different folders which have spaces in them.
    I cannot...
  13. Replies
    6
    Views
    706

    CARAMBA!!!

    Halleluja!

    Yup worked beautifully, all i had to do was figure out how many frames before. The code i used was:

    onClipEvent (enterFrame) {
    _root.pgNo = "PAGE "+(_root._currentframe-6);
    }
    ...
  14. Replies
    6
    Views
    706

    almost solved

    Har di Har Har..
    and 2 rounds to Colin Mook....
    Yup just referred his Definitive guide...
    Check out waht he says:

    "when Flash is compiled all the Scenes are flattened. So if u wanna go to frame...
  15. Replies
    6
    Views
    706

    ummm No

    Tried that, but it still dosen't work.
    Is there any code that takes care of the SCENE??
  16. Replies
    6
    Views
    706

    current frame & Page Numbers

    Im trying to put page numbers in my presentation. Ive got 4-5 scenes. In each scene as soon as the user clicks on the desired page number he goes to the desired page. But the page number don't show....
  17. Thread: boggled!!

    by iziaee
    Replies
    3
    Views
    308

    just a syntax juxtaposition

    Umm..
    isnt that just a new syntax ...the solution u've given is just a new syntax for my old sol-

    my try:
    loadMovie(2.swf, _root.oMC.loaderMC);

    ur sol:
    _root.oMC.loaderMC.loadMovie("2.swf");
  18. Thread: boggled!!

    by iziaee
    Replies
    3
    Views
    308

    time out

    Ummm,
    Anyone....

    My deadline's looming ahead!!
  19. Thread: boggled!!

    by iziaee
    Replies
    3
    Views
    308

    boggled!!

    Im making an interface that loads up an swf (x.swf) in another MC (oMC) from the main timeline. This loaded MC is supposed to load up another swf (2.swf) in an MC that is inside it, called loaderMC....
  20. Replies
    2
    Views
    456

    thx

    THX man
  21. Replies
    2
    Views
    456

    slowly increasing VAR

    Hi all,

    Ok basic maths stuff, but am getting stuck.

    I want a var (N) to be such that it increases slowly according to the difference of a constant(M) and a dynamic var (L).

    Any takers??
  22. Replies
    4
    Views
    370

    YAHOO!!

    Well I spent the whole night up .. But I finally cracked the bloody code...

    It works beautifully.
    Txt, swf, images I can load anything based on function parameters and have them scroll. YAHOO....
  23. Replies
    4
    Views
    370

    Wrong!

    Nope thats not it,
    Any mc can load extreme amounts of text files... but this just doesnt WORK! AAAAARGH!
    Anyone PLs.??
  24. Replies
    4
    Views
    370

    function parameters - no affect ?

    Hi all.

    Umm confusing problemo....

    Ive got a function on FRAME1 that loads a a text file in a dynamic txt to a MC on stage.
    In the subsequent FRAMES I've set the parameters of this function to...
  25. Replies
    2
    Views
    358

    thx

    Duh! Thanks. Sometimes the most obvious thing just zooms past.

    Am gonna try that.Your solution, not zooming!
Results 1 to 25 of 131
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center