Get Object work with HTML5 ??
I can't read a txt file.
Get Object work with HTML5 ??
I can't read a txt file.
I'm pretty sure it works in all platforms, I remember using it on HTML5 to read a txt file as well.
Since GET is already a function of web apps, you can also try adding the function to the files and call it through Fusion, but Get object itself should work.
okay now I got it work.
make sure you have it without save mode:
http://megajava.dk/getobject/index.html
if you have https:// with save mode on it will not work!
http://megajava.dk/getobject/index.html
https://megajava.dk/getobject/index.html
Hmm I don't get it, first it worked fine but now I can't get it to work?
https://megajava.dk/shaders/Shader_html5_version6.mfa
It works fine in exe but not in html5? anymore ...
Hi, the problem is : you can not use Get Object in HTML5 in local mode due the Cross-Origin Request. You need test in servermode or create local https server with python or myphp. Or install Corse disable extension for Firefox;
The second problem, you used glslcanvas shader this extension hide MMFcanvas and copy to the Webgl Canvas created with Glslshader, button or wiew object are not working, only sprites object text counter are working.
The minimum code to run the shader is like so if you get the shader file with get object;
finally the get object is working well , the problem is not this object;Code:void mainImage( out vec4 fragColor, in vec2 fragCoord ) { vec2 p = 15.*(-iResolution.xy+2.0*fragCoord.xy)/iResolution.y; float f = stars(p); p+=.8*iTime; vec3 tx = texture2D(iChannel0,p).xyz; fragColor = vec4(tx,1.0); }
Here is the screenshot of you test mfa if you display all the two canvas. Get object load the external file from web with no problem;
wl.jpg
yes now i understand more as you explain it all to me, thank you gigatron
Wow it works now
if you try "lime green round" then fade from the previous code. It must be the code that does it! Or as if it is not clear right?
Here is the final code:
http://megajava.dk/shaders/warlords/index.html
Hello, I checked the online app : beautiful![]()