Professional :: StageWebView Does Not Display On IPad?
Sep 10, 2011
I'm using a simple document. It has nothing in the library and the SWF is pointed to the class "Main" (Main.as is in the same folder). All Main.as has in it is this super complex code:
[Code].....
Nothing shows up. I run it in flash (ctrl+enter test movie) and I see google load. On the ipad2 I see absolutely nothing. why I don't see the StageWebView?
View 4 Replies
Similar Posts:
Aug 25, 2011
Apple is obviously rejecting Flash to protect it's 'App' revenue. I've been on Android phones that run Flash and display all my content perfectly smooth. It can be quite frustrating how they are trying to bury it when I still have yet to see HTML5 replicate the type of interactive content Flash is capable of producing. Is there any way to display a message on the iPad when the Flash player is not found? I'd like it to says something along the lines of: "Unfortunately the Apple iPad does not support the Flash player because their business interests do not want it taking away from their App revenue. Did you know that the Dell Streak, HTC Flyer, Blackberry Playbook, Motorola Xoom, Samsung Galaxy Tab, Toshiba Thrive, and HP Touchpad all support the Flash player?"
[Code].....
View 1 Replies
Jan 19, 2011
I just put the code on the first frame. I'm getting an error saying flash.media.StageWebView could not be found. How do I use this?
using Flash Pro CS5
import flash.display.MovieClip;
import flash.media.StageWebView;
[code]......
View 9 Replies
Mar 29, 2012
When working in the Flash CS5 IDE and publishing this code it basically tells me I don't have <video> support.
import flash.geom.Rectangle;
import flash.media.StageWebView;
var webView:StageWebView = new StageWebView();[code].....
I can confirm this by publishing this code and clicking the "Test Video Support" button:
import flash.geom.Rectangle;
import flash.media.StageWebView;
var webView:StageWebView = new StageWebView();[code]....
Is it something to do with the browser used by StageWebView? Air WebKit? Something to do with the IDE?
View 4 Replies
Sep 23, 2011
The video performance I get from the built in FLV video is pretty poor. I'm considering using a StageWebView to display a HTML5 page with a standard <video> in it.
The video shows up and (if I enable controls) can be played and it looks great (much better than FLV). The only issue is I cannot find a way to have the video autoplay once the StageWebView is loaded.
I've set the <video .... autoplay> parameter. I've also tried using JavaScript to send a video.play() (after the window load event is complete and the DOM is ready).
I can't wait for AIR3.0 so we can just use StageVideo.. But for now I'm using AIR2.7 via Flash CS5.5 publishing for an iPad2 via AIR for iOS.
View 1 Replies
Apr 13, 2010
I have a website that uses flash. I would like to convert the website so that iphone / ipad users can see my website. I understand that Iphone / Ipad can't render flash. What would be the best-practice to convert flash website to iphone / ipad compatible?
View 2 Replies
Oct 1, 2010
I want to create a little app for the iPad.
Can I create a new AS3 project, or does it have to be the iPhone OS?
What should the dimensions be ideally for the iPad?
Is it fine to use multiple scenes?
View 4 Replies
Jun 30, 2011
I'm trying to use a fla as a banner on my site. So far the best method I have is: export fla from flash as quicktime mov THEN use media encoder to convert mov to flv THEN insert the flv onto my site with dreamweaver. This works for me except when I try to view the site on an ipad, the animation doesn't run because flash player has to be loaded and that's not possible on an ipad.How can I make this banner viewable to someone on an Ipad as well as a regular PC?I'm thinking by somehow uploading the mov to the site (which I don't know how to do yet) and then having some kind of code or something that makes the mov play for ipad and the flv play for everyone else.
View 5 Replies
Jan 6, 2012
I've created an app in Flash Professional CS5.5 and when I install it on iTunes, I see the icon in the list, and when I sync the iPad, it even comes up on the iPad 'pages' in iTunes, however doesn't show up in the actual iPad.
View 1 Replies
Jan 5, 2011
My OS is Win 7 and I have the windows test versionof Flash Builder Burrito.There I can only develop for Android devices.I've heard it's only possible to develop forthe iPhone/iPad with a Macintosh computer.Or is there a trick to develop for iPhone/iPad on Windows PC with Adobe software(because I don't want to pay a second time for Adobe software for MAC)and only copy the result to a Macintosh?
Is it possible in the MAC version of Flash Builder Burrito to develop for iPhone/iPad (and also for Android)?Or have I to use a different IDE for iPhone/iPad apps becauseApple wants native apps and Flash builder burritois only for AIR/Flash app development?
View 1 Replies
Aug 21, 2011
We're seeing very different results from the same files being packaged for iPhone verses iPad. Not having a lot of luck getting things to run smoothly on the iPad when they work great on the iPhone. The iPhone versions also run great on the iPad even though it has to scale down all the retina quality images. I feel like I'm missing some important difference between the two?
View 3 Replies
Oct 12, 2011
I'm currently trying to develop my Flash animation to the iPad, however no audio plays...I'm currently using ActionScript 3 to make the audio appear instead of using the timeline, but even if I use the timeline the audio just doesn't play. The file itself is an mp3, and information on the iPad says that it should be able to play on it.
I have a really bad feeling that this is a Flash/iPad issue and it hasn't been resolved yet. Does anyone have any idea why? I really can't figure out, because it's not like there's an audio option before you publish the application...
View 4 Replies
Jan 20, 2012
I'm building an iPad app with some stories and I have an animation that runs when each story is opened. I created the first animation at 30fps and it works great on an Android tablet and in the Air debug launcher, but when I compile it for the iPad the transitions are very jumpy. It acts like it's only running at 5fps on the iPad.
View 3 Replies
May 5, 2011
I have read that the FLVPlayback component has been optimized for the iPad, but I can't get it to work at all.I had it working, albeit poorly, in CS5.But the same app, published with CD5.5, just shows a flickering FLV icon instead of video.
View 1 Replies
Jul 14, 2011
I just upgraded to Flash 5.5. When I compile for iOS my cursor disappears. I'm using the following code. It worked great when I compiled it on 5.0 but it stopped working with 5.5
player3.x = stage.mouseX;
player3.y = stage.mouseY;
View 2 Replies
Jan 8, 2012
What tool can i use to create an animation the will run in I.E., Firefox and iPad. I want to have a series of large buttons that i can scroll using arrows on the left and right side of the large buttons, with each button being a hot spot. I can't use Flash because it is not supported on the iPad.
View 18 Replies
Jul 4, 2011
I'm using Flash CS5.5 and have got swipe gestures responding on my iPad. The only problem is that they don't animate and I'm wondering if anyone has had any luck in replicating the smooth iOS swipes using Actionscript 3.0. I found a solution using ENTER FRAME but it was really slow and jerky.
View 19 Replies
Nov 16, 2011
I have developed an app for the iPhone and it runs perfectly fine on the iOS for iPhone. I am trying to port it to the iPad so I have done the proper stage adjustments and have set export as "iPhone & iPad"
It opens up fine on my iPad, but the same app opens distorted on my iPhone (since the stage resolution isn't native, so it gets squished)
View 2 Replies
Mar 9, 2012
I'm aware of the fact the iPad doesn't support flash so I'm trying to figure out how I can detect an ipad visiting my site and provide an alternate html header. I'm sure there must be some code snipit I can add to my site but have not been able to find something.
View 2 Replies
Mar 26, 2012
I was wondering if there are any apps that have animation in a format that could be somehow exported for use in Flash, After Effects, or 3D software. So something other than flip book style "paint" animation. Instead something like vector point animation or object/property animation.
View 1 Replies
Jun 11, 2010
I would like to point out that I am not an employee of either Comedy Central, The Daily Show or the website. The labels 'Production Assistant' and 'Intern' are just the sites rankings descriptions.There is an assumption by iPad owners, that all Flash websites must be converted to be compatible with the iPad, rather than the iPad should be compatible with existing websites.Is it worth continuing to defend against this assumption? Should we just give in to these people or try to engage them in a discussion, get them to demand Flash support from Apple?
View 2 Replies
Sep 22, 2011
We are looking to use flash to create iOS apps, so we have downloaded the latest version of flash, but when testing on the iPad we see pixalation, is there a later version of cs5.5 or an update that will fix this issue?
Or is there a setting beside the setting Resolution set to High...
I did read somewhere about AIR3 is going to better renderring for 3D, but will it be for the iPad and also what about 2D rendering, I mean it is vectors aand I thought they did not pixelate.
View 2 Replies
Dec 27, 2011
Is there a documented best practice for providing alternate content for Flash in Safari on iOS devices?I am getting white space where my Flash animation would normally appear, and management is displeased. I need to display alternative content in this space.
View 1 Replies
Nov 3, 2010
I am new to flash and am trying to achieve the following: My website for Salou currently has a static image of google street view, i want to incorporate a live version that will be available on the ipad and ipod touch, will this work as i am told that google street view uses a flash plugin.
View 1 Replies
Sep 23, 2010
I have created a booklet in InDesign cs4 that includes page turn transitions. I have saved it as a SWF file and it works perfectly on my PC with the ability to sweep through the page turns. My issue is now, what type of file can I export the SWF file to so that I can view it on an iPad and am still able to have the page curls?
View 3 Replies
Nov 9, 2011
I am using Flash profassional cs5 and want to create an iPad application but it only allow to make iphone application. It allows to install on iPad but the resolution is very small.
View 1 Replies
May 29, 2010
we can now use RipCode to get our flash apps onto iPad.Apple now has a market cap bigger than Microsoft and with cloud computing on the way Microsoft will become redundant. Apple and Google will fight out the way we use technology in the future. So it's important for me to know about Apple even though they bug me a little with their proprietary techniques - but HEY they are a company . New geneation of downloaders thinking that they should pay for NOTHING .
View 1 Replies
Sep 5, 2011
Is it possible to dress up a StageWebView window with borders etc?As it is, I just get this raw picture on the app screen. Could use a border...
View 5 Replies
Feb 25, 2011
I have a Flex Mobile Project with a View in it. I placed a background image on that view. Now I want to add a StageWebView on it to render an HTML file, in such a way that the contents of the HTML scroll while the View's background is visible. However, when the StageWebView gets rendered, it has a white background. I didn't find a Background property on it to modify. I tried to change the stage's alpha, but it didn't work.
View 1 Replies
Jul 16, 2011
I'm working on a flex mobile project now. I've created a StageWebView and call function loadString()[URL]..
It's a simple sample that if you click on the bookmark and you can get access to it.
But I want to put the content in the tag into a spark list. And get the same result when I click the list which needs some kind of simulation of a click in a webView.
View 1 Replies