A Flash Developer Resource Site

Search:

Type: Posts; User: jv_venkat

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    686

    Designing for eLearning

    Hi guys,

    Can you help me out with some sites which feature standards for elearning design... when i say that i dont mean sites which say something like "keep your design clean" of some such...
  2. Replies
    1
    Views
    431

    Tracking right click on flash

    Hi all,
    before anything... I have asked this question in this forum earlier but people just dont seem to help me on this. going to cost a project..... :( ....

    Lemme come to the...
  3. Replies
    1
    Views
    318

    hey this works fine ... i mean it opens in two...

    hey this works fine ... i mean it opens in two seperate ie windows ..... make sure u give _blank

    getURL("http://192.168.0.2", "_blank");
    getURL("http://192.168.0.3", "_blank");
  4. Replies
    1
    Views
    429

    hi ....Thats why its called a shared library in...

    hi
    ....Thats why its called a shared library in the first case .... ;) .... jokes apart ... it is very much possible ..... please go through some good tutorial in macromedia or in flashkit....
    ...
  5. Replies
    3
    Views
    392

    Hi sutar, Thanks for your reply..... :) is...

    Hi sutar,

    Thanks for your reply..... :)

    is there anything other than this nested if's ... cos I want this code to run in an onEnterFrame code... now if I put this it will severly degrade the...
  6. Replies
    3
    Views
    392

    calling Functions with a variable

    Hi,
    Is there any way to call a function whose name is returned by a variable.
    say for example if u have three functions

    function function1(){
    trace("function 1");
    };

    function...
  7. Replies
    0
    Views
    372

    Printing a Frame in a Dynamic MC

    Hi,
    Is there any way to print a any frame in a movie clip without specifying #p. please get back to me its urgent..... or is it possible to print a flash object from javascript... !!!!!!!!!!!
    ...
  8. Replies
    1
    Views
    478

    Right click detection

    Still no one has replied ... :( .. people please give this a try :)
  9. Replies
    1
    Views
    478

    Detecting Right Click Event

    Hi,
    I have a situation in which I am doing a software simulation using Flash MX. in the software we are trying to simulate there exists a context sensitive menu which appears on Right-Click and...
  10. hi, try having the url's or the paths to the...

    hi,
    try having the url's or the paths to the mp3 in an array as string. and then create a sound object and load the element of the array. this will solve your problem or so do I hope.

    ...
  11. Replies
    1
    Views
    376

    hi, I think you should give it as...

    hi,
    I think you should give it as instancename.htmlText instead of instancename.htmltext........... going by your post ..... if you have already given that then ignore this :)
  12. Replies
    0
    Views
    359

    superscript in textfield

    hi,
    is there any way to make a text appear in superscript format in htmltext box in flashMx.
  13. Replies
    4
    Views
    518

    hi, i think you should be using loadMovieNum...

    hi,
    i think you should be using loadMovieNum instead of loadMovie.

    for eg.

    loadMovieNum("something.swf", 2);

    if you want to load something.swf into flash player level2. i think that...
  14. Replies
    1
    Views
    522

    hi, you can save the paths to all the...

    hi,
    you can save the paths to all the external mp3's in an array and then iterate through the length of the array on the soundComplete event.

    for example assuming your sounds are saved in...
  15. hi, if url encoding is your ultimate goal...

    hi,
    if url encoding is your ultimate goal then might as well not use an array. flash offers a function to url encode the string. here is how it goes.

    assuming your textfeild name is...
  16. Thread: Menus

    by jv_venkat
    Replies
    2
    Views
    542

    hi meen , just thot this might be of some help...

    hi meen ,

    just thot this might be of some help to you....

    http://www.webwasp.co.uk/flash-sample-movies/drop-down-menu/
  17. Replies
    4
    Views
    428

    then replace the this.loadMovie with...

    then replace the this.loadMovie with _root.shirts.loadmovie ... or the respective target whichever is applicable
  18. Replies
    4
    Views
    428

    sorry about that ... accidental that was.......

    sorry about that ... accidental that was.... anyways...

    just add this code on the MC's onClipEvent

    onClipEvent(mouseDown){
    if(this.hitTest(_root._xmouse,_root._ymouse)){...
  19. Replies
    4
    Views
    428

    Hi,

    Hi,
  20. hi, assuming your textfield is named...

    hi,
    assuming your textfield is named myTextField,
    ______________________________________________________

    myArray = new Array();
    myArray=myTextField.text.split("");
    trace(myArray);...
  21. Replies
    1
    Views
    499

    Hi, Is there any method in flash available to...

    Hi,
    Is there any method in flash available to convert RGB - HSB color values and Vice versa.
  22. Replies
    0
    Views
    370

    Hi, I have to open a browser window which...

    Hi,
    I have to open a browser window which has no scroll bar and in fullscreen mode from a flash projector. Is there any way of doing that. please help me out of this.
  23. Hi, there is a simple workaround for this...

    Hi,
    there is a simple workaround for this problem. you can remove the getURL(javascript:window.close()) part of code from your button and use fsCommand("quit"); instead . but while publishing...
  24. Replies
    1
    Views
    650

    HAPPY INDEPENDECE DAY MY FELLOW INDIANS WHEREEVER...

    HAPPY INDEPENDECE DAY MY FELLOW INDIANS WHEREEVER YOU ARE ... and also BELATED HAPPY INDEPENDENCE DAY TO PAKISTANIS TOO...
  25. Replies
    2
    Views
    442

    Thanks Gaz.... even I speculated that cos that...

    Thanks Gaz.... even I speculated that cos that was the only rational for 10 to become 8 ... but your reply has cleared my speculation .... nice one ...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center