A Flash Developer Resource Site

Search:

Type: Posts; User: onurcan1977

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Anyway, this solved the problem: for each...

    Anyway, this solved the problem:


    for each (var node:XML in menu_xml.children()) {
    trace(node.name());
    }
  2. [RESOLVED] Finding only base nodes of an XML file

    Hello, I have an xml file with various nodes and want to get first nodes of it, not children. Here's my code:



    function processXML(event:Event):void {
    menu_xml = new...
  3. ctrl+a, ctrl+v, ctrl+c problems with textfields

    I have some input textfields and when I test the movie, ctrl+a is inserting a character (I guess it's tab), ctrl+c is inserting a symbol like "L". ctrl+v is pasting clipboard but it appends a symbol...
  4. How to Call a Variable from a Class to Fla?

    Hello,

    I've class file named Meters.as I need call an array variable from the Meters.as to main fla.

    My class file is located at here: http://sudrap.org/paste/text/336578/

    Here's my code:
    ...
  5. Replies
    1
    Views
    6,934

    SoundTouch Class

    Hello, I'm trying to play an mp3 file using SoundTouch class. But I'm getting error.


    var source:Sound = new Sound1();
    var output:Sound = new Sound();

    var soundTouch:SoundTouch = new...
  6. thanks for the reply. but it doesn't trace a1 or...

    thanks for the reply. but it doesn't trace a1 or b1.
  7. Error while finding object's index in an array

    I've an array with some properties. When I try to find an object's index I'm getting error TypeError: Error #1009. I'm using Flash CS6.

    Here's my array:


    var squareArr:Object = {
    a1: {...
  8. Need help with declaring var for multiple functions

    hi, how to declare a variable that can be accessible for some functions, and recreatible with "new" command, using or without using packages?



    function showWindow(event:MouseEvent):void {...
  9. Thread: Scrollbar

    by onurcan1977
    Replies
    0
    Views
    1,978

    Scrollbar

    I want some code or download link of a scrollbar that can work without movieclip (working alone on the stage). any helps will be appreciated.
  10. Replies
    3
    Views
    3,248

    woow thanks a lot

    woow thanks a lot
  11. Replies
    3
    Views
    3,248

    Help needed about shared object

    hi, i've a problem with shared objects. i m trying to make popup window to appear only once. one of my files contains popup window's codes, other is main window's...

    popup.swf:

    import...
  12. Solved

    the problem is solved with loadermax and external swf. thanks for the helps.
  13. I just want to show text "Loading..."

    I just want to show text "Loading..."
  14. thanks for the reply. what should I do?

    thanks for the reply. what should I do?
  15. the file is above 600 kb so I uploaded it to...

    the file is above 600 kb so I uploaded it to rapidshare.

    http://rapidshare.com/files/446553732/word_game.zip
  16. bump

    bump
  17. Help needed about syncronous function again

    hi, when I test my movie, the screen freezes for some time. first I doubted loop, but the problem exists when I remove it. restart_mc.gotoAndStop(2) has no effect. here's my code:


    function...
  18. Solved

    thanks a lot
  19. Please visit frame actions:...

    Please visit

    frame actions: http://sudrap.org/paste/text/6596/
    dictionary.txt example: http://sudrap.org/paste/text/6597/
    (dictionary full length is about 75000 lines)
    trace (threeLetters):...
  20. Hi I couldn't exactly understand what you...

    Hi I couldn't exactly understand what you recommended and what I need to do. I don't know English much. I'm trying to make a word game played with random words and letters.

    I think the functions...
  21. Help needed about synchronous function

    Hi, I'm trying to output some arrays with order. My code is:

    ...
    removeDuplicates(tempArr);
    myArrayOfLines=tempArr;

    tempArr=eightLetters;
    removeDuplicates(tempArr);...
  22. Replies
    3
    Views
    561

    Solved

    thanks for the reply. /-.*/g works fine.
  23. Replies
    3
    Views
    561

    Help needed about regexp

    Hi, I want to remove string starts with -

    can anyone help me?
  24. Replies
    2
    Views
    682

    thanks for the reply

    thanks for the reply
  25. Replies
    2
    Views
    682

    Help needed about removeeventlistener

    function Main() {
    ...
    var loader:Loader = new Loader();
    loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, imgLoadErrorMethod);
    loader.load(url);...
Results 1 to 25 of 83
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center