A Flash Developer Resource Site

Search:

Type: Posts; User: dtone314

Page 1 of 11 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    633

    Gotcha, that makes sense. I'll use the Graphics...

    Gotcha, that makes sense. I'll use the Graphics reference. Thanks again!
  2. Replies
    5
    Views
    633

    That's the one I was thinking of, Flax. Any...

    That's the one I was thinking of, Flax. Any reason you'd use regbolD's method over the one you provided? Just because it's a one line deal? Thanks for clarifying, and thank you both!
  3. Replies
    5
    Views
    633

    Drawing lines- shortcut

    I'm working on a project where I'm using lineTo and moveTo a lot. It seems there is a lot of redundancy in having to type
    myMC.graphics.moveTo(x,y)
    myMC.graphics.lineTo(x,y)
    etc, etc

    every time...
  4. Replies
    2
    Views
    545

    Ok, after some thought I now better understand...

    Ok, after some thought I now better understand the problem:

    I assumed that the parent MovieClip's size and location were related to what was "inside" of it, like when one creates a MC on the...
  5. Replies
    2
    Views
    545

    Child MovieClip problem

    I'm working on a project where I'm drawing some lines in a MovieClip, then sending the MC as a ByteArray to some server side code to create a JPG out of it. The problem I'm having is this: A MC...
  6. Replies
    1
    Views
    583

    You need to put a question mark (?) after the SWF...

    You need to put a question mark (?) after the SWF url before you add your variables. Like this:...
  7. Replies
    0
    Views
    570

    Dynamically put a MC inside another MC

    Hi Flashkit,

    I am trying to put a MC that was created at runtime into another empty MC. Any idea how to do this? I've checked out attachMovie, but that deals with MC's that already live in the...
  8. Solved... I added ...

    Solved...
    I added
    _root.contentNews.scrollPane.invalidate() to the end of my onLoad function, which updates the scroll bar to fit the new content ;)

    Hope this helps someone down the road!
  9. ScrollPane with Dynamic content: No scroll bar showing

    I'm loading text from an external txt file into a dynamic text field. This dynamic text field is inside a movie clip, which is loaded into the ScrollPane.

    The text shows up in the ScrollPane, and...
  10. Replies
    7
    Views
    2,757

    Ok, I found the problem. I had 2 getURL calls,...

    Ok, I found the problem.

    I had 2 getURL calls, on after the other. One appeared to cancel the other out. I put a delay in between calling each, and now the data is showing up in Analytics. Wow.
  11. Replies
    18
    Views
    1,414

    MX04 Are you saying that the images "flicker" when you...

    Are you saying that the images "flicker" when you roll over? You are just trying to make it act like a button, right? Roll over and the image is in one state, roll off and it's back to 'normal'?...
  12. Replies
    12
    Views
    7,583

    Use the 'Expires' header. The Expires header of...

    Use the 'Expires' header. The Expires header of an HTML document tells a Web browser when a cached document should expire from the cache. Using a date in the past ensures the document will always be...
  13. Replies
    7
    Views
    2,757

    I missed your previous remark... I know the...

    I missed your previous remark...

    I know the clicks have had enough time to "marinate" themselves into Analytics. I put this code in place 3 days ago now, and still no button stuff shows up. New...
  14. Replies
    7
    Views
    2,757

    I had it there at first, but Google says that...

    I had it there at first, but Google says that when there's other Javascript it can sometimes interfere with the Analytics code, and that the <head> is a more reliable place to put it. (reference)
  15. Replies
    7
    Views
    2,757

    I'm looking under Content in Analytics, where it...

    I'm looking under Content in Analytics, where it lists the pages being tracked. It says 100% of the traffic is going to "/", my single HTML page. I don't see any reference to "/SongDownloads"...
  16. Replies
    7
    Views
    2,757

    [RESOLVED] Tracking with Google Analytics

    I've searched the forum, but there were no definitive answers.

    I'm trying to use Google Analytics to track button clicks. I know there is an AS3 component, but I'm working on an AS2 project....
  17. Hey, good call! So simple, but I didn't think of...

    Hey, good call! So simple, but I didn't think of it :P

    Thanks for your help!
  18. [RESOLVED] Drawing API- beginFill question

    I am trying to dynamically create a shape to use as a mask. I can create and fill the shape with color, but I'd like to remove the lines that border the shape (the lines that act as walls for the...
  19. Replies
    18
    Views
    1,414

    MX04 Okay, I can't save it down to MX 2004 from CS4,...

    Okay, I can't save it down to MX 2004 from CS4, but here's the code, and what to do with it:

    1. Put this in the first frame of your main timeline:

    var myTimer;
    _root.evacutubes._visible =...
  20. Replies
    18
    Views
    1,414

    MX04 Also, how do you feel about making the menu items...

    Also, how do you feel about making the menu items appear/disappear using the _visible property? That would be easy, and accomplishes the same thing...
  21. Replies
    18
    Views
    1,414

    MX04 So, I get what you want to be "on top", but you...

    So, I get what you want to be "on top", but you want the buttons to appear on the second line for only half a second? Not sure I understand...
  22. Replies
    18
    Views
    1,414

    MX04 Okay, first off, your FLA is set to use...

    Okay, first off, your FLA is set to use Actionscript 1. To use the code in the link to the tutorial I provided you need to be using AS 2.

    I also don't know which MCs you're trying to put on the...
  23. Replies
    18
    Views
    1,414

    MX04 If you upload your FLA I'd be happy to take a...

    If you upload your FLA I'd be happy to take a look.
  24. Replies
    18
    Views
    1,414

    MX04 :shhh:clicky...

    :shhh:clicky
  25. Replies
    2
    Views
    469

    Flash8 Check out eval(); That will allow you to add...

    Check out eval();

    That will allow you to add the numbers instead of appending the 1 to the end.
Results 1 to 25 of 263
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center