Jump to content

[Soru] Flash Animasyon Arka Planı Transparan Yapma


mesale0077
 Share

Recommended Posts

sağol ama
http://www.codeguru.com/cpp/g-m/multimedia/graphics/article.php/c12229
örnek kod var c++ dilinde ama mail.ru mesajlaşma proğramından yapılmış,
point ler kullanılması yapılmış ama ben bunu uyarlayamadım.

ve blue_life senden autoit kodu istiyorum senin yazmış olduğun "BL_Qemu_Image_Test" proğramın kodları lazım qmenuyu kullanmak istiyorum.ve izninin olursa kullanmak istiyorum.
şimdiden teşekkürler.

Link to comment
Share on other sites

  • 3 ay sonra...

arkadaşlar
bu şekil flash arka planı transparent oluyormuş
çalışırsa hamgi işletimde ,autoit versiyonu, adobe versiyonu hakkında bilgi verebilirler mi #include <WINAPI.au3> kodları
[code]#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <WINAPI.au3>

$GUI = GUICreate("FLASH", 300, 400, -1, -1, -1, $WS_EX_LAYERED)
GUISetBkColor(0xABCDEF)
GUICtrlCreateLabel("My Transparent Flash Object (You can drag me from here)", 10, 10, 200, 30, -1, $GUI_WS_EX_PARENTDRAG)
$oFlash = ObjCreate("ShockwaveFlash.ShockwaveFlash")
$FlashCtrl = GUICtrlCreateObj($oFlash, 0, 100, 400, 250)
$oFlash.Movie = @ScriptDir & "\loading.swf"
$oFlash.BGColor = "#ABCDEF"
$oFlash.Menu = False
$oFlash.Play
$oFlash.wmode = "transparent"
_WinAPI_SetLayeredWindowAttributes($GUI, 0xABCDEF, 255)
GUISetState()

While 1
If GUIGetMsg() = $GUI_EVENT_CLOSE Then Exit

WEnd

[/code]
sitesi;
http://www.autoitscript.com/forum/topic/141993-solved-p-make-my-swf-movie-have-a-transparent-background/

örnek resim

[img]http://up.syriarose.com/uploads/images/syriarose-fc8b48265c.jpg[/img]

dosya;

[code]http://www.autoitscript.com/forum/index.php?app=core&module=attach&section=attach&attach_id=37981

[/code]
bende neden çalışmıyor,nasıl olduğunu çözemedim


şimdiden herkese teşekkürler

Edited by mesale0077
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...