A Flash Developer Resource Site

Search:

Type: Posts; User: jheckathorn

Search: Search took 0.03 seconds.

  1. Replies
    55
    Views
    105,528

    If you want to take it to the next level and...

    If you want to take it to the next level and learn some OOP, the best book in my opinion is the Object-Oriented ActionScript 3.0 put out by friends of ed. The first book for AS2 was great to for...
  2. Replies
    3
    Views
    517

    use debugger to see if the mc is a child of the...

    use debugger to see if the mc is a child of the stage. Or if you need to check and see if its inside the actual stage area. put a watch on the x and y properties of the mc.
  3. Replies
    1
    Views
    547

    If you're video is embedded I don't think you can...

    If you're video is embedded I don't think you can do that.
    If you have a relative link to an flv ie progressive download it's already doing that. It will buffer and then play.
    If you can do it with...
  4. It doesn't look like you are accounting for load...

    It doesn't look like you are accounting for load time of your image. You need to setup a kind preload on the image or a check to see if the image is loaded perfore you attempt to fade between them.
  5. Start by updating the html. I you need to publish...

    Start by updating the html. I you need to publish a newer flash file an take the html from that just do a find and replace on the filename and path.
  6. Replies
    4
    Views
    685

    In addition if you are looking to control the...

    In addition if you are looking to control the browser size, there are ways using JavaScript but none of them work on all browser in all situation. Thus I would avoid doing it.
    One suggestion is, I...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center