A Flash Developer Resource Site

Search:

Type: Posts; User: AlsoGaiusCoffey

Page 1 of 20 1 2 3 4

Search: Search took 0.41 seconds.

  1. Video truncation with AIR and NetStream in Android

    Hi,
    I have resubmitted bug 3545316 as it was closed without fixing, despite being replicated, but it remains a major business issue for us.

    I would ask anybody who uses video in Android to check...
  2. Replies
    27
    Views
    19,725

    Certainly not intended the way you took it. ...

    Certainly not intended the way you took it.

    For the record, though, "possible" is not the equivalent of "easy" just as "precedent" is not a synonym for "good practice".
  3. Replies
    27
    Views
    19,725

    Nifty trick for a one-off, and for lazy...

    Nifty trick for a one-off, and for lazy prototyping, but I think it would be a bit risky for a production system as it makes clean up code rather tough eg: it's rather tough to find a function...
  4. GRrr... DividedBox divider background... So nearly perfect.

    Hi,
    I need to have a tab-controlled panel on the side of my application that I can open / close and drag out to resize... All well and good, I have used an HDividedBox with the tab buttons in one...
  5. A slight twist on embedding fonts...

    Hi,
    I have embedded some fonts in my Flex project and I want to be able to use them with externally loaded SWF files...

    Trouble is, they seem to be hidden from the loaded content which is a bit...
  6. Traced it to a mis-match between my metadata and...

    Traced it to a mis-match between my metadata and the constants...
  7. Flex builder. Grrr. Underscore separation of constant names

    Hi,
    I have defined a custom Event class for one of my objects, which works well, but...

    Although Flex builder picks up the custom events, it is separating the names with underscores eg:...
  8. Found it:...

    Found it: http://www.webmasterworld.com/apache/3656627.htm
  9. Hi, I don't know if...

    Hi,
    I don't know if http://board.flashkit.com/board/showthread.php?p=4078639#post4078639 is a similar issue? It's a pain in the bottom either way.
    Gaius
  10. [RESOLVED] HTTPS and Flash, caching problems for IE specifically

    Hi,
    I have built a working application (http://www.proofhq.com) that communicates with a SOAP server using HTTP.
    The situation
    We are trying to move to HTTPS and have a problem in that specific...
  11. Sorry, I think you confused me... I'm right about...

    Sorry, I think you confused me... I'm right about the problem, but is it imgWidth or widthHolder that you want as the array?
  12. Had a quick glance through and you have a fairly...

    Had a quick glance through and you have a fairly serious code error in your function:


    mclListener.onLoadInit = function(target){
    var widthHolder = target._width;
    target._x = position;...
  13. PS: you22, Mike has a point about tracing out...

    PS: you22, Mike has a point about tracing out what you receive if you can't be bothered to do the Fiddler thing. With AS 2, you can use onData rather than onLoad to access the raw data returned.
  14. Hi Mike, Found a thread that implies I still owe...

    Hi Mike,
    Found a thread that implies I still owe you a biscuit, but it's probably stale by now. :crazy:

    Rather than doing a work-around, I'm curious to see why there is the difference between...
  15. I thought there was a different view in...

    I thought there was a different view in LiveHttpHeader that shows the actual post data - there is with Fiddler.

    If you download and install fiddler (http://www.fiddlertool.com/fiddler/version.asp)...
  16. Replies
    4
    Views
    457

    As an alternative approach to the same thing,...

    As an alternative approach to the same thing, this uses variable scope to allow you to use setInterval without needing to set any properties on the MovieClip.


    function addScale(clip1:MovieClip,...
  17. Ah... not sure what you mean. Snapple content...

    Ah... not sure what you mean.

    Snapple content starts with a 500KB pre-loader, and the first movie is 2.5 MB. If you go to London (for example) it loads another 4 MB along the way and if you go to...
  18. Replies
    3
    Views
    490

    Small point, but in both cases, you should delete...

    Small point, but in both cases, you should delete onEnterFrame; when you finish to prevent the function running indefinitely.
  19. Best thing to do is to get a tool like Fiddler...

    Best thing to do is to get a tool like Fiddler (for IE) or LiveHTTPHeader (for FireFox) and to compare the difference between what is requested / returned from the browser bar and the Flash movie....
  20. Replies
    1
    Views
    7,037

    CS3: Import video as key-frames

    Hi,
    Don't ask why I might want to do this, but...

    In an earlier incarnation of Flash, I was able to import a video as a series of bitmaps. Admittedly, this is not something of great relevance to...
  21. Hi, Sorry about that, I was just putting in some...

    Hi,
    Sorry about that, I was just putting in some examples of initialising variables!

    a1, a2, a3 and p1, p2, p3 are just variables of different types. Replace them with the variables you need to...
  22. Replies
    10
    Views
    1,647

    Couldn't tell you without seeing your Flash file....

    Couldn't tell you without seeing your Flash file. But I still reiterate the recommendation that you get your head around scope.
  23. Replies
    2
    Views
    529

    As you sound like you are an old git like me, you...

    As you sound like you are an old git like me, you will probably already be familiar with that old chestnut of a sanity test when choosing to develop software:
    "It may be possible, but it is it a...
  24. Sorry, I misread your initial post... I thought...

    Sorry, I misread your initial post... I thought the thing wasn't working at all.

    If it's just that the text isn't showing, then are you masking the imported movie or rotating it etc.? If so, then...
  25. Replies
    1
    Views
    356

    This is a modification to another post today for...

    This is a modification to another post today for Caderial... http://board.flashkit.com/board/showthread.php?t=771909

    Anyway, one approach is attached.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center