A Flash Developer Resource Site

Search:

Type: Posts; User: joejubee

Page 1 of 8 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    1,040

    Oops....

    Was putting the code in the worng area of the AS. SOLVED.
  2. Replies
    1
    Views
    1,040

    z index of a movie clip on stage...

    Hey all,

    I'm trying to set the z index of a movie clip "volume_container" on the stage so it's on top of everything. Right now, the FLVPlaybackCaptioning component brings up captions on top of...
  3. Resolved- Thanks!

    Thanks a Ton! (ofFlax)

    The toPrecision did the trick!

    Joe
  4. Rounding up/down numbers in BMI Calculator

    I have a BMI calculator that is currently working well, however when calculated, gives a VERY precise result of:

    Your BMI is: 24.343121332458201

    I'd like it to round up/down so it just...
  5. There are a bunch of companies that say they...

    There are a bunch of companies that say they create 508 compliant elearning flash templates - Try looking at Rapid Intake's Flash Form and Course Avenue.
  6. Thread: section 508

    by joejubee
    Replies
    23
    Views
    5,168

    All I seem to do these days is 508 Compliant...

    All I seem to do these days is 508 Compliant flash... It's sort of a pain, but also really fun and rewarding. The key things - 1) Use the accessibility pane. 2) Use accessibility actionscript. 3) Use...
  7. Solved.

    Turns out, I needed to move the:



    myVideo.addASCuePoint(prefs.prefOmnitureStart, "sendOmnitureStart");
    myVideo.addASCuePoint(prefs.prefOmnitureMiddle, "sendOmnitureMidPoint");...
  8. Yea...

    Yea, I tried that.. (see below)




    myVideo.addEventListener(MetadataEvent.CUE_POINT, cp_listener1);
    function cp_listener1(eventObject1:MetadataEvent):void {...
  9. Single cue point outputting multiple times?

    Hey all,

    So here's what I have - a custom video player that pulls everything from an XML doc. In that XML doc, I have three sections that contain start, middle, and end times (in seconds) for the...
  10. Doh!!! (Slapping forhead) Thanks, and have a...

    Doh!!! (Slapping forhead)

    Thanks, and have a great weekend!
  11. One more question if you don't mind... How...

    One more question if you don't mind...

    How would I go about setting the movie to advance to a frame label depending on the text finally displayed in the "mybmi" dynamic text box?

    I was working...
  12. Oops... I had duplicate names... Fixed. Thanks!

    Oops... I had duplicate names... Fixed. Thanks!
  13. Thanks! When I do that, I get: 1151: A...

    Thanks!

    When I do that, I get:

    1151: A conflict exists with definition txtError in namespace internal.
    var txtError:TextField;

    1151: A conflict exists with definition myBmi in namespace...
  14. Trouble converting AS1 BMI Calculator to AS3

    Hey All,

    I found an old AS1 BMI Calculator and I'm trying to convert it to AS3. Anyone out there that can help me look at this? I've attached the AS1 FLA. I know that I need to replace the Label,...
  15. Yea... that's what I'm doing now. Grrr.... :-) ...

    Yea... that's what I'm doing now. Grrr.... :-)

    Thanks for the reply.

    Joe
  16. Way around using ??

    so here's the deal...

    I created an AS2 widget and provided embed code that lacked the <PARAM NAME="AllowScriptAccess" VALUE="always"> portion of code. (Oops!) But it didn't matter at that point,...
  17. Replies
    3
    Views
    532

    Thanks for your suggestion, but that doesn't do...

    Thanks for your suggestion, but that doesn't do it. I know it's a bug with FF that they know about, but it's still frustrating to deal with.

    Thanks,

    Joe
  18. Replies
    3
    Views
    532

    Can't tab into flash with FF3?

    I have to be missing something here, because this seems too obvious a bug to be real...

    So here's what I do...

    1- Create a flash file with a couple of buttons in it.
    2- Set the tab order of...
  19. Replies
    0
    Views
    370

    Trapped tab focus - Help!

    Hey all!

    I have several flash movies embedded in html pages, and for whatever reason, when you tab through the page, when you get into the flash movie, you can't tab out. The tab just goes in a...
  20. Cross domain policies kicking my butt (Error#2048)

    Ok, so I have the following:

    www.mysite.com
    PLAYER.SWF -- contains flv player and controls.
    cross-domain-policy.xml -- that allows everything.

    www.yoursite.com
    prefs.xml --...
  21. DUH... Ok, so I'm pretty sure the problem has...

    DUH...

    Ok, so I'm pretty sure the problem has to do with this chuck of code:


    //START so that the xmlPrefs class will always look to the same directory as the swf file and not be based on the...
  22. FLV Player – remote xml playlist not loading

    Ok, so I have this FLV player that pulls all of the data (poster frame url, flv url, etc…) from an external xml file “prefs.xml” that’s in the same root as the swf. That all works nicely.

    My goal...
  23. Duh... I figured it out. I feel stupid. I...

    Duh... I figured it out. I feel stupid.

    I just needed to add

    overlayPlay.tabIndex = 1;

    to the AS.

    Thanks!
  24. More info...

    FYI to all, I'm not getting any sort of error, the button isn't included in the tab order, and I just can't see where you can set the tab index (normally found in the accessibility pane) for an item...
  25. Setting Tab Index on button loaded from Library?

    Hey all,

    Is there a way to set the tab index on a button loaded (addChild method) from the library? Granted, you can easily add the tab index to the same button if it's on the stage, but I see no...
Results 1 to 25 of 197
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center