A Flash Developer Resource Site

Search:

Type: Posts; User: P1_6uy

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    351

    Hi! I made a component. I made another swf file...

    Hi!
    I made a component.
    I made another swf file to act as the preview movieClip,
    as in the macromedia docs.
    My problem is what I want to preview is an attachMovie.
    But the attachMovie is done in...
  2. Replies
    0
    Views
    272

    Hello everybody! I would to know how can I...

    Hello everybody!
    I would to know how can I create a class visible in all movieClip?
    I try:
    function _global.class () {
    }
    but that's not work.
    as:
    _global.class = function () {
    }
  3. Replies
    2
    Views
    418

    I dont if it was the problem but I fix it with...

    I dont if it was the problem but I fix it with the object call of the function:
    setInterval(this,"move",1);
  4. Replies
    2
    Views
    418

    Here the code: what wrong? The this.move()...

    Here the code:
    what wrong?
    The this.move() function execute only once when called by
    this.putBall().
    -----------------------------------
    #initclip
    function ball() {
    Key.addListener(this);...
  5. Replies
    3
    Views
    743

    Strange thing here. Ok,look at that: ...

    Strange thing here.

    Ok,look at that:

    mc.loadMovie("foo.swf|");
    mc.onData = function () {
    trace("!!!");
    }

    The result?
  6. Replies
    0
    Views
    333

    hi! I run into strange problems. I have a...

    hi!
    I run into strange problems.

    I have a embeded video in a swf file.
    I just embed it and export it. The swf contain only the video.

    Now I use video.loadMovie(video.swf) to include it...
  7. Replies
    1
    Views
    431

    Weird question. I have an object. This object...

    Weird question.

    I have an object.
    This object has 3 method: init,update,draw.
    The slowdonw occur when I call draw.
    The draw method is 2 loops imbricated:


    timer = getTimer();...
  8. Replies
    2
    Views
    419

    Hello all! I got a strange problem. I try to...

    Hello all!

    I got a strange problem.
    I try to make a prelaoder for my application.
    Nothing special, just _root.getBytesTotal and _root.getBytesLoaded.

    But the problem I got is weird.
    I use a...
  9. Replies
    1
    Views
    368

    Hello. I want to convert a .swf into a .mov. I...

    Hello. I want to convert a .swf into a .mov.
    I can't do an export as quicktime in the authoriting tool because I don't have the .fla. The files is generated with turbine. I try with afterEffect 5.0...
  10. Replies
    2
    Views
    573

    I use the dot notation. I made a really simple...

    I use the dot notation.

    I made a really simple Movieclip.
    It has a textfield with a variable associated "test".
    It has a simple function within the only frame:
    function init()
    {
    this.display...
  11. Replies
    2
    Views
    573

    Hello, here me problem: I have a function init()...

    Hello, here me problem:
    I have a function init() inside of my mc.
    This function set the colour of the object.
    But, i dont know hy, i can't execute it!
    Strange things happen.
    What i want is...
  12. Replies
    0
    Views
    503

    My problems: I want to embed flsah into mail....

    My problems:
    I want to embed flsah into mail.
    Outlook doesn't seem to be able to display it.
    What the problem??
    Any work around??
    Is outlook executes javascript??
    Vive micro$hit!!!

    Tnx!!
  13. Thread: Font object??

    by P1_6uy
    Replies
    3
    Views
    466

    Quote from "Using flash"

    quote from "Using type" section, Creating fint symbols ..
    "Creating font symbols

    To use a font as a shared library item, you can create a font symbol in the Library window. This enables you to...
  14. Thread: Font object??

    by P1_6uy
    Replies
    3
    Views
    466

    Hello. I saw in the MM documantation (Using...

    Hello.
    I saw in the MM documantation (Using Flash) you can add a Font in the library and use the link (when you "export a symbol") as an object.
    Anybody knows the methods and proprieties of this...
  15. Replies
    5
    Views
    551

    Add a return ...

    Fairly easy ...
    If I well so want it to display something like:

    blabla
    <VARIABLE>
    blablabla
    <VARIABLE2>

    So the code is:
    var RETURN = "\n";
  16. Replies
    0
    Views
    625

    Hi there! I would like to kmow how to set up an...

    Hi there!
    I would like to kmow how to set up an apache server and writing app in Apache::ASP to use the xml.socket of the flash player. Is someone can direct me to documentation,manuel or(best) code...
  17. Thread: Flash/XML/PHP

    by P1_6uy
    Replies
    4
    Views
    592

    What about if i use Apache with xml?

    Can I write a perl app who open a socket connection and use it to send and receive data with the xml.socket of the flash?
    If yex, how will I know where to send the packets?
    I mean on wich port and...
  18. Replies
    1
    Views
    464

    Say i have an applet in a html doc. This applet...

    Say i have an applet in a html doc.
    This applet has two method:read and write.
    How can i read from the read method and write to the write method??
    ex:
    applet.write("hello wordl");
    MCvar =...
  19. Replies
    0
    Views
    901

    Hello, I just readed the flash5 SDK and found a...

    Hello, I just readed the flash5 SDK and found a good tag: ActionStoreRegister. But, how can i retrieve what I push into the register ??
    And are there any use but store value? I mean, for calculate...
  20. Replies
    13
    Views
    3,099

    OK, are there a compiler to write raw bytecode? I...

    OK, are there a compiler to write raw bytecode? I mean somethings it does the inverse of a decompiler???
    And on macromedia site the only things i saw in the SDK section is
    the one for flash4....
  21. Replies
    13
    Views
    3,099

    OK, are there a compiler to write raw bytecode? I...

    OK, are there a compiler to write raw bytecode? I mean somethings it does the inverse of a decompiler???
  22. Replies
    2
    Views
    308

    This code doesn't work: cube = new Array(); ...

    This code doesn't work:

    cube = new Array();

    for(x=0;x<4;x++)
    {
    for(y=0;y<4;y++)
    {
    for(z=0;z<4;z++)
    {
  23. Replies
    1
    Views
    548

    Are there many differences between swf4 and 5??

    Are there many differences between swf4 and 5??
  24. Replies
    0
    Views
    334

    Hi folks! Ok, i'm trying to use an array of 3...

    Hi folks!
    Ok, i'm trying to use an array of 3 dimensions.
    What i do is:
    point = new Array(2);
    line = new Array(point,point);
    triangle = new Array(line,line,line);

    so i can acces...
  25. Replies
    5
    Views
    520

    I guest,IMHO, than the easy way to do it is to...

    I guest,IMHO, than the easy way to do it is to use a cgi.
    you can pass a uniq news id to this script, and it will give you the story associated with this new. Every news will have an headlines and a...
Results 1 to 25 of 56
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center