Problem with MPEGAdvance Xtra + buddyApi ?? or it's just the stupid me?
i'm using mpegadvance xtra play mpeg videos in project.
but there's 1 problem keeps occuring.
it seems mpeg xtra has own window (from see) , keeps trying activate itself, bad rest of code.
on deactivateapplication
if(bawindowinfo(bawinhandle(),"state") = "max")then
basetwindowstate(bawinhandle(),"minimised")
switchtonormal --> function, uses buddyapi change screen res
end if
end
on activateapplication
if(bawindowinfo(bawinhandle(),"state") <> "max")then
basetwindowstate(bawinhandle(),"restored")
switchto640 --> function, uses buddyapi change screen res
end if
end
in observation, mpeg xtra forces activate invokes on deactiveapplication , making jam screen.
has experienced such matter when using mpegadvance , buddyapi xtra?
please help.
but there's 1 problem keeps occuring.
it seems mpeg xtra has own window (from see) , keeps trying activate itself, bad rest of code.
on deactivateapplication
if(bawindowinfo(bawinhandle(),"state") = "max")then
basetwindowstate(bawinhandle(),"minimised")
switchtonormal --> function, uses buddyapi change screen res
end if
end
on activateapplication
if(bawindowinfo(bawinhandle(),"state") <> "max")then
basetwindowstate(bawinhandle(),"restored")
switchto640 --> function, uses buddyapi change screen res
end if
end
in observation, mpeg xtra forces activate invokes on deactiveapplication , making jam screen.
has experienced such matter when using mpegadvance , buddyapi xtra?
please help.
people, maybe problem better illustrated looking directly source.
if feels no trouble me out, please source :
http://rapidshare.com/files/32847489/test_video_dir.zip
the zip includes dir file , short video.
open dir , you'll see mean.
the free adisplayxtra available @
http://freextras.freeweb.hu/
if feels no trouble me out, please source :
http://rapidshare.com/files/32847489/test_video_dir.zip
the zip includes dir file , short video.
open dir , you'll see mean.
the free adisplayxtra available @
http://freextras.freeweb.hu/
More discussions in Director Lingo
adobe
Comments
Post a Comment