A Flash Developer Resource Site

Search:

Type: Posts; User: AntDBirch

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    1,765

    AS3 AIR FFMPEG netStream.seek issue

    I'm having trouble with NetStream in AS3. The project I am working on allows users to browse a video (locally) and play it back. The issue I am having is that netStream.seek(0); from what I can tell...
  2. Replies
    0
    Views
    7,145

    AS3 browse and load video

    I'm currently working on a AS3 AIR project which involves allowing the user to browse a video file and load that same video onto the stage. I've managed to allow the user to browse for a video file...
  3. For anyone that had this problem, the issue is...

    For anyone that had this problem, the issue is with the if statements ...


    if ["$platform" = "$ios_platform"]

    should be


    if [ "$platform" = "$ios_platform" ]
  4. Command line (.sh) packaging AIR mobile app

    Hey all,

    I'm trying to put together a script which allows packaging of mobile AIR apps on Mac.

    The latest error I'm getting is: line 205: [ios: command not found

    I'd imagine there is more...
  5. Replies
    1
    Views
    1,925

    Managed to fix this eventually. It seems that in...

    Managed to fix this eventually. It seems that in the folder in which I keep my ANE files the command line during packaging created a temporary file and name it...
  6. Replies
    1
    Views
    1,925

    AIR AS3 Native Extension Packaging Error

    Hey all,

    Out of the blue (it seems) I’ve got any error with all my apps (some that I’ve not edited in months) when I attempt to package them using via command line. (tried AIR14.0 and AIR15.0)...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center