A Flash Developer Resource Site

Search:

Type: Posts; User: Frank Mango

Page 1 of 2 1 2

Search: Search took 0.10 seconds.

  1. Question about linking to subfolders within src folder

    I am working on a Flash project using the current FlashBuilder .
    I have some fonts in a sub-folder called "myFont"
    This sub-folder is located within the SRC folder.
    I can' t figure out the as3...
  2. Replies
    0
    Views
    1,410

    Air application Question

    Hello
    Is it possible to make a call to the root? ie MovieClip(root).someFunction. When you are working with Air.
    I am working with a number of classes and I would like to call some functions on...
  3. Replies
    3
    Views
    1,690

    I am attempting to write an Air for Desktop...

    I am attempting to write an Air for Desktop application using the Flash IDE. (Flash CC)
    There is a great deal of information concerning as3 and the sql database.
    However it is remarkable difficult...
  4. Replies
    3
    Views
    1,690

    delete from sql Database Question

    var deleting:String = "DELETE from residents WHERE firstName= 'bob' AND lastName = 'smith' " ;
    This delete statement works just fine however I am not able to figure out how to get input from text...
  5. Replies
    1
    Views
    781

    Input textField difficulty

    I an using Flash Professional CC
    My problem is this: I have an input textField.In which I will input embedded Thai Fonts. The problem is that I must add a few lines of "\" prior to the input so that...
  6. Replies
    2
    Views
    928

    inPut textField Difficulty

    I an using Flash Professional CC
    My problem is this: I have an input textField.In which I will input embedded Thai Fonts. The problem is that I must add a few lines of "\" prior to the input so that...
  7. Replies
    0
    Views
    1,293

    Input textField difficulty

    I an using Flash Professional CC
    My problem is this: I have an input textField.In which I will input embedded Thai Fonts. The problem is that I must add a few lines of "\" prior to the input so...
  8. Replies
    1
    Views
    7,110

    I sorted it out my problem was working was...

    I sorted it out my problem was working was working sequentially. I tried to fill out "general tab" before I filled out the "Signature tab". When the signature tab was dealt with the options in the...
  9. Replies
    1
    Views
    7,110

    Desktop Air Publishing requirements.

    I am very new to any kind of device publishing. I have looked at a fair amount of internet information with regard to this and I am now absolutely confused.
    I am using Flash Professional...
  10. Replies
    3
    Views
    1,799

    as3 Input Textfield question

    I working on a game There are 2 input textfields for the players to sign in.When the scene opens in the flash player and you click on either of these fields there is no blinking I bar or anything...
  11. Replies
    1
    Views
    1,056

    CS4 Docment class question

    I am attempting to code using the flash IDE document class .
    To that extent I have written a Main Class which is the entry point to my fla.
    I have a number of other classes as well.
    My question...
  12. Replies
    2
    Views
    990

    webdreamer Thanks for the response.I was...

    webdreamer
    Thanks for the response.I was driving myself nuts trying every conceivable path to display the video.When yours did not work i went back and I started from the beginning .I discovered...
  13. Replies
    2
    Views
    990

    CS4/AS3...video problem

    I have an .fla and an .flv saved in the same folder on my desktop.
    The .fla is called videoPlayer
    The .flv is called theMovie
    The folder that they are both saved in is called ...
  14. Replies
    5
    Views
    4,447

    CS3 I would like to thank both of you Members for...

    I would like to thank both of you Members for your imput.The proplem has been properly diagnosed and has been resolved. It was about improper casting.
    Thanks again
    Mango
  15. Replies
    5
    Views
    4,447

    CS3 Byzoomi Thanks for the replay.What I have is a...

    Byzoomi
    Thanks for the replay.What I have is a multidimension array.
    element [0] is an Array of Strings
    element [1] is an Array of Sound files
    element[2] is an Array of MovieClips
    I have...
  16. Replies
    5
    Views
    4,447

    CS3 AS3 MovieClip in an array problem

    Error #1034: Type Coercion failed: cannot convert []@229dff21 to flash.display.MovieClip.
    The above is the eror message I get.

    var girl:MovieClip = new ShawlGirl() is an example of the...
  17. Replies
    1
    Views
    845

    I am writing to myself here. I have resolved this...

    I am writing to myself here. I have resolved this by changing the code from "eventCurrentTarget" to "event.Target. I don't understand why this works.I imagine that lack of understanding will come to...
  18. Replies
    1
    Views
    845

    [RESOLVED] AS3 hitTestObject Question

    I have used a "for loop" to create a number of Sprites.This same loop names the Sprites and places them in an array. That array is used to add and locate the Sprites on the stage.
    The problem I am...
  19. Replies
    2
    Views
    545

    CS3 thats the answer

    Thank you Genesis F5

    You saved me hours of searching ! Mango
  20. Replies
    2
    Views
    545

    CS3 [RESOLVED] AS3 rookie drag Question

    I have a number of Sprites on stage . These Sprites have text fields added to them ie Sprite.addChild(textField)
    I would like to have these Sprites along with their text fields dragable.
    The...
  21. Replies
    0
    Views
    432

    Flash8 Preloader Problem

    I am attempting to build a site to exhibit some sculpture.To this end I have created a series of fla's. These all are saved in a folder on my desk top.
    The corresponding swf files are saved in...
  22. Replies
    0
    Views
    404

    Flash8 Preloader/Publish Preview..Question??

    Gentlemen
    I have essentially what is a slide show....that is to say I am using the MovieClipLoader class to load SWF files into a master .fla.
    When I test my movie and use the simulate download...
  23. Replies
    5
    Views
    602

    selective check btn

    myBtn.onPress = function() {
    ted = Math.floor(Math.random()*my_Array.length);
    trace(ted);
    username_txt.text = my_Array[ted];
    if (username_txt.text == .21)
    {
    trace("it's working");
    }...
  24. Replies
    5
    Views
    602

    [F8] A selective check button!

    My problem is this.
    A sum of money is attached to the screen. This sum is comprised of images of various coins . The user is to add up the coins and fill in an Input text field with that...
  25. Replies
    7
    Views
    547

    The type of text field I am using is Dynamic.The...

    The type of text field I am using is Dynamic.The value in the textfield is numeric.It is a value that is updated when the player scores.
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center