A Flash Developer Resource Site

Search:

Type: Posts; User: etschoepe

Search: Search took 0.05 seconds.

  1. I'm a little late to this party, but I've been...

    I'm a little late to this party, but I've been searching for a similar solution and thought I'd weigh in with this item:
    http://www.adobe.com/devnet/flash/quickstart/flvplayback_component.html

    In...
  2. um, did you read through the thread? I posted a...

    um, did you read through the thread? I posted a workable solution.
  3. oh yeah, one thing I forgot: the actionscript...

    oh yeah, one thing I forgot: the actionscript that invokes clipTabs in the javascript needs to be delayed so that your users can see your menu being retracted. Two ways that can happen: use the...
  4. Yeah, i just implemented this and it works fine. ...

    Yeah, i just implemented this and it works fine. It's not that complicated, really.

    1. Start off with CSS that clips the div tag holding your Flash menu. That way the menu is already clipped...
  5. I'm having a similar issue with a drop-down Flash...

    I'm having a similar issue with a drop-down Flash menu. It's in transparent mode, and even when there's nothing (not even alpha=0) to interfere with the HTML text, it still covers it and makes it...
  6. Replies
    1
    Views
    530

    Hmmm, looks like a false alarm. The reason the...

    Hmmm, looks like a false alarm. The reason the lower movie couldn't receive the mouse events turns out to have been due to invisible "hit areas" that I had put in place in the upper movie to make...
  7. Replies
    1
    Views
    530

    mouse events and layers (z-indeces)

    I have two separate Flash movies that overlap each other on an HTML page. The top one covers the bottom one in transparent windowless mode.

    Problem is, even though I can see the buttons or radio...
  8. OS thoughts

    Or do these things simply work when one has a Czech or Slovak version of Windows? I can cut and paste such characters from a Word document (from the people who did the translating) into Notepad, but...
  9. multibyte encoding for Flash 5? Czech-speakers, help!

    I need to create some flash movies in Czech and Slovak using Flash 5. I know how to make special characters like r-caron (the one with a little crown on it) appear by using Unicode '\u0159' or...
  10. Replies
    6
    Views
    728

    Oh. I see your point. In my case, my...

    Oh. I see your point.

    In my case, my clients are definitely using IE, plus the xml files being parsed are not that large. I guess I have an aversion to rewriting code (if/when Macromedia stops...
  11. Replies
    6
    Views
    728

    final code

    This code executes much more quickly than my previous code. Thanks!

    I had to correct one or two little details, plus I decided to use the String.substr function after all. I was worried about...
  12. Replies
    6
    Views
    728

    Thanks! I'll give it a try.

    Thanks! I'll give it a try.
  13. Replies
    6
    Views
    728

    string substitution

    Has anyone written an efficient string-substitution function?
    In other words, every time one substring occurs in a string, I want to replace it with another:
    e.g. "Here's some bothersome text" ->...
  14. controlling speed of ActionScripting (text effect)

    Hey, everybody!

    I'm using a simple text effect in which movie clips of single characters are duplicated and I'm having trouble getting it to work at the right speed. I know of two ways I can...
Results 1 to 14 of 14




Click Here to Expand Forum to Full Width

HTML5 Development Center