A Flash Developer Resource Site

Search:

Type: Posts; User: watermelonkid

Search: Search took 0.03 seconds.

  1. mediaPlayback - Global themes don't make haloGreen go away!

    Hey all,

    I've found some other mentions of this problem across the web, but I can't find any detailed, specific instructions on how you can customize the mediaPlayback component to get rid of ALL...
  2. Thanks for the help--but no dice. I'm not getting...

    Thanks for the help--but no dice. I'm not getting anything on the trace still, so I'm thinking that the following line is the problem. Is this the correct way to ask for that particular attribute of...
  3. ComboBox Attribute to Input Text Box on "change"

    Here's the scoop: I have a comboBox that has two attributes being loaded from an XML file. No problems there. The comboBox is loading the arrays into its drop-down and I'm seeing the values. Now what...
  4. ComboBox Attribute to Input Text Box?

    Hi all,

    Here's the scoop: I have a comboBox that is having two attributes loaded from an XML file. No problems there. The comboBox is loading the arrays into its drop-down. Now what I'm trying to...
  5. Replies
    2
    Views
    439

    yeah

    apparently I didn't look far enough. Thanks! :)
  6. Replies
    2
    Views
    439

    Flash 5 Plug-in for IE and Netscape

    Is there anywhere online I can still get the Flash 5 Plug-in for IE and Netscape. I'm having to test some courseware, and the minimum requirements are the Flash 5 player, so I need to test in that...
  7. Replies
    7
    Views
    598

    Found a solution

    With a little PHP, this becomes quite simple:

    http://www.actionscript.org/forums/showthread.php3?t=22107&highlight=force+download

    Thanks to all who chimed in.
  8. Replies
    7
    Views
    598

    no worries

    they're MP3s of MY band's music, so I'm safe :)

    What about linking to a separate VBScript file? In a VBScript file, could you specify both a path to the file to be downloaded and execute a Save As...
  9. Replies
    7
    Views
    598

    thanks, but I just realized...

    this isn't going to work because by replacing the getURL with something other than the path to the MP3 on the remote server, it has no clue where it's going or what it's getting to "save as." At that...
  10. Replies
    7
    Views
    598

    Forcing a "Save As" dialog box

    If you click a link to an MP3 in Flash, it automatically loads in the default player, usually storing the mp3 away in some temp file that most users can't find. Since there is no right-click option...
  11. Thanks, though as I said, I don't know much about...

    Thanks, though as I said, I don't know much about either, so looking at your 100 lines of code is a bit daunting. There HAS to be an easier way with a simple if then statement I'm hoping.

    Will...
  12. Lone XML attribute to a dynamic text box...?

    I don't know much Flash or XML, so I'm looking for some help with this.

    I need to basically search an XML file for an attribute. It only exists once in the whole document. Once found, I need to...
  13. I have a piece that loads text into dynamic text...

    I have a piece that loads text into dynamic text boxes from an external .txt file. The piece works fine in IE (5.x), but none of the text boxes show up in Netscape (4.08)!? I know, who the hell uses...
  14. Thread: em dash

    by watermelonkid
    Replies
    0
    Views
    765

    How does one use an em dash in a text box....

    How does one use an em dash in a text box. Character entities don't work and neither does simply pasting an em dash. Flash Help does not seem to have a section on special characters. Help!
  15. Replies
    1
    Views
    367

    Can you get flash to recognize a right-click and...

    Can you get flash to recognize a right-click and use a goto event with it? If so, how?
  16. After clicking a button, I use the setFocus...

    After clicking a button, I use the setFocus function to have a cursor appear in an input text box, like so:

    on (release) {
    for (i=0; i<cor01.length; i++) {
    if (se01.charCodeAt(i) !=...
  17. Replies
    1
    Views
    430

    In Flash 5, how can you get Flash to advance to a...

    In Flash 5, how can you get Flash to advance to a particular frame after pressing a certain keyboard key (Enter) in an input text box? I'm having problems getting it to work...

    Thanks,

    Brent
  18. Replies
    0
    Views
    381

    Is it possible to have flash recognize a...

    Is it possible to have flash recognize a double-click WITHOUT using visibility? It's important that my piece jump to a different frame after a button/movieclip is double-clicked instead of using...
  19. assign double-click action to a button

    When a user double-clicks a button in my piece, I need it to advance to a predetermined frame.

    I haven't done much work with Flash 5, so can anyone help me with a script that both allows Flash 5...
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center