A Flash Developer Resource Site

Search:

Type: Posts; User: DJSole

Search: Search took 0.03 seconds.

  1. Thread: simple in menu

    by DJSole
    Replies
    1
    Views
    1,671

    If that's the player SDK, then try using...

    If that's the player SDK, then try using FindTarget().
    Its a function of the SPlayer class. (or NativePlayerWnd as well).

    It returns the thread of a movie or object, so that you can tell the...
  2. Thread: SWF Browser

    by DJSole
    Replies
    1
    Views
    1,615

    I had that once - but then realised that it was...

    I had that once - but then realised that it was another scene in the movie.
  3. Thread: Flash-Java

    by DJSole
    Replies
    3
    Views
    1,840

    Flash interacts with the host program using...

    Flash interacts with the host program using 'FSCommand'. When the flash file calls this function, it sends a message to the host - be it a browser, a c++ program, or a java program. I'm not a java...
  4. Thread: Flash SDK Site

    by DJSole
    Replies
    25
    Views
    9,633

    I don't mean to make competition, but I've been...

    I don't mean to make competition, but I've been creating a site which is close to being live fairly soon.

    So if anyone does have any tutorials or documents that they'd like to put up, feel free to...
  5. Flash Control DC

    Having the Flash Source SDK is the easiest way to get the DC, but also more complicated to use in your program the Flash Control. Keep things simple, don't worry about the SDK unless you have a use...
  6. Replies
    2
    Views
    3,240

    You can certainly do it with the Player SDK...

    You can certainly do it with the Player SDK without even changing the code. In the SDK, you pass the DC that it should draw on, when flash is initialised. You could use that, or change the Player...
  7. Replies
    9
    Views
    13,833

    You can. In fact there's a thread on this forum...

    You can. In fact there's a thread on this forum recently called "Retrieving swf files" that says how.
  8. Replies
    1
    Views
    3,714

    try making a .bat file which contains what you...

    try making a .bat file which contains what you want to run, and run the .bat file instead.

    DJSole
  9. Replies
    1
    Views
    2,028

    This may help, take a look at the struct for a...

    This may help, take a look at the struct for a RGB object. (I think its SRGB, but I'm not sure) it has a value for transparency as well as the R, G, and B values.

    maybe if you follow that into...
  10. Replies
    2
    Views
    6,091

    I've been on this for a while in my spare time. ...

    I've been on this for a while in my spare time. I'm writing a program that runs a swf with a transparent background, and can turn the swf into a self, running exe.

    Getting the background...
  11. Replies
    1
    Views
    3,083

    mac SDK

    The SDK is for the mac just as much as it is for the windows platform. If you read the documentation that comes with the SDK, it tells you how to port it on to whatever platform you want. It's just...
  12. Thread: SDK -> DLL/OCX?

    by DJSole
    Replies
    4
    Views
    3,405

    I have compiled the SDK as a dll file. If you...

    I have compiled the SDK as a dll file.
    If you want I can tell you how it can be done.

    anyone interested , mail me
    dsole@mondostudios.com
    rather than typing it all here.
  13. Replies
    11
    Views
    10,864

    I know a method on how to do this, but it may be...

    I know a method on how to do this, but it may be difficult, I don't know your programming skills. You need to firstly get into the Flash Player SDK and rewrite the drawing list so that it doesn't...
Results 1 to 13 of 13




Click Here to Expand Forum to Full Width

HTML5 Development Center