A Flash Developer Resource Site

Search:

Type: Posts; User: Boxer

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Flash 5 Actionscript 2 - convert to Android and iPad apps

    I have a web based Flash 5 Actionscript 2 program. It was written for desktop browsers. It uses mouse operations for dragging. It accepts keyboard input of text and numeric values.

    I would like to...
  2. Replies
    0
    Views
    438

    rollOver and rollOut problem

    This relates to Flash 5 Actionscript.

    The partial code below is on a button within a movie clip that is included as many instances from the library. Within library movie clip, there is a text box...
  3. Replies
    0
    Views
    414

    Hello, I have a Flash 5 button with the...

    Hello,

    I have a Flash 5 button with the following code:

    fscommand ("ProjectOperation");

    This is supported by the Javascript:

    function Project_DoFSCommand(command, args) {
    var...
  4. Just a guess, but have you tried if...

    Just a guess, but have you tried

    if (Selection.getFocus() == "_level0.UserNameBox") {

    instead of _root.?
  5. Replies
    0
    Views
    430

    Hello, I have read truckloads of threads...

    Hello,

    I have read truckloads of threads regarding getURL mailto and body text, but cannot find a solution.

    I want to generate an email from Flash 5 using the getURL mailto facility. The email...
  6. Hello, I have a library movie clip that...

    Hello,

    I have a library movie clip that contains an input text box.

    The library item is placed on the stage multiple times.

    In addition to the clip based input text boxes, there are many...
  7. Replies
    3
    Views
    543

    The thread...

    The thread http://board.flashkit.com/board/showthread.php?threadid=197508 might give some help. Use #p as the label on the required frame(s).

    There are other threads - search for bframe. Good luck.
  8. Replies
    1
    Views
    620

    I'm back... I think that I might be on to the...

    I'm back...

    I think that I might be on to the cause of the problem. It could very well be that it is logic unrelated to the print setup that is at fault.

    More anon... some more debugging first.
  9. Replies
    1
    Views
    620

    Hello, I have read numerous posts relating to...

    Hello,

    I have read numerous posts relating to printing in Flash 5 and the common theme is trouble and failure to achieve the desired outcome.

    I have downloaded the Macromedia print authoring...
  10. Thread: Listbox

    by Boxer
    Replies
    0
    Views
    428

    Is there a resizeable Flash 5 Listbox / Combobox...

    Is there a resizeable Flash 5 Listbox / Combobox out there?

    The Macromedia Smartclip is not at all smart. When resized, the dropdown button is also resized proportionally. Its behaviour also...
  11. I'm back... This was one of those situations...

    I'm back...

    This was one of those situations with a solution so obvious that it took some time for the penny to drop.

    Attaching code to the stage instance of the Menu smart clip allows the...
  12. Hello, Is there a way to immediately activate...

    Hello,

    Is there a way to immediately activate a function upon selecting an entry from the Macromedia menu smart clip?

    I would like the selected value to immediately cause changes to other...
  13. Replies
    7
    Views
    720

    Emily, Try adding the underscore before...

    Emily,

    Try adding the underscore before rotation in your frame code:

    wheelrotate = wheel._rotation;
  14. Replies
    3
    Views
    557

    Mr Mayonnaise, Your second trace has the...

    Mr Mayonnaise,

    Your second trace has the variable incorrectly identified. It should be reallytrueangle - you have reallytueangle.

    With this corected, the trace shows a number.

    I am not sure,...
  15. Replies
    0
    Views
    435

    Is there a pre compiler available for Flash 5...

    Is there a pre compiler available for Flash 5 ActionScript?

    Is is annoying and time consuming to locate spelling mistakes in variable names and the like, when a pre compiler could identify such...
  16. Replies
    12
    Views
    1,334

    Superbog, You have read the problem well. As...

    Superbog,

    You have read the problem well. As mentioned, I have now accepted that there is no mechanism for directly addressing a particular instance by name. The only way to get at the instance as...
  17. Replies
    12
    Views
    1,334

    Vaykent, Thanks again. The custom objects that...

    Vaykent,

    Thanks again. The custom objects that I need are not Movie Clips. They are data container objects only, based on my constructor. They have no stage presence, hence they cannot be clicked....
  18. Replies
    12
    Views
    1,334

    Vaykent, Thanks for your help. The...

    Vaykent,

    Thanks for your help. The "(housename" mistake was a typo in transferring a suitable piece of my code to the thread. Sorry about that - well spotted.

    I have tried your suggestion of:
    ...
  19. Replies
    12
    Views
    1,334

    Vaykent, Thanks for your thoughts, but as I...

    Vaykent,

    Thanks for your thoughts, but as I understand it, a custom object is not the same as Movie Clip object. One difference is that there is no onClipEvent() event handler. A custom object is...
  20. Replies
    12
    Views
    1,334

    VAYKENT, This thread dances around a problem...

    VAYKENT,

    This thread dances around a problem that I added to thread http://board.flashkit.com/board/showthread.php?threadid=22565 well into the discussion.

    You mention One[name] and Two[name]....
  21. Thread: OOP in Flash 5

    by Boxer
    Replies
    32
    Views
    3,912

    Teanau, I understand that an object has a...

    Teanau,

    I understand that an object has a 'class' name, which is the name assigned to its constructor function. However, this name is shared by all instances of the object. I want to be able to...
  22. Thread: OOP in Flash 5

    by Boxer
    Replies
    32
    Views
    3,912

    This looks like a good thread to ask about...

    This looks like a good thread to ask about referencing custom objects as opposed to standard Flash objects.

    It is easy to reference instances of a standard Flash object such as a movie clip...
  23. Replies
    0
    Views
    395

    I am trying to reference a method on an existing...

    I am trying to reference a method on an existing object, but am having trouble creating the object variable that points to the existing object.

    The method is defined as follows:

    function myMC...
  24. Replies
    0
    Views
    445

    G'day, Can Flash 5 ActionScript get its...

    G'day,

    Can Flash 5 ActionScript get its fingers on the Windows Regional Number format settings? I would like to know whether the thousands separator is comma or dot, and vice versa for the decimal...
  25. Experts all, Is there such a thing as a...

    Experts all,

    Is there such a thing as a standard routine to format a text field numeric value such as 100000000 as 100,000,000?

    I am not aware of an intrinsic capability in Flash 5...
Results 1 to 25 of 31
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center