A Flash Developer Resource Site

Search:

Type: Posts; User: Shotsy247

Page 1 of 20 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    3
    Views
    471

    CS3 I was loading it in to a container clip. After...

    I was loading it in to a container clip. After the load completed I was attempting to apply _lockroot to the container clip. It did not resolve the issue. I assume the "old swf" was created prior to...
  2. Replies
    3
    Views
    471

    CS3 _lockroot issues

    Hi All,

    I have an old swf, perhaps created prior to player 7.

    When I load this swf into a newly created swf it no longer works as expected. I suspect that it is because it was created with...
  3. Replies
    0
    Views
    597

    [AS2] Scrollpane content issues

    Hi All,

    I am publishing as V9 AS2 using CS3.

    I am using a Scrollpane in a project. One person who is using IE on Windows XP is seeing an odd error. I'm not sure which version of Flash player...
  4. Replies
    53
    Views
    16,475

    Silver, My 2 year old thinks your avatar is...

    Silver,

    My 2 year old thinks your avatar is very funny. He won't stop pointing and laughing while I'm reading some posts. I hope he doesn't really understand what's happening there and actually...
  5. Replies
    53
    Views
    16,475

    I'll give it a try this year. Although if it's...

    I'll give it a try this year.

    Although if it's a decathalon I can't count on getting knocked out early.

    How many events will this be? How often? I assume it will take place in March.

    _t
  6. Replies
    2,138
    Views
    539,386

    It's been awhile since I've done much of...

    It's been awhile since I've done much of anything.

    Hope you like.

    http://www.interactiverain.com/battleImages/sunbird.jpg

    _t
  7. Replies
    6
    Views
    694

    Thanks. That makes sense. _t

    Thanks. That makes sense.

    _t
  8. Replies
    6
    Views
    694

    Hi AlsoGaiusCoffey, I'm trying to understand...

    Hi AlsoGaiusCoffey,

    I'm trying to understand what is happening here a bit more clearly, but having some trouble. Coudl you please explain what is going on in this function, specifically with the...
  9. Replies
    6
    Views
    694

    Thanks! _t

    Thanks!

    _t
  10. Replies
    1
    Views
    597

    Alert.addEventListener help

    Hi All,

    I am using the Alert Component but having a bit of difficulty.

    The help files say that I can add a click event to the Alert to capture when it have been clicked. To do this they add an...
  11. Replies
    10
    Views
    696

    Another option is the Alert component. Check it...

    Another option is the Alert component. Check it out in the help files.

    I'm having a few issues with it at the moment, but it does what you're looking for.

    _t
  12. Replies
    6
    Views
    694

    Anyone?

    Anyone?
  13. Replies
    2
    Views
    463

    Thanks Whispers. I ended up firing the code...

    Thanks Whispers.

    I ended up firing the code from an invisible MC that I placed over the textField.

    invisiBut.userHandCursor = false;
    invisiBut.tabEnabled = false;
    invisiBut.onRelease =...
  14. Replies
    6
    Views
    694

    [AS2] Custom Class in a Shared Object

    Does anyone know how I can save a custom class in a SharedObject and have its methods survive when the SWF is closed and reopened?

    for example:


    var myClass:CClass = new CClass("Value");...
  15. Replies
    2
    Views
    463

    [CS2] setSelection help

    Hi All,

    I'm trying to automatically select all of the text within a textfield when a user selects that field. How can this be done?

    What I have tried is:


    myText.onSetFocus = function(){...
  16. Replies
    17
    Views
    1,560

    kdesign, Thanks for the feedback. Useful...

    kdesign,

    Thanks for the feedback. Useful stuff. I'll be sure to incorporate some of that into the next build.

    _t
  17. Replies
    5
    Views
    865

    It seems that a server-side product called...

    It seems that a server-side product called SWFScout by ByteScout can accomplish this task.

    http://www.bytescout.com/swfscout.html

    I have not tried this product so this is not a recommendation,...
  18. Replies
    5
    Views
    865

    Thanks Whispers, but I need the data and swf to...

    Thanks Whispers, but I need the data and swf to be contained in a single file that can then be sent to another location.

    I recall reading a thread about an open source swf compiler, something that...
  19. Replies
    17
    Views
    1,560

    That is not the point. The point is to make ONE...

    That is not the point. The point is to make ONE design that accomplishes what it needs to accomplish. If I were to have taken the time I would have needed to code this properly in AS2 I would have...
  20. Replies
    6
    Views
    797

    Good point. Thanks. _t

    Good point.

    Thanks.

    _t
  21. Replies
    17
    Views
    1,560

    You're missing the entire point. I understand...

    You're missing the entire point. I understand Flash best practices and don't need to be told that my site is too large. I know that. I plan to rebuild once I have learned AS3 as a project to help me...
  22. Replies
    5
    Views
    865

    External SWF Compiler

    Hi All,

    Does anyone know a way to comile swfs outside of Flash on the server?

    For example, say I have a swf that accepts a variable called name. But the variable comes from outside of the swf....
  23. Replies
    3
    Views
    869

    What you need to do is add that variable and...

    What you need to do is add that variable and value to the flash movie param on the html page.

    Something like:

    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the...
  24. Replies
    6
    Views
    797

    Not on the server yet. I'd like to get it working...

    Not on the server yet. I'd like to get it working in the testing enviornment before I post to the server.

    Actually, I'm just trying to learn so I have no intention of posting to the server.

    _t
  25. Replies
    17
    Views
    1,560

    Yes I know I should be creating a more dynamic...

    Yes I know I should be creating a more dynamic site that only loads the content that it needs when it needs it. However I needed the site up and fast so I broke my own best practices and created this...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center