A Flash Developer Resource Site

Search:

Type: Posts; User: Flashlighting

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. For somebody that will have the same bug: it's a...

    For somebody that will have the same bug: it's a bug related only to the class Video, just use the FLVPlayback to solve it.

    Weird bug, hope Adobe will solve it.

    G.
  2. Nobody that had the same bug or that can give me...

    Nobody that had the same bug or that can give me a hint? it's quite weird...
  3. Dark background of movieclips passing on a video

    Hi guys,
    I get a weird bug only on Mac, only on Safari. On Pc, on Safari it's ok:
    when I click to allow the camera the text, that is contained in a movieclip, the xmas ball and the snow fail the...
  4. Replies
    2
    Views
    2,117

    Yep...got it. Thanks for helping :)

    Yep...got it.
    Thanks for helping :)
  5. Replies
    2
    Views
    2,117

    create movieclip in anothher class

    Hi everybody...
    I'm pretty new in AS3...

    In class A I write

    [...]
    public class A extends MovieClip
    {
    public function A():void {
  6. Replies
    1
    Views
    2,437

    Flex Newbie

    Hi,
    I was used to develop in AS3 with FlashDevelop and FlashCS4...
    Because of all the unused panels I wanted to give a try to Flex SDK 4...and I love it...but it's so different...and I can get...
  7. Replies
    5
    Views
    843

    I get your point...and I agree...partially. I...

    I get your point...and I agree...partially.
    I also share code and knowledge...but when we speak about making some nice applications that get stolen or are given by the costumer to a cheap programmer...
  8. Replies
    5
    Views
    843

    Hi, I want to obfucate the code from evil code...

    Hi, I want to obfucate the code from evil code thieves :P
  9. Replies
    5
    Views
    843

    __bytecode__

    Hi guys!
    I was used to bytecode injections in AS2

    __bytecode__("96020005019D02000300880000");

    but in AS3 it doesn't work...and I cannot find any reference on the web...

    any suggestion?
    ...
  10. Replies
    0
    Views
    358

    Papervision3D + For cycle and click

    Hi guys, with Papervision I'm creating four planes...the for cycle goes from 1 to 5...but the planes are named from 6 to 9...and I don't get why



    var menuItems:Number=4
    var...
  11. Replies
    1
    Views
    585

    AS2 - five3D

    // We import the classes needed.
    import five3D.display.DynamicText;
    import five3D.display.Scene;
    import five3D.display.Sprite;
    import five3D.utils.Drawing;

    // We create the scene and save the...
  12. Replies
    11
    Views
    608

    About assign operators in the trace...ops...I...

    About assign operators in the trace...ops...I make a lot of weird mistakes because I study as3 in the early morning (at 5-6 am, before going to work), so u can immagine what my brain can do in that...
  13. Replies
    11
    Views
    608

    Precisely I used: public function config() {...

    Precisely I used:


    public function config() {
    var xml:XML2Var=new XML2Var
    xml.LoadXML ("xml/settings.xml")
    }

    but i didn't add it to the display list...
  14. Replies
    11
    Views
    608

    Hi! thanks for the answer... I wanted to import...

    Hi! thanks for the answer...
    I wanted to import it only if at that point...anyway even moving it to the top and importing it at the beginning it doesn't solve...

    1) what do you mean? In which new...
  15. Replies
    11
    Views
    608

    yet another prob///

    I still have a problem...
    my package now it's
    package it.giuliograsso.MenuCreator
    {

    import flash.errors.*
    import flash.events.*
    import flash.display.*
    public dynamic class tabMenu...
  16. Replies
    11
    Views
    608

    ops...thank you... :)

    ops...thank you... :)
  17. Replies
    11
    Views
    608

    ops...sorry...my fault...I copied it while I was...

    ops...sorry...my fault...I copied it while I was modifying it...

    here's the script:

    package
    {
    import flash.errors.*
    import flash.events.*
    import flash.display.*
    var itemNumber:uint=5;
  18. Replies
    11
    Views
    608

    Problem with addChild in a class...

    I just created the as:

    var itemNumber:uint=5;
    var spacing:Number=10;
    var btn:SimpleButton;
    for (var l:uint=0;l<itemNumber;l++){
    btn=new Btn() // in the library there's a button with as...
  19. Replies
    1
    Views
    393

    ooops...found ;) I was not creating a new object...

    ooops...found ;)
    I was not creating a new object ;)
  20. Replies
    1
    Views
    393

    [basic] import classes

    Hi, I imported the class using the Document class field:
    com.myname.Application

    what about if I want to import other classes?
    I tried with:
    import com.myname.Application

    but doesn't...
  21. [AS3+Five 3D] Swf instead of Jpeg...

    I downloaded the following exaple...and already made some changes...
    I would like to load swf intead of jpeg...the loading it's the same...but how can I change the part with the BitmapData class?
    ...
  22. Replies
    1
    Views
    408

    I "solved" calculating the time passed from the...

    I "solved" calculating the time passed from the loading of the video...and so

    if (infoObject.code eq "NetStream.Seek.Notify") {
    if (timepassed>20){
    goVideo()

    }

    if the server is...
  23. Replies
    1
    Views
    408

    [CS3] multivideo

    I realized a video component...
    http://www.shortsoff.com/multivideo/
    the problem is that sometimes the video is not displayed...you can hear only the sound of the video. Generally it happens when...
  24. Replies
    10
    Views
    701

    it works, thanks...now I have to discover why at...

    it works, thanks...now I have to discover why at the beginning wasn't working... :confused:

    thanx,
    Adam
  25. Replies
    10
    Views
    701

    like this it works until a certain point: ...

    like this it works until a certain point:

    TL=this
    parameters=myXML.firstChild.firstChild.childNodes
    varName = myXML.firstChild.firstChild.childNodes[0].nodeName;
    trace (varName) // trace: adid...
Results 1 to 25 of 78
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center