A Flash Developer Resource Site

Search:

Type: Posts; User: sharma

Page 1 of 20 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    814

    Character walking with keys and by mouse

    Wanting to be able to move multiple characters around a map (one at a time)

    First selecting them either by keyboard shortcut of by clicking them.

    then being able to move them with WASD of by...
  2. Replies
    3
    Views
    704

    and no wmode=transparent does not work I have...

    and no wmode=transparent does not work
    I have tested in IE7 and FF
  3. Replies
    5
    Views
    966

    yeah this does not work in firefox

    yeah this does not work in firefox
  4. Replies
    3
    Views
    704

    Javascript Dropdown over top of flash

    Sony does it...
    but is there some sort of tutorial, or easy steps to take to have this done?

    http://www.sony.ca/sonyca/view/english/index2.shtml

    How do I get a javascript or dhtml drop down...
  5. Depends how big the website is... if you have a...

    Depends how big the website is... if you have a massive .swf file, then the loading time will be longer and not a very good user experience... so seperate .swf's and loading them as needed, is often...
  6. Replies
    3
    Views
    537

    my guess would be that the timeline you have that...

    my guess would be that the timeline you have that gotoAndPlay(30); sitting on, does not actually have a 30th frame, and thus the error...

    you may be missing a _root. or a _parent.

    ie:...
  7. [F8] Arrow elasticaly sliding up/down y axis

    I have a menu system of 10 buttons all stacked vertically,
    as a method of showing which button has been chosen, i would like an arrow to slide down to the clicked button... in an elastic sort of...
  8. Replies
    2
    Views
    316

    works like a charm, thanks

    works like a charm,
    thanks
  9. Replies
    2
    Views
    316

    [f8] Problems calling up text box content

    I have a bunch of text boxes... for this post lets say i have five

    They have instance names of:
    f5_rope1
    f6_rope2
    f7_rope3
    f8_rope4
    f9_rope5

    I have two additional text boxes with instance...
  10. [F8] Shared Objects half working... please help

    Hey, if you could please look at the below code... I am trying to use 3 shared objects, each holding 5 pieces of info each.

    "five5" works perfectly, but "five6" and "five7" do not work at all......
  11. writing, and reading multiple variables to and from .txt (with projector)

    Hey, I know for security reasons this was something taken out of flash in the past, but I was under the impression that it would be possible to do it with a projector.

    as this is an offline...
  12. Replies
    1
    Views
    1,976

    Gym membership check-in system

    I have a client who is looking for a membership check-in system.

    They have two store locations, and the memberships need to be able to cross reference. So this is an online application, with two...
  13. Replies
    5
    Views
    588

    you ask that as if there is a defined top 10...

    you ask that as if there is a defined top 10 flash designers...
    I would have to say there are many good designers, and it is one's own opinion that defines their own personal top ten... so...
    ...
  14. Thread: masking all

    by sharma
    Replies
    2
    Views
    471

    yes that can be done.. simply create a mask, and...

    yes that can be done.. simply create a mask, and drag all the layers of your movie under the mask layer
  15. Replies
    1
    Views
    641

    just label the frame "FrameName" then the code...

    just label the frame "FrameName"

    then the code could be
    gotoAndStop("FrameName");
  16. option 1: use firefox seriously though it's...

    option 1: use firefox

    seriously though it's the way the flash is embedded in websites... not all flash has that click to activate issue in IE as good webmasters know of the issue and can work...
  17. Replies
    5
    Views
    1,110

    why are you posting your embed code? your...

    why are you posting your embed code?

    your getURL code is correct

    contact_btn.onRelease = function(){
    getURL("http://www.galaxystudioz.com");
    }

    but only if this code is put in the root...
  18. Replies
    3
    Views
    916

    well you can either open the original (non edited...

    well you can either open the original (non edited .fla that your friend sent you)
    If you don't have it... get him to send you it again... when you open it and it tells you there is a missing font......
  19. Replies
    1
    Views
    527

    type pasword anywhere on stage to access

    I would like to access a hidden menu system if the user
    types the word "admin" on the keyboard

    so basically something just listening for those letters typed in a row.. and when the word is typed...
  20. I assume you were having problems with the "Stop...

    I assume you were having problems with the "Stop Racism" mask? as in it would't show up when running the program?

    The problem was with your type of text...
    dynamic text cannot be masked
    change...
  21. Replies
    2
    Views
    453

    The program costs money, and any discussion of...

    The program costs money, and any discussion of other means is not allowed here.
  22. Replies
    0
    Views
    394

    Loader component, if loaded...

    I am using the Loader component:

    myLoader01.contentPath = "images/01.jpg";

    I need a way to tell is the component actually loaded a file,
    and if it did not.. say after a few seconds... I need...
  23. text entered from one text box, sent to another

    I would like to set up sort of a commenting system, where users have one editable text box, and one non editable text box.

    When they enter text into the editable box and submit, it adds their text...
  24. hmm could you show me some sort of example of...

    hmm could you show me some sort of example of that?
    how to dynamically load an image using getbytestotal ...
  25. load image dynamically.. but only do so if file exists?

    Hey, I have a program that sort of works like a slide show... i have a next and previous button that sends the movieclip to the next or previous frame and on each frame in an image...

    I need this...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center