Page 1 of 1

Scaling(?) & Upgrade Question

Posted: Wed Jan 18, 2006 6:51 pm
by bm
Hello!

Two questions:

1) Just a few days ago, I bought the Pro+ package from delphiflash.com which includes the FlashPlayerControl. From what the FlashPlayerControl.pas unit tells me, I received version 1.2.2. How do I get access to a more recent version?

2) I created a new D7 project, added the FPC component and tried to play an swf-file with these two lines:

Code: Select all

  ShockwaveFlashEx1.Movie := 'c:\foo\demo.swf';
  ShockwaveFlashEx1.Play;


The FPC on my Delphi form has the same width (150) and the same height (105) as the swf animation. However, the animation gets slightly compressed (to width 149, height 104) and does not fill the FPC completely. I put a screenshot here: http://flypicture.com/file/?id=rtj9kq/Z (note the "lines" on the right and the bottom - I used purple as the BGColor to make it more obvious). Any suggestions on how to fix this?

Re: Scaling(?) & Upgrade Question

Posted: Wed Jan 18, 2006 7:01 pm
by Softanics
Thank you for your questions.

bm wrote:Just a few days ago, I bought the Pro+ package from delphiflash.com which includes the FlashPlayerControl. From what the FlashPlayerControl.pas unit tells me, I received version 1.2.2. How do I get access to a more recent version?


Please contact with support of delphiflash. They didn't give me your e-mail, that's why we haven't your e-mail in our database.

Posted: Fri Jan 20, 2006 11:32 pm
by Softanics
bm, I've sent you full version.

Posted: Mon Jan 23, 2006 12:42 am
by bm
Thank you!
Please ignore my second question, it turned out I have been using a flawed swf file.