A Flash Developer Resource Site

Search:

Type: Posts; User: gebezis

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    427

    Do you want to minimise the browser containing...

    Do you want to minimise the browser containing the swf or you want tot minimise yhe Flash player (if you use the flash out of a brouser) ?
  2. Replies
    7
    Views
    3,543

    What do you want to do exactly?

    What do you want to do exactly?
  3. Replies
    4
    Views
    468

    Did you put the following line? var...

    Did you put the following line?

    var spl:mx.containers.ScrollPane;
  4. Replies
    4
    Views
    468

    You should use contentPath instead of content if...

    You should use contentPath instead of content if you want to use an external file.
    spl.contentPath = "news.swf";
    the new.swf shoud reside in the same folder as the swf that loads it.
  5. Replies
    3
    Views
    505

    It is a course made in flash 8 which runs from a...

    It is a course made in flash 8 which runs from a single html page. It is embeded in it.
    In the course there is a question section. The user has to run the CD and then run the html from the browser....
  6. Replies
    3
    Views
    505

    [F8] write to hard drive

    I'm working on Flash CD based appication and need a way to write data on the local machine. I can't use any server scripts because it is not run from a server.

    As far as I know I can't write any...
  7. Every new mc should be on a different level. I...

    Every new mc should be on a different level.
    I suggest using this to avoid further problems:

    this.createEmptyMovieClip("upcoming1", this.getNextHighestDepth());
  8. Replies
    2
    Views
    1,029

    Please, I still can't find the sollution of my...

    Please, I still can't find the sollution of my problem.

    Any suggestions?
  9. check the depth

    check the depth
  10. Replies
    2
    Views
    1,029

    I tried to move the first script: on(rollOver){...

    I tried to move the first script:
    on(rollOver){
    gotoAndPlay(2);
    }
    on.........

    on the main timeline of the main swf.
    but it doesn't seem to work again. I tried this:

    external_mc.onRollOver...
  11. Replies
    2
    Views
    1,029

    script in LoadClip mc not working

    I have an external movieclip loaded in my main swf with LoadClip().
    In the external mc I have a button with the following script:

    on(rollOver){
    gotoAndPlay(2);
    }
    on(rollOut){...
  12. Replies
    2
    Views
    309

    I guess you could check the eval function. Not...

    I guess you could check the eval function.
    Not sure though how it works with classes....
  13. OnRelease on dinamically created MovieClip

    Hello there,

    I have this problem:

    I have a number of images dinamically loaded from XML file into the swf. The names of the newly created mc are also dinamically created. All this happens in a...
  14. Replies
    3
    Views
    469

    thank you very much :) I guess I thought It...

    thank you very much :) I guess I thought It should be very difficult and that's way I haven't seen this easy way :))))

    Thanks again !!
  15. Replies
    3
    Views
    469

    Any suggestion, please!

    Any suggestion, please!
  16. Replies
    3
    Views
    469

    printing problem

    Hello

    My case is somewhat difficult to explain.

    I have a swf file - 800/600 px.

    I need to have a table with dinamicaly changed variables in it at about the size of A4 format which has to be...
  17. Replies
    3
    Views
    481

    no, I tried that first and in that case it...

    no, I tried that first and in that case it doesn't show the printer window at all. I mean that it doesn't even try to print anything.
  18. Don't use a scrollpane from the component menu....

    Don't use a scrollpane from the component menu. Create it with actionscript. Here is the code. Acutom it for your own use (the x and y coordinates) :



    /**
    Requires:
    - ScrollPane in...
  19. Replies
    3
    Views
    481

    print the ScrollPane contents

    Hello

    I have a 1.swf file which loads an external 2.swf in it and displais it. I want 1.swf to have a button for printing the external 2.swf only. How do I do that?

    It actually adds 2.swf ...
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center