A Flash Developer Resource Site

Search:

Type: Posts; User: dipankar.paul

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    14,962

    Hey Fenn, Which version of Flex are you using?...

    Hey Fenn,

    Which version of Flex are you using? I think in Flex 3 you can define the border thickness. I haven't tried this though.

    regards
    Dipz
    ------------------------
    www.webvariations.com
  2. Replies
    4
    Views
    1,459

    Hi, I think Flex is much more ahead of Flash....

    Hi,

    I think Flex is much more ahead of Flash. As far as the development (i.e. coding) is concerned Flex has many advantages over Flash, such as state management of UI, better display object...
  3. OOPS!!:scared: I forgot to attach the file. ...

    OOPS!!:scared:
    I forgot to attach the file.

    Cheers
    Dipz
    ---------------------
    www.webvariations.com
  4. Hi there, Yes, I agree with you that in AS3...

    Hi there,

    Yes, I agree with you that in AS3 you cannot access the PRIVATE variables of a class; but you can write functions in AS3 which will destroy the PUBLIC members of the class. There's a...
  5. Replies
    2
    Views
    492

    Hi there, Instead of using a movieclip inside...

    Hi there,

    Instead of using a movieclip inside try to use graphic element. Coz if u use movieclip then "MouseOver" event happens to the inside movieclip and that triggers the "MouseOut" event of...
  6. Hi there, You can use Object to get a...

    Hi there,

    You can use Object to get a solution. I have created a demo menu FLA for you. I have used a single movie clip with a dynamic text field where the name of the button will appear. In the...
  7. See the attachement. I have declared a variable...

    See the attachement. I have declared a variable "tmp" in the main timeline. And accessing the same from the OK button of Alert component. Hope this will solve your problem. Let me know if you have...
  8. The scope is lost. Tha is why your code is not...

    The scope is lost. Tha is why your code is not executing. Try with Delegate class.
  9. C the attachment.

    C the attachment.
  10. Replies
    5
    Views
    520

    OOPS! file size was too high! c it now if u...

    OOPS! file size was too high!

    c it now

    if u have any further querry u can drop in a mail at dipankar.paul@gmail.com

    :thumbsup:
  11. Replies
    5
    Views
    520

    i forgot the file

    i forgot the file
  12. Replies
    5
    Views
    520

    i had a similar kind of an application look at...

    i had a similar kind of an application look at it. it will make ur life easy

    cheers
    :)
  13. Replies
    2
    Views
    407

    Jynx, Open the library. Find out the new pages...

    Jynx,

    Open the library. Find out the new pages (movieclips) you have added. Right click on any single item then goto "Linkage...".

    :)
  14. Hi JW, You need to use LoadVars. Here's a...

    Hi JW,

    You need to use LoadVars. Here's a small example:

    var my_lv:LoadVars = new LoadVars();
    my_lv.searchTerm = textboxName.text;
    my_lv.send("http://www.cramcrew.com/search/search.asp",...
  15. Replies
    1
    Views
    365

    Hi g, Just change the instance name of the...

    Hi g,

    Just change the instance name of the movieclip "pages_mc" to "page_mc". You have misspelt it in the code.

    :)
  16. Replies
    1
    Views
    350

    Hi There, C this. regards

    Hi There,

    C this.

    regards
  17. Hi, Try this: if (men == 1) { gotoAndStop...

    Hi,
    Try this:

    if (men == 1)
    {
    gotoAndStop (8);
    _root.knop_home.gotoAndPlay ("close");
    _root.knop_historie.gotoAndStop (1);
    _root.knop_doelgroep.gotoAndStop (1);...
  18. Hi Mike, var gallery_array:Array = new Array...

    Hi Mike,

    var gallery_array:Array = new Array ();
    //this array will contain the path of the images
    //for the time being i am populating this array with numbers only

    for (var x = 0; x < 10;...
  19. Replies
    3
    Views
    623

    Hey buddy, You are coding right, and your code...

    Hey buddy,
    You are coding right, and your code is also running fine but the problem is you are using flash itself to view it. And in flash "ENTER" means play the movie. Try to view your SWF in...
  20. Replies
    2
    Views
    407

    Hi Dj, You can do it. Use...

    Hi Dj,
    You can do it. Use 'String.fromCharCode(_root._currentframe+64).toLowerCase()'.
    If you need capital letters then drop the '.toLowerCase()' part.
    BTW: What will happen if your current frame...
  21. Hi Deep, If u r using just 2 frame long MC and...

    Hi Deep,
    If u r using just 2 frame long MC and want to just loop the MC, then avoid 'goToAndPlay(1)'. It should work.
    For your reference am attaching a fla.
    :thumbsup:
  22. Hi, Instead of using 'onClipEvent(enterFrame)',...

    Hi,
    Instead of using 'onClipEvent(enterFrame)', use on(rollout) for the button to roll back your masking.
    :)
  23. Replies
    3
    Views
    316

    Try this

    Hi,
    Try the attached fla. I have just worked with the loading part. I think you can do the property part yourself.

    :thumbsup:
  24. Hi, Plz c the attached .zip file. I have done it...

    Hi,
    Plz c the attached .zip file. I have done it for your reference. Its working nice here.
    Hope it will help you.
    Regards
  25. Replies
    5
    Views
    647

    It should work. C the attachment. I have done it...

    It should work. C the attachment. I have done it using MX 2004 Pro.

    Let me know if it doesn't work.

    :thumbsup:
Results 1 to 25 of 37
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center