A Flash Developer Resource Site

Search:

Type: Posts; User: Americanhorizon

Search: Search took 0.02 seconds.

  1. Is changed something in the method in which flash wait response from external scripts

    One year ago i remember that calling an external php scritp, i had problem to receive multiple "echo" (so, multiple response), in fact i was forced to pass entire data throught a single echo...
  2. The swf covers another html element (in this case a chat)

    Hi
    I want to insert a "drop-out" chat into my flash website. The problem is that the chat is covered from the swf.. There are a method for bypass the problem? There are an exemple
    ...
  3. or else i simple create two video objects with...

    or else i simple create two video objects with relative netconnection and netstreams, and swap alternately throught them
    The "three" number of video is indicative, indeed they can be much more and i...
  4. myClip ---> refers to termini myClip.parent --->...

    myClip ---> refers to termini
    myClip.parent ---> refers to loader initialized in the principal swf
    myClip.parent.parent ---> refers to root of the principal swf
    myClip.parent.parent.root ---->...
  5. Works ;) but i want to understand what it do...

    Works ;)

    but i want to understand what it do exactly


    var myClip:MovieClip = e.currentTarget.parent as MovieClip;
    my MovieClip is the entire "termini" movieclip, right?

    but...
  6. This is what i already do. Simple, when the...

    This is what i already do. Simple, when the "play" status of a video finishes, it load the next, but it's not what i want
    I want that the buffer of the next video starts when the buffer of the...
  7. external

    external
  8. i don't understand. If i apply the removeChild...

    i don't understand.
    If i apply the removeChild in the principal swf, so:


    it works perfectly... so is it possible to use removeChild
  9. no, i need the video splitted for a lot of causes...

    no, i need the video splitted for a lot of causes

    What i want to know, i need a Video object + net connection + net stream for each of them, or i can recyle the same variables in some manner?
  10. Load and remove an external SWF.. i've a problem to remove it

    I load an external swf in this way

    var termini_Loader:Loader = new Loader();
    addChild(termini_Loader);


    var termini_url:URLRequest=new URLRequest("termsnconditions.swf");...
  11. Error #1006 Value in not a function... SOLVED BUT it's the right way?

    Hi i've this simpel code



    but when i launch it flash give me error 1006: value is not a function..

    I've solved converting all in MovieClip
  12. Start another buffering when the actual one has finished

    Hi

    Supponing that i've 3 FLV video and i want to reproduce it sequentially..
    I start loading the first video and while it playing his reach the 100% of buffer.. At this point i want to proceeed...
  13. Create a facebook share button adding a cusatom thumb-image

    Hi

    I've done this code for create a "suggest site" button for facebook



    facebookbtn.addEventListener(MouseEvent.CLICK, function()
    {
    ...
  14. Hi I'm searching for a solution for load an...

    Hi
    I'm searching for a solution for load an external animated gif into flash... Do you have found anything??
Results 1 to 14 of 14




Click Here to Expand Forum to Full Width

HTML5 Development Center