I have one site, written in php and inside of the .php site there are a lot of swf (flash)
files, I want to load my php site inside of my iPad application,just read the address of php site and load it on safari, I can load my php site inside of my UIWebView, but I cann"t see the flash part,
Would you please give me some hints to fixed my problem?
Thanks in advance!
I am going to disappoint you: iOS doesn't have capabilities to play Flash.
For jailbroken devices, there's Frash - you can get some ideas from it.
Related
I have a sapui5 app that I'm trying to test on mobile Safari using remote web inspector. Since it loads javascript files dynamically (uses MVC), it only lists these files under XHR. Apparently, because it's XHR, I can't add a breakpoint to these files.
Is there any way for me to debug this? Or force web inspector to load these files some place else? It seems a bit useless otherwise.
I have the latest version of iOS and Safari on my iPad.
I know this question has been asked previously but nobody answered it. So I'm hoping this one will gain a bit more traction.
Thanks!
Hello I have to play swf file in UIwebview. I did r&d on it. But didn't get the solution for it.I know ios does not support swf file.Also safari support it in mac not in iphone.Is there a single alternate way to play swf file in ios8? Its mandatory for me. Thanks in advance
Flash is never supported on iOS devices , Steve jobs Decision
No you can't. Playing swf file is strictly prohibited in iOS. Still this one might help you,
UIWebView html file with swf load external link, but internal
Looking for help as I'm stumped on this. I'm using a sencha map wrapped in phonegap for iphone. The map loads perfectly when wifi is enabled but when it is turned off the map does not display and informs me that 'Google Maps API is required'. The script I'm using in my index.html file in the www directory is the one suggested by sencha...
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
As I mentioned when I enable wifi the script loads and the map displays. I have also wrapped my app for android devices and the script loads here both when wifi is disabled and enabled.
Would love to hear some suggestions on how to solve this.
Thanks
This is a complicated issue, but can be done. Here is a link to someone who has solved this:
http://rohdef.dk/wp3/?p=151
Sencha should really update their code to allow their google maps views to fail gracefully instead of freezing the whole app. To make things worse, even restarting the app later when there is connection doesn't help because of caching, you have to re-install from apple store.
Into this dir there are :
OGV video (Theora/Vorbis) for Firefox
MP4 video (H264/AAC) for Safari
FLV video with a flash player (player.swf) for others browsers
a template.html which contains a snippet coming from Video for everybody
a .htaccess to add the new types of video
Locally the video is correctly displayed on all browsers.
But online Firefox doesn't display the video and ask for a download. Though the mime-type is correctly set in my .htaccess.
Any idea to fix this problem on Firefox ? (I use 3.5.3 release on Windows).
Thank you. :)
Note: it sounds that this problem doesn't appear on Ubuntu.
Edit : my Firefox installation was bugged. Now it's working correctly. Thank you Rudism. :)
It may be worth trying it in Google Chrome which support video/ogg as well. May help you debug...
I have a video player that loads progressive flv video from a server and applies a reflection to it. I do this by creating a bitmapData object and then drawing the video to it. This worked absolutely fine until we moved our content from testing server to Amazon S3. Now there is no reflection.
Can anyone explain why this is happening and even suggest a solution?
p.s. i am using Flash 8 AS2.
thanks
This most likely has to do with Flash player's security restrictions and domains. If you aren't getting any errors, try installing the debug version of the player and see what comes up.
Also take a look to Handling Crossdomain.xml and 302 Redirects Using NetStream for background info.
HTH
Juan