A Flash Developer Resource Site

Search:

Type: Posts; User: darngooddesign

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,886

    How do I detech a FlashBlocker?

    This is my currently working code:


    <script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
    <script type="text/javascript" src="js/swfobject.js"></script>
    <script...
  2. Replies
    1
    Views
    390

    adding js doneplaying command

    Hi there.

    I have a simple game on a webpage. Once it returns a result it needs to notify the page so that page can do additional things. I am not doing the page but I have to embed a doneplaying()...
  3. Best strategy for avatar design project.

    Not that crappy movie.

    Client wants me to program up a avatar design section to their site, something akin to FIFA's site. This will be used in the user profile section as well as on the forums...
  4. How do i add a comma to dynamic text field?

    I have this working, but I am looking for a better solution.

    This bit calculates to total amount and rounds up:

    textTotalVar = Math.round(text1Var * text2Var * text3Var * text4Var);...
  5. Solved. Changing var roundedAmtChange from...

    Solved.

    Changing var roundedAmtChange from number to int seems to have fixed this problem. LOL. Anyone know why?

    BTW: This was the math I needed to convert sliderMC.handle's x position to a...
  6. This all works, videoMC keeps reseting to frame 1...

    This all works, videoMC keeps reseting to frame 1 until there is another change.


    var sliderBarBounds:Rectangle = sliderMC.bar.getBounds(sliderMC.bar);
    var xPos:Number = sliderBarBounds.x;
    var...
  7. Replies
    6
    Views
    595

    LOL. Your thread title is the name of my primary...

    LOL. Your thread title is the name of my primary learning tool.

    Learning ActionScript 3.0 by Shupe & Rosser.

    I would suggest you combine that with the Greensock Tweening Engine.

    Those two...
  8. Thanks, I think what I'm looking for is slightly...

    Thanks, I think what I'm looking for is slightly different.

    If have a bar that's 900 pixels wide.

    When scrubberMC.x=0, videoMC.gotoAndStop(1)

    When scrubberMC.x=450, videoMC.gotoAndStop(150);...
  9. Manual scrubbar on frame-based video. [SOLVED]

    Hey.

    I have an embedded video (can't be a separate FLV) named videoMC and I need to move the playhead back and forth by moving scrubberMC horizontally on the stage. Lets say videoMC has 300...
  10. Replies
    4
    Views
    1,104

    That got it, thanks. My next question involves...

    That got it, thanks.

    My next question involves reparenting the array items.

    I'm creating a set of scales and when I drag over a certain x range I'm reparenting mc1, for example, onto the left...
  11. Replies
    4
    Views
    1,104

    startDrag/stopDrag and Arrays

    How can I use a single set of drag commands on a series of movieclips? mc1, mc2, mc3, for example.
  12. I have an MC. Inside the MC is a dynamic text box...

    I have an MC. Inside the MC is a dynamic text box "newText" with a scrollbar attached. If I manually populate newText the scrollbar works; however, what I am doing is this.

    On Button {...
  13. Variation on scrolling a dynamic text box.

    I have an empty dynamic text field that I attached the UIScroller component to.

    Clicking on a button sends text to it, but the scrollbar doesn't register the text to make it scrollable. It just...
  14. Replies
    1
    Views
    823

    Installer? and Saved Data File?

    Two questions.

    My app will save information to a data file, most likely XML. Is it possible to hide that file inside the app while still beign able to export it, or does it need to be a separate...
  15. Replies
    3
    Views
    1,593

    The app will be an EXE. Can I updated the XML if...

    The app will be an EXE. Can I updated the XML if its embedded in the EXE, or does it need to be a separate file?
  16. Replies
    3
    Views
    1,593

    Saving Info, is XML best for this?

    Quick question.

    My project is an application to save various info about several people. I need to store that info so if the user closes the app the info is saved so its intact when the app is...
  17. Replies
    3
    Views
    702

    I thought I'd tack on this thread because it...

    I thought I'd tack on this thread because it seems our problems are similar. The idea is that there are 10 buttons, I'm just showing the first two, and when you click on one it removes any of the...
  18. Replies
    22
    Views
    1,516

    The idea is that lets say you set three circles...

    The idea is that lets say you set three circles to retain and none to strike it would read:
    Retain - 3
    Strike - 0

    And then if you change one of the three retains to strike it would read
    Retain...
  19. Replies
    22
    Views
    1,516

    The idea is that if you select retain, unclear or...

    The idea is that if you select retain, unclear or strike in one of the dataInputs the respective text box would reflect that. The number increases just fine, but what I'm trying to do is have...
  20. Replies
    22
    Views
    1,516

    I just PMed you a link to my project file.

    I just PMed you a link to my project file.
  21. Replies
    22
    Views
    1,516

    Where this number is being declared,...

    Where this number is being declared, visibleCircles isn't defined yet.

    visibleCircles is used in the organizational area while this is happening in the data entry area.


    declare vs array
    ...
  22. Replies
    22
    Views
    1,516

    I'm running into a conflict now that I moved that...

    I'm running into a conflict now that I moved that button action to the stage. The problem is that if I keep clicking on dataInput.retainBtn the retainTxt number keeps increasing. So I figured I'd...
  23. Replies
    22
    Views
    1,516

    Here is that code moved to the stage: for(var...

    Here is that code moved to the stage:

    for(var retainNumTxt:Number=0; retainNumTxt<numCircles; retainNumTxt++){
    allInputs[retainNumTxt].retainBtn.addEventListener(MouseEvent.CLICK,...
  24. Replies
    22
    Views
    1,516

    I wanted to make that action happen when you...

    I wanted to make that action happen when you inputted the data, instead of clicking on the retainBtn...

    On the stage I put:

    var retainNum:uint = 0;
    retainTxt.text = retainNum.toString();
    ...
  25. Replies
    22
    Views
    1,516

    One more thing: If I want to send the number...

    One more thing:

    If I want to send the number of visible circles to a dynamic text box named "retainTxt", I tried the method in green but it didn't work. [object.circleMC] is returned to retainTxt...
Results 1 to 25 of 59
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center