A Flash Developer Resource Site

Search:

Type: Posts; User: Dos

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    356

    htmltext and getCaretIndex

    Does anyone know of a good hack to retreive the caret position of a textfield_txt.htmlText, based its textfield_txt.text position?

    Dos
  2. Replies
    2
    Views
    686

    appendchild to deeply nested large document

    <?
    <main>
    <person>
    <name>sally</name>
    <email>sally@</email>
    </person>
    <person>
    <name>burt</name>
    <email>burt@</email>
    ...
  3. Replies
    3
    Views
    1,009

    I figured it out. The C++ socket server wasn't...

    I figured it out. The C++ socket server wasn't sending the XML back to flash after the \0 was reached. Thanks for your help!

    Dos
  4. Replies
    3
    Views
    1,009

    By the way... I'm using the Flashassist Pro...

    By the way...

    I'm using the Flashassist Pro socket server for mobile devices.

    Dos
  5. Replies
    3
    Views
    1,009

    socket.send() and socket.onxml() question

    I'm writing to an XML file via socket.send(). When will this trigger my socket.onXML() function. Or will it at all? How can I update my parsed XML data with the new data? How will I know when the...
  6. Thread: 3d menu

    by Dos
    Replies
    4
    Views
    905

    Sure, Move it over to 3d. Thanks for the offer...

    Sure,

    Move it over to 3d. Thanks for the offer for the director piece, but I'm more interested in a flash version. My lingo skills are pretty weak.

    dos
  7. Thread: 3d menu

    by Dos
    Replies
    4
    Views
    905

    Hello all, does anyone know the whereabouts...

    Hello all,

    does anyone know the whereabouts of an open source version of the beatles.com menu? I remember seeing similar versions several years ago, but they seemed to have vanished.
    ...
  8. Thread: 3d menu

    by Dos
    Replies
    0
    Views
    698

    Hello all, does anyone know the whereabouts of...

    Hello all,

    does anyone know the whereabouts of an open source version of the beatles.com menu? I remember seeing similar versions several years ago, but they seemed to have vanished.
    ...
  9. Replies
    0
    Views
    241

    Hello, I'm trying to launch a web site from a...

    Hello,

    I'm trying to launch a web site from a standalone .exe, but I'm running into a problem. If the user already has i.e. open, the pages loads underneath the exe. I've tried window.focus(); on...
  10. Replies
    1
    Views
    504

    Hello, I'm trying to launch a web site from a...

    Hello,

    I'm trying to launch a web site from a standalone .exe, but I'm running into a problem. If the user already has i.e. open, the pages loads underneath the exe. I've tried window.focus();...
  11. Hello, I'm trying to turn a movie with lots of...

    Hello,

    I'm trying to turn a movie with lots of scripting into a quicktime thing, but the export disregards my actionscript. Any advice?

    dos
  12. Replies
    1
    Views
    388

    hello, I'm trying to set the value of a...

    hello,

    I'm trying to set the value of a variable in a MC that is addressed dynamically.

    -----works------
    _parent.sub_5:go = 1;


    -----doesn't work------
    _parent["sub_" add i]:go = 1;
  13. Replies
    1
    Views
    307

    I have 6 frames, each with a dynamic text box...

    I have 6 frames, each with a dynamic text box named body_1, body_2 and so on. In each frame it says _root.scroll_up.x = 1, _root.scroll_up.x = 2, etc. And _root.scroll_down.x = 1 and so on. Each...
  14. Replies
    1
    Views
    937

    Is there a way to change the font size of dynamic...

    Is there a way to change the font size of dynamic text field, based on the lenght of the string being inserted?Thanks,
    Dos
  15. Thread: php, oracle, flash

    by Dos
    Replies
    0
    Views
    632

    Does anyone know of good tutorial or example that...

    Does anyone know of good tutorial or example that shows how to display dynamic text in flash5 using php4 and an oracle8 dbase?

    Thanks

    Dos
  16. Hey, I'm sure it does work. I can send you...

    Hey,

    I'm sure it does work. I can send you an example if you wish. Maybe we aren't on the same page.

    Dos
  17. Hey bud, FlashGuru is right, and you could...

    Hey bud,

    FlashGuru is right, and you could also do it this way.
    Assign a label to the frame in the scene you wish to "go to"
    Then, in your nested button have it go to an expression like so:
    ...
  18. Thread: Targeting Frames

    by Dos
    Replies
    3
    Views
    633

    Hey FlashGuru Thanks a lot, it worked. Dos

    Hey FlashGuru

    Thanks a lot, it worked.

    Dos
  19. Thread: Targeting Frames

    by Dos
    Replies
    3
    Views
    633

    Hey All, How do you target a frame on the main...

    Hey All,

    How do you target a frame on the main time line from a button nested within a movie clip. I want a nested button to "Go To" frame 2 of the main line.
    I have been working around this...
  20. Thread: Minize Browser

    by Dos
    Replies
    2
    Views
    740

    Hey gang, I have a flash site whose buttons...

    Hey gang,

    I have a flash site whose buttons open another flash site in a new pop up window. These two open windows running simultaniosly playback very slowly. When either is minimized the...
  21. Thread: Game Check

    by Dos
    Replies
    3
    Views
    2,008

    Thanks Guys, Great Ideas. Any idea how I...

    Thanks Guys,

    Great Ideas.

    Any idea how I can get the laser fire to go under the dash?
    I think it might involve putting the laser instance in another movie clip and then positioning it under...
  22. Thread: Game Check

    by Dos
    Replies
    3
    Views
    2,008

    Hey gamers, I've been slowly working on my...

    Hey gamers,

    I've been slowly working on my game in whatever free time I can Find. I'm getting there but I'm having troulble making the game challenging for users.
    I've yet to randomize the...
  23. Thread: Open New Window???

    by Dos
    Replies
    2
    Views
    536

    Go to macromedia.com's support section for flash....

    Go to macromedia.com's support section for flash. search for javascript. You'll find your answer there.

    Dos
  24. Replies
    3
    Views
    710

    ece_dannygroov, There are numerous books...

    ece_dannygroov,

    There are numerous books available. Flash Bible, Flash 4 fx and design, and Flash 4 Magic to name a few.
    Flash 4 magic is very comprehensive and walks you through some...
  25. Replies
    1
    Views
    432

    There is a movie here at flashkit under...

    There is a movie here at flashkit under interactive actionscript called "real windows"

    I think that is what you want

    Dos
Results 1 to 25 of 26
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center