A Flash Developer Resource Site

Search:

Type: Posts; User: panoss

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    5,652

    What I discovered is that dynamically loaded...

    What I discovered is that dynamically loaded movieClips get unloaded when I exit the frame in which they are added.
    Let me explain what mean.

    I have the preloader.swf, it has 3 frames.

    In...
  2. Replies
    4
    Views
    5,652

    I was not clear enough, so I 'll have to add some...

    I was not clear enough, so I 'll have to add some info.
    In the third frame of the preloader, lays the (above quoted) code of the loader.
    So when it enters the third frame, the code is executed and...
  3. Replies
    4
    Views
    5,652

    How to check if an swf file is loaded

    (I don't want to check ProgressEvent.PROGRESS while loading, but, after it's loaded, to check if it's loaded so it won't be reloaded)

    In my preloader I'm loading a file, called 'settings.swf' with...
  4. Replies
    3
    Views
    4,483

    Here is a link to download because the forum...

    Here is a link to download because the forum board I suppose doesn't allow more than 1MB files:
    https://isxasos.sharefile.com/d-sd0ff10a565147b7a

    For simplicity, I 've not included the game.fla....
  5. Replies
    3
    Views
    4,483

    AddChild movieclip to a frame

    I have a project with a preloader.swf which loads: buttons (a board), settings.swf and game.swf.
    I want when in preloader's frame 1, to be visible the buttons.
    when in preloader's frame 2, to be...
  6. Replies
    2
    Views
    1,533

    I added one empty keyframe at the begining of the...

    I added one empty keyframe at the begining of the game.
    The only code it has is 'stop();'.
    So during loading, game is stopped at the first frame.
    (so that code will be executed only after...
  7. Replies
    2
    Views
    1,533

    Access variable in MainTimeLine

    I have preloader that loads another swf, game.swf.



    // this code is in the preloader
    var appRoot="localhost";
    // load game
    var request:URLRequest = new...
  8. Replies
    5
    Views
    2,283

    AS 2 jFunk, I tried your suggestion, nothing changed....

    jFunk, I tried your suggestion, nothing changed. It gave me 'output=false' the third time I run it and no SQL error.

    I think the php file, when it returns me 'output=false', is not executed at...
  9. Replies
    5
    Views
    2,283

    AS 2 View Post

    <?php
    header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
    header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
    ...
  10. Replies
    5
    Views
    2,283

    AS 2 PHP doesn't always respond to my sendAndLoad

    I 'm using sendAndLoad from my swf to comunicate through php wih a server.
    2 of 3 times I get a response from the php file as expected, while 1 out of 3 I get no response (returns me...
  11. Replies
    0
    Views
    1,370

    How to pass a parameter to a MovieClip

    I have a flash application (the main movie) and in it a movieClip (I call it my_dialog).
    When the main movie starts, I want to pass a parameter (the user's username) in to the movieClip:
    (code in...
  12. Replies
    1
    Views
    3,602

    Well, the solution was right in front of my eyes...

    Well, the solution was right in front of my eyes :o :
    I had to run the html file that automatically flash produces (in which is embedded the swf file), and not the swf file...:...
  13. Replies
    1
    Views
    3,602

    Check if logged in in joomla

    I 'm making a flash 8 application, where I'm trying to check if the user is logged in in my joomla site.
    This is my code in flash:


    submit_button.onRelease = function()
    {
    submitURL =...
  14. Replies
    3
    Views
    5,675

    Let me make some things clearer: 1. I must say...

    Let me make some things clearer:
    1. I must say that I have TWO files: my.swf and my_preloader.swf.
    The preloader gets loaded first. Then it loads my.swf with commands:
    ...
  15. Replies
    3
    Views
    5,675

    Problem embeding swf in index.php

    I'm trying to embed an swf file in a .php file.
    When both files (php & swf) are in the same directory (mysite.com/), works perfectly.
    Here is the code I put in php file (mysite.com/my.php)(some is...
  16. Replies
    3
    Views
    1,337

    And when the content of a textfield is printed,...

    And when the content of a textfield is printed, how does the printer calculate the dimensions of the letters?
  17. Replies
    3
    Views
    1,337

    TextField dimensions in millimeters?

    How can I convert the dimensions of a textfield (from pixels) to millimeters?
    Is there a way?
  18. Replies
    2
    Views
    3,712

    I'll have to 'cut' the appropriate part to post...

    I'll have to 'cut' the appropriate part to post it here.
    From Monday now.
  19. Replies
    2
    Views
    3,712

    Change font in aTextField

    I can change the font of selected text, with
    my_format.font = "Arial";
    textFormat(my_format);
    and so selected text takes the font "Arial".

    I want to do it with non-selected text.
    To choose...
  20. Replies
    5
    Views
    4,977

    Nig thanks a lot, I might try it.

    Nig thanks a lot, I might try it.
  21. Replies
    5
    Views
    4,977

    Thanks Nig, but it's not what I want.

    Thanks Nig, but it's not what I want.
  22. Replies
    5
    Views
    4,977

    How to detect resize event of a TextField

    I have a TextField with autoSize = true.
    So, when the TextField gets resized (because of the size of the text), I want to react to this event (the resize).
    Something like:
    TextField.onResize.
    ...
  23. Replies
    9
    Views
    6,313

    Finally, it had to do with font embeding. I...

    Finally, it had to do with font embeding.
    I found the solution here.
    Thank you all for your help.

    Now, I need to make the line-spacing, I hope it won't take me another 48 hours :rolleyes:!
  24. Replies
    9
    Views
    6,313

    That's impossible, I use Flash 8. I can change it...

    That's impossible, I use Flash 8. I can change it to 7, 6, 5 etc, but not 9.

    Anyway, I opened it in my browser which has flash player 11 something, and works the same way :confused:.
  25. Replies
    9
    Views
    6,313

    I embeded All(39477 glyphs) but does not work!...

    I embeded All(39477 glyphs) but does not work! Unfortunatelly!
Results 1 to 25 of 38
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center