A Flash Developer Resource Site

Search:

Type: Posts; User: databell

Page 1 of 15 1 2 3 4

Search: Search took 0.46 seconds.

  1. Replies
    0
    Views
    7,142

    IE issue with multiple .swf's on same page

    Got an issue where on a client's Automotive Repair site that's already up there are three .swf's all embedded using SWFobject but only the middle one is actually appearing. On Firefox they all show...
  2. Replies
    0
    Views
    12,354

    AS2 Form: Checkbox issues

    I'm doing an AS2 form to an already existing site and I'm trying to pass the variables of a checkbox component to a PHP form and I'm not sure if I got things right. I only have one checkbox on stage...
  3. Replies
    3
    Views
    1,725

    Not yet. I think the client wants me to create...

    Not yet. I think the client wants me to create one from scratch.
  4. Replies
    3
    Views
    1,725

    AS3 integration with Constant Contact?

    I'm taking over a website that uses Constant Contact for it's email newsletter and they want me to create a signup page in Flash that when submitted, the values get sent to Constant Contact. Went...
  5. Yes and No. Actually, that let me figure it out....

    Yes and No. Actually, that let me figure it out. I did place the instance of playBtn in the properties panel but only for the conclusion of the tween. Not the start. That's where the error was and I...
  6. Yea, after using the debugger, it's ...

    Yea, after using the debugger, it's

    playBtn.addEventListener(MouseEvent.CLICK, onClickPlay);

    Which makes no sense since there is an instance of playBtn on the stage.
  7. You mean like this? ...

    You mean like this?


    pauseBtn.addEventListener(MouseEvent.CLICK, onClickPause);
    function onClickPause(e:MouseEvent):void
    {
    trace(myChannel);
    trace(snd);
    trace(playBtn);
    trace(pauseBtn);
  8. [RESOLVED] Error 1009 appearing attempting to play Sound

    Haven't had an Error 1009 issue in awhile but tonight I got one trying to play an external .mp3 track. Seems i got a null object somewhere but I can't seem to locate it. After debugging, it seems to...
  9. Replies
    1
    Views
    1,545

    Forgot the file. Had to reduce the file size...

    Forgot the file. Had to reduce the file size anyway.
  10. Replies
    1
    Views
    1,545

    3D Rotation / Translation issue

    I'm working on a 3D iPad movie clip (yea, I know. iPad and Flash....makes sense....) and I'm trying to use the 3D Rotation and Translation tools in CS5 and no matter what I do the rotation point...
  11. Replies
    0
    Views
    1,901

    CS5 issue with external AS2 classes?

    I recently took over an all-Flash site that I didn't design. Almost every .fla makes calls to external AS2 classes including the Robert Penner classes among others. Like this:

    import com.gs.*;...
  12. Last line of selectable text in some paragraphs have too much leading

    I'm noticing this with some selectable text fields. In some paragraphs the last line of text will have far more leading than the other lines of text and I can't seem to make changes to it unless I go...
  13. Replies
    1
    Views
    7,306

    GotoAndPlay action in MC being ignored

    This is really strange. I've got a movie clip and at the final frame of the clip, I have an action to make it go back but to a frame label and I've tried a number of different versions of the...
  14. I can get it. If you're on a Mac like I am, you...

    I can get it. If you're on a Mac like I am, you just control-click the link and from the contextual menu, you click on Save Link As and then download the .flv to your hard drive. On a PC, I don't...
  15. First off, Rob: Thanks for the test. It's...

    First off, Rob: Thanks for the test. It's interesting as both me and my clients are testing it on Macs and you're on a PC there would be such a drastic difference.

    Now onto the explanations. This...
  16. Sorry, the one using the flv is:...

    Sorry, the one using the flv is:
    http://www.datatv.com/flashkit/moneyshot6.html
  17. Here's the one using the .m4v file:...

    Here's the one using the .m4v file:
    http://www.datatv.com/flashkit/moneyshot5.html
    and the video
    http://www.datatv.com/flashkit/EndSlate_720p.m4v

    and the one using the .flv file:...
  18. Forgot to mention, the FLVPlayback component is...

    Forgot to mention, the FLVPlayback component is in just one frame. It's a one frame .swf calling movie clips which are already on the stage.
  19. I picked 31 based on the fact it seems the...

    I picked 31 based on the fact it seems the defacto standard these days for Flash movies is either 21 or 31 frames per second it seems to be optimized. Even so, reducing it to 30 didn't change...
  20. Frame Rate Issues: .swf playing too fast in browser

    Got a 31fps .swf that when I play it in Flash from Test Movie plays at the proper speed. However, when I test it in a browser, the .swf plays about twice as fast. The movie does load a H.264 .m4v...
  21. Replies
    1
    Views
    643

    IE / SWFObject test

    I just launched a site for a client and the client came back and said none of the Flash was appearing. I'm not experiencing the same issue so I'm puzzled as to what is going on. Of course, the...
  22. Sure. No problem. Here you go.

    Sure. No problem. Here you go.
  23. jweeks, found one problem with the script. Yes,...

    jweeks, found one problem with the script. Yes, if you roll to the left or right of the button or the popup, it disappears. However when you move below the Portfolio button, the popup stays on the...
  24. Safari issue: Flashes white before displaying bkg color

    I'm wondering if this is just something in Safari because it's not happening in Firefox at least on the Mac. I have a client who wants a navbar with background color the same as the background color...
  25. Yep, that worked. Thanks so much.

    Yep, that worked. Thanks so much.
Results 1 to 25 of 374
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center