i've got tricky question here. need users make payment bank (namely barclaycard) in uk. so, have https url , add parameters (such amount pay, order reference, etc) url, start http connection intent.actionview, redirect user browser can enter credit card details on bank's webpage , make payment our account successfully. far ? the code use below (i changed values privacy reasons) problem is, need app when user has completed/failed/cancelled payment. barclaycardautomatically redirects particular url when payment has succeeded, 1 if failed. there no way of knowing when barclaycard payment has succeeded go android app somehow ? button cardbutton = (button) findviewbyid(r.id.card_button); cardbutton.setonclicklistener(new view.onclicklistener() { @override public void onclick(view arg0) { string prehashstring = new string(); string prohashstring = new string(); string shapassphrase = new string(); shapassphrase = "gsvth£h70zkh...
i have youtube video embedded on our website , when shrink screen tablet or phone sizes stops shrinking @ around 560px in width. standard youtube videos or there can add code make go smaller? you can make youtube videos responsive css. wrap iframe in div class of "videowrapper" , apply following styles: .videowrapper { float: none; clear: both; width: 100%; position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; } .videowrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } the .videowrapper div should inside responsive element. padding on .videowrapper necessary keep video collapsing. may have tweak numbers depending upon layout.
it possible extract executable files?? if possible software may use? it depends how deep want dig executable , kind of data need exe. exe files can analyse them on low level. assume want have high-level tool director files used create exe, right? exe-file (the "projector" use appropriate director wording) there no such tool known me. but exe file used files extensions such .dxr or .dir. director files. dxr-files protected. importing them director can extract of cast memebers (graphics etc.) included. need in-deep knowledge of lingo so. you might find .cst or .cxt files. cast files. can hold media, scripts etc. too. cxt protected versions. these files same true dxr , dir files. all in - not easy , chances low completly reveal code , media. director programmer use protected files distributing programs. not allow reveal data included.
Comments
Post a Comment