A Flash Developer Resource Site

Search:

Type: Posts; User: iggyV

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    573

    You can either do it with a SharedObject or with...

    You can either do it with a SharedObject or with a server-side script depending on what language you are using.

    1) On the first frame in your movie say:
    var so = SharedObject.getLocal("tracker");...
  2. Interesting IE-Flash bug: can't POST variables

    I wonder if anyone has come across anything similar to this:

    I have got a frameset with 2 frames. One of them holds my Flash. I want to send a username variable from Flash to a PHP script. Inside...
  3. Replies
    0
    Views
    637

    how and where to host XML socket server

    Hi there,

    I am looking to host an XMLSocket server written in Java for some of my Flash projects. Does anyone know any good hosts, or could give a rough idea how much it should cost?
  4. how to make Flash not to draw behind the user

    hi steve,
    thanks for your reply. I have tried to do it the way you suggested:

    if( z <= -f){ z = -f}

    but to avoid distorting the lines I would also have to recalculate "x" values, so that they...
  5. Replies
    0
    Views
    551

    a problem with drawing 3D in Flash

    I am working on a 3d map a prototype of which can be seen here.
    The problem I am having becomes obvious as soon as you hit the link. The map will appear quite messaed up due to the fact that it is...
  6. how to make Flash to to draw behind the user

    I am working on a 3d map a prototype of which can be seen here.
    The problem I am having becomes obvious as soon as you hit the link. The map will appear quite messaed up due to the fact that it is...
  7. Replies
    8
    Views
    392

    SENOCULAR got it. SENOCULAR AKBAR!!! The code...

    SENOCULAR got it. SENOCULAR AKBAR!!!

    The code was a bit scratchy but it was there only to give an idea of what I was trying to find.

    Cheers to everyone.
    Iggie
  8. Replies
    8
    Views
    392

    Thanks to everyone! Ok I am gonna model it. ...

    Thanks to everyone! Ok I am gonna model it.


    obj = function()
    {
    this.init();
    }
    obj.prototype = new Object();
    obj.prototype.init = function()
    {
  9. Replies
    8
    Views
    392

    Thanks for your reply Zanxis. My applogies for ...

    Thanks for your reply Zanxis.
    My applogies for

    this = function();

    that "italics" tag must have screwd my post which I did not preview. It was intended to be

    this[i] = function().
    ...
  10. Replies
    8
    Views
    392

    a very interesting question

    Say, we have a function and its property - something like:


    a = function()
    {
    trace(a.prop);
    }
    a.prop = "toto";
    a(); // traces "toto"
  11. Replies
    2
    Views
    313

    i think you need to first instatiate TextFormat...

    i think you need to first instatiate TextFormat object, like toto = new TextFormat(); and then do all your manipulations. Have a look in ActioScript dictionary, there a few examples in there.
  12. how to address property of a dynamically created function

    I am dynamically assigning functions as properties to my object from within a loop.
    for(j=0; j<methods.length; j++)
    {
    var method = method[j];
    var f = method.attributes.name;
    this[f] =...
  13. they are movies, not movie clips

    Thanks Musicman, the thing is they are not MCs, I use loadMovie action to load jpg into my main movie as I would with another .swf. Can I determine the size of what is being loaded and then, perhaps...
  14. just put links to pics into your DB and then use...

    just put links to pics into your DB and then use loadMovie action to dynamically load them into Flash (they cannot be anything but jpgs though).
  15. Sticky: usrname &psswrd

    A good coding practice is to put your database username and password in a separate file outside your public_html directory and use include(''); to make this data available to your PHP script. This is...
  16. dynamic resizing images in Flash a la HTML height="" and width=""

    I wonder if anyone knows how to achieve dynamic resizing of images in Flash that would work along the lines <img height="" width="" />. I guess you know what I mean?

    I am pulling in some data from...
  17. Replies
    1
    Views
    608

    sorted!

    Having spent a few hours figuring out what was wrong, I found I simply forgot to empty the contents of the 2Dim array fetching the results of my database query on the PHP side before executing...
  18. Replies
    1
    Views
    608

    cant refresh FScrollPane

    I am using a movie clip as a info container that corresponds to a row in MySQL database. I then attach these movie clips to a container MC and attach this container MC to an FScrollPane.

    Now, as I...
  19. Thanks for the great advice, Gerbick. I have...

    Thanks for the great advice, Gerbick. I have never done a job that involved a search engine for a database, so all this is very useful for me to know. I wouldn't be able to tell you how much they are...
  20. Hi FK folks out there! I have recently been...

    Hi FK folks out there!

    I have recently been asked to put together a search engine for a business directory type website. Would anyone be able to give me an idea about how much I should charge for...
  21. Replies
    3
    Views
    465

    Where does the text appear from: an MC triggered...

    Where does the text appear from: an MC triggered by the btn via TellTarget for instance, or is it a part of the btn itself (rollOver state)?
  22. Replies
    3
    Views
    465

    Ok, I kind of imagined that. So what is it...

    Ok, I kind of imagined that. So what is it exactly that you need?
  23. any porn site developers available to help?

    If I give it a new name the window does stay open, but it minimises itself. Is there any way I can open my second window on top of the one already open without minimising it?
    That's, basically, what...
  24. I have got butns that open up several java script...

    I have got butns that open up several java script windows each of a certain size. I do it through declaring a JS function in my HTML code as opposed to just through code behind the button. If I click...
  25. Replies
    2
    Views
    438

    there's a fairly good little tutorial on the FK...

    there's a fairly good little tutorial on the FK home page called smth like 'how to create a nice looking pop up window'. It is based on a JavaScript unction has got all the info you need, or so it...
Results 1 to 25 of 38
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center