Re: tricky Flash and Delphi integration



You can only pass a string into an swf as far as I know via the activeX
interface...

But what you can do it write the image to a directory within the swf's
domain scope, and then just pass in the URL (or physical address in case its
a delphi app...) If you embedded a http socket server in the delphi app,
you could then have it listen on a port for a request for that image (that
you could still have in memory...

-- d
---------------------------------------------------
Need to see what's happening?
Check out the Delphi Community Blog Aggregator
http://delphi.flashblogger.com


"Eugene V. Goldberg" <egold@xxxxxxxxx> wrote in message
news:4299dde0@xxxxxxxxxxxxxxxxxxxxxxxxx
> Hi there guys,
>
> I know I can play SWF file within my Delphi app using ActiveX
> or somehow else...But what i need is somewhat more difficult
> and i am not sure is it possible at all. Probably something
> to do with Flash' actionscript...
>
> I need to pass an image (bitmap stream or link to file...doesnt matter
> actually)
> and a text string into Flash object...so it creates "dynamic episode" with
> this stuff....
> and i want to play it then in my Delphi form...
>
> Somewhat feasible?
>
> Thanx,
> Eugene.
>
>


.



Relevant Pages

  • ActiveX: newbie seeks help
    ... I want to develop a control that can be used in Visual Basic. ... I'm struggling to get familiar with this technology but things like ActiveX, ... I want the functions of the following Delphi class to be used in Visual ... fDirector: string; ...
    (comp.lang.pascal.delphi.misc)
  • ActiveX: newbie seeks help
    ... I want to develop a control that can be used in Visual Basic. ... I'm struggling to get familiar with this technology but things like ActiveX, ... I want the functions of the following Delphi class to be used in Visual ... fDirector: string; ...
    (alt.comp.lang.borland-delphi)
  • Re: DLL with string params callable via D4 and VB
    ... I can't get beyond Delphi ... >> Is there any guidance you could give in regards to passing string ... > - use Longint for integer types on the Delphi side, Long on the VBA side, ... > Arrays are another problem data type. ...
    (borland.public.delphi.language.objectpascal)
  • Re: Thinking Clearly
    ... often business rules change more rapidly than the technology used to ... C++ came along later we looked again since homebuilt string classes would do ... for a *very* long time MSBasic had a very stable core language. ... but if you Delphi code behaved like Delphi code ...
    (borland.public.delphi.non-technical)
  • Re: array of labels or array of buttons
    ... >>finally got a project that I can do in Delphi. ... >>time you cut and past one it asks if you want to make this an array. ... > draw the buttons in an OnDrawCell event handler of the stringgrid like ... ... > In this case I would use the Objects array of the string grid to store a value ...
    (alt.comp.lang.borland-delphi)