Page 1 of 1

Problem in Play SWF

Posted: Tue May 18, 2010 3:38 am
by stark
Hi And Thank you For your Supports in forums. . .

I Run "Sample04_Translucency.exe" In "DemoApplications" Folder

in first time that's OK and work ; f_in_box.dll transparent movie.swf and play it ...

But
After Install (Windows service pack 2 with adobe flash10)again after 2 week.

f_in_box.dll Load Movie[swf] and show it But Not Play Movie !:cry: Stop in First Frame.. .

this problem is just In Translucency Mode.

is this problem for Installed Adobe Flash CS5 ...? or not please help me.

Thanks Again...

Posted: Tue May 18, 2010 6:26 am
by Softanics
Thank you for your question.

Yes, it seems that it's a problem of some build of Adobe flash player. Could you please install latest one from Adobe website and check it again?

Thank you.

Worked ! BUT ...

Posted: Wed May 19, 2010 3:46 pm
by stark
I DO IT

You Say to Me and also i uninstall Adobe CS5 .

That's OK !
Worked And Thanks For Your Help :)


But I can't Embed Flash OCX in My Application Resource. In [VB6]

I See Your Example "Sample3_StandalonePlayer" in VB6 Sample Dir Code..
I Include a Resource by Sample3.res And Also include Flash10e.OCX into it
BIN\FLASH_OCX_CODE

But when i Run my Application I recive This Message : "flash ocx code not found"
Can U Upload A Resource For Example Or Give Me True Code Or a way...

Thank You
.

Re: Worked ! BUT ...

Posted: Wed May 19, 2010 3:59 pm
by Softanics
Hello,

stark wrote:But when i Run my Application I recive This Message : "flash ocx code not found"


Do you run a compiled EXE ?

Thank you.

Posted: Wed May 19, 2010 4:15 pm
by stark
Oh Sorry I Forgot To Compile IT....


You Say True ! Thank You. Worked :wink:

Posted: Wed May 19, 2010 4:31 pm
by Softanics
stark wrote:Oh Sorry I Forgot To Compile IT....

You Say True ! Thank You. Worked :wink:


Good news!

Yes, it's imortant to launch a compiled exe when the exe needs to load a data from resources.

When you launch a project within the VB6 IDE, the actual process is VB6 process. There is no your resource in this process.

Thank you!