From the nespot of the korean utility site:
proc://psmf_http/?title=레드아이&author=KTH©right=SBSi&information=480x272 / 500kbps&video=http://211.39.137.71/applware/paran/vod ... 72_500.pmf
So I take it we can now run pmf from the webbrowser. I dont have a psp browser to test this on. :)
New proc
It's provided on the UMD and not built into the firmware. We all know this by now.
The browser on the Famitsu Demo UMD is the same way. There is no psmf_http.prx file on there, but it DOES have cert.prx, and thereby, like the korean UMD, supports https.
The browser on the Demo UMD is in it's own directory and is called pspbrowser.prx. All the required modules are in a subdirectory underneath that one:
And in the module directory:
Inside the mstick directory:
And finally, inside the sound directory:
The browser plays a sound when you highlight the links on the page.
There is still no URL Address bar.
Also, the Browser on the Demo UMD runs standalone, unloading the game first before loading the browser. The "homepage" of the Demo UMD is /psp_game/usrdir/browser/index.htm so you can't redirect that, but there's 2 links on the homepage, one being a proc cancel link. Here's a duplicate: http://www.psphacks.net/files/Famitsu/
I'm playing more, but it looks like there are only specific modules that you can call from a proc:// url.
Cheers
The browser on the Famitsu Demo UMD is the same way. There is no psmf_http.prx file on there, but it DOES have cert.prx, and thereby, like the korean UMD, supports https.
The browser on the Demo UMD is in it's own directory and is called pspbrowser.prx. All the required modules are in a subdirectory underneath that one:
Code: Select all
/psp_game/usrdir/browser:
agree_top.gif
agree_top_t.gif
doui_off.gif
doui_on.gif
douix_off.gif
douix_on.gif
index.html
module
mstick
pspbrowser.prx
sound
Code: Select all
/psp_game/usrdir/browser/module:
audiocodec.prx
cert_loader.prx
ifhandle.prx
libatrac3plus.prx
libbase64.prx
libfont.prx
libhttp.prx
libhttp_x.prx
libparse_http.prx
libparse_uri.prx
libssl.prx
mpegbase.prx
mpeg.prx
pspnet_apctl.prx
pspnet_ap_dialog_dummy.prx
pspnet_inet.prx
pspnet.prx
pspnet_resolver.prx
videocodec.prx
Code: Select all
/psp_game/usrdir/browser/mstick
icon0.png
Code: Select all
/psp_game/usrdir/browser/sound
cancel.vag
move.vag
ok.vag
There is still no URL Address bar.
Also, the Browser on the Demo UMD runs standalone, unloading the game first before loading the browser. The "homepage" of the Demo UMD is /psp_game/usrdir/browser/index.htm so you can't redirect that, but there's 2 links on the homepage, one being a proc cancel link. Here's a duplicate: http://www.psphacks.net/files/Famitsu/
I'm playing more, but it looks like there are only specific modules that you can call from a proc:// url.
Cheers