A Flash Developer Resource Site

Search:

Type: Posts; User: mcascio

Page 1 of 5 1 2 3 4

Search: Search took 0.11 seconds.

  1. Streaming Video to multiple clients across network

    Just wondering if anyone can point me in the right direction for streaming video from a capture card to multiple connected computers on a network.

    I can successfully view a capture card stream...
  2. Thanks for your reply. The problem is that I'm...

    Thanks for your reply.

    The problem is that I'm not trying to send an MPG but rather a live feed that is coming in from the capture card.

    I'm using the camera.get(); function to pull in the feed...
  3. Stream video from capture card to another computer on network

    Does anyone know if it's possible to stream video from one computer that has a capture card connected to it to another computer on the same network?

    I've been able to view the capture card in...
  4. Replies
    5
    Views
    613

    Thanks much. That did it. Kind of a...

    Thanks much.

    That did it.

    Kind of a difficult work around for my situation...but it works. :)

    Greatly appreciated!
  5. Replies
    5
    Views
    613

    Hi, newbutton2 is a MovieClip not a button. ...

    Hi,

    newbutton2 is a MovieClip not a button.

    The MovieClip contains a dynamic textfield with the instance name myLabel.

    I'm trying to dynamically change the properties of the text field and...
  6. Replies
    5
    Views
    613

    Changing Font size in Dynamic Text Field

    I'm trying to change the size of a font in a dynamic text field.

    Keep in mind, the text field is not dynamically generated using createTextField.

    I've tried the following with no success:
    ...
  7. OK, After putting a trace in the attached...

    OK,

    After putting a trace in the attached MovieClip, I'm noticing that the MovieClip is getting attached after the trace on the root level.

    To make it more clear - on a button I placed the...
  8. Anyone else have any ideas why I can't retrieve...

    Anyone else have any ideas why I can't retrieve the value in the attached movieclip?

    I've been struggling with this one for over 10 hours now. :(
  9. StunnedGrowth, Thanks for the idea, but that...

    StunnedGrowth,
    Thanks for the idea, but that doesn't seem to work.

    If it helps, in the MovieClip I'm attaching, the first frame contains:
    textfieldx = "4";

    Which is the value I'm trying to...
  10. attachMovie and retrieving variables within MovieClip

    Hi All,

    I'm having a slight problem I'm hoping someone has the answer to.

    In one frame I'm attaching a MovieClip to the stage:
    _root.attachMovie("Button0004", "newbutton",525);...
  11. Replies
    4
    Views
    497

    Thanks gSOLO_01. That did it. Now another...

    Thanks gSOLO_01.

    That did it.

    Now another question that digs deeper.

    I'm trying to store two values in an array.
    The distance along with the object name which might look like:
    74, object1...
  12. Replies
    4
    Views
    497

    OK, In my efforts to resolve this issue, I've...

    OK,

    In my efforts to resolve this issue, I've done some simple tests and am very confused.

    I've created array that I simply want to sort:
    filterDistanceArray.push(241.505693514666);...
  13. Replies
    4
    Views
    497

    ^^ bump ^^ Anyone have any ideas?

    ^^ bump ^^

    Anyone have any ideas?
  14. Replies
    4
    Views
    497

    sortItemsBy not working

    I'm having problems using the sortItemsBy command.

    I'm populating the Listbox using the distance formula based on button locations on the Stage:
    distance =...
  15. Replies
    5
    Views
    843

    Hey guys, SetInterval seems to do it's own...

    Hey guys,

    SetInterval seems to do it's own thing.

    It doesn't appear to allow me to create a loop and then continue on with the same script in the same frame unless I'm missing something.

    In...
  16. Replies
    5
    Views
    843

    Pausing Actionscript in one frame

    OK,

    I've searched but couldn't find the answer to pausing actionscript in one frame.

    Here's the scenario:
    variable1 = 5000;
    variable2 = 1000;
    _root.pause(1000);
    //pause this...
  17. Replies
    4
    Views
    511

    Hey Guys, Thanks for trying to help. While...

    Hey Guys,

    Thanks for trying to help.

    While creating a basic FLA for the forum, I figured out what the problem was. My combo box was located in another MC but wasn't appearing on the first...
  18. Replies
    4
    Views
    511

    Hello hye, I've simplified things even farther...

    Hello hye,

    I've simplified things even farther just for troubleshooting purposes.

    Instead of loading an swf I just tried putting this code in the same frame as the drop down inside a Movieclip:...
  19. Replies
    4
    Views
    511

    addItem from external SWF

    Hi All.
    Perhaps some one can help me out.

    I've got my main SWF file which adds items to a list box. I've put this actionscript in the same clip as the drop down:
    MLfunction.addItem("FadeOut",...
  20. Replies
    1
    Views
    601

    Developing for Windows CE

    Does developing an application for Windows CE mean it needs to be created with Flash 5 action scripting? In other words, doesn't support FlashMX?
  21. Replies
    2
    Views
    1,060

    Glad to hear it. Any chance for a feature list...

    Glad to hear it.

    Any chance for a feature list of new commands and an estimated release date?
  22. Replies
    2
    Views
    1,060

    What happened to FlashNPack?

    Anyone know if Jay is still up and running with FlashNpack?

    I went to the website and it's gone:
    http://www.flashnpack.com

    This happened during Jay's mention of a 2.0 release.

    I was pretty...
  23. Replies
    2
    Views
    581

    I've noticed this too when Publishing a Scene -...

    I've noticed this too when Publishing a Scene - the images look good, but when I publish the entire movie they don't look as good.

    I'm using transparent PNG images instead of JPGs.

    Has anyone...
  24. Replies
    0
    Views
    360

    Scaling Movie clips with a limit in mind

    I've created an array that contains all the names of linked Movie Clips in my Scene.

    They are an assortment of graphics. I'd like to dynamically generate thumbnails of all the Movie Clips in that...
  25. Replies
    0
    Views
    462

    Flash on PocketPC Toshiba e740

    Hi All,

    I'm just trying to get a Flash Player working on my Toshiba e740 PocketPc.

    I went to the following url on my PocketPC:
    http://www.macromedia.com/software/flashplayer/pocketpc/2002.html...
Results 1 to 25 of 105
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center