Flash :: Javascript :: IPad Replacement Best Practices
Jun 1, 2011
I have a website that has a Flash banner. For devices that do not support Flash (like iPads) I want to display an image instead. What is the best practice to deal with this situation? Should this be handled from the front-end with JavaScript?Should this rather be handled from the back-end? (I am using Java on the back-end)
View 1 Replies
Similar Posts:
Aug 25, 2011
I would like to offer free apps in the Apple App Store, with the apps being ported versions of already existing, Flash-based websites I have created for clients. The website and the app would offer the same experience and mostly the same functionality, for example the portfolio of a company or artist.iPhone and iPad Visitors of the Flash-based website would be informed that there is no Flash available and they would instead be offered a link to the free app in the App Store.Since the clients obviously do make whatever kind of buisness and profit in the physical world, I am afraid that such an app might be considered free advertisement and be rejected from the store.So, is the approach violating Apple's terms and conditions?Is it realistic to offer free apps of that kind on a regular basis, for example as a Flash-focussed agency with many existing clients and projects?
View 1 Replies
Feb 3, 2009
Im having a little problem making javascript communicate with actionScript, Here is the problem, i have a application that uses javascript to communicate with SWF and pass it some values, and the code was working in AS2 with the following:
[Code]....
in this example the aplication would pass key to the javascrip function and the function would put the value in the swf variable called _root.valor. So the problem is (as you already know) _root has gone in AS3. And every thing i tryed so far seems not to work. every thing i read so far was to embeb the swf in the js and use
root.loaderInfo.parameters.valor, well i dont want to use the embedSWF because i need to get the activeX cotnrol from my document. Is there any _root replacement? is anyway to get this to work at all ?
View 5 Replies
Aug 6, 2009
I've been building Flash web sites for a long time now, as a freelance developer. I usually work alone, and so I'm the only one that touches the production work I do.Since I'm in this working position, I don't get a lot of exposure to other styles of flash production. I was wondering if any of you have examples of the best ways to produce high quality flash websites. I'm not talking about huge team projects, but small 40-50 work hour sites.[code]
View 2 Replies
Mar 30, 2010
We are currently looking at developing flash based applications (using Flex) in a web application. We are now leaning towards to use SVG rapheljs for developing this components. The questions are: Is still SVG platform is widely adopted by browsers (without any plug-ins) are at least down the line of 8-10 months, any adoption is expected by browsers? Cross-browser support is god for us. Is SVG can replace for a small time animation based programming instead of Flash
View 1 Replies
Feb 22, 2010
Are there any standard practices for Video encoding, streaming, etc?
View 1 Replies
Jul 15, 2009
I have a Flash movie (.swf) file embedded within a webpage.I am looking to have an image display if the user does not have Flash installed or has it turned off.
View 3 Replies
Dec 20, 2010
I'm trying to replace some contents in a website by using the following code:[code]The problem is that I have some flash embedded on the DOM and whenever I try to do the replacement the browser crashes.Somebody should thing that a prepend or append in the right place should be a better method
to achieve this, but the elements I'm trying to locate and replace are html comments and the append prepend methods do not seem to work with this kind of nodes so they have to be treated as literal strings.
View 1 Replies
Aug 12, 2010
I have used loadXMl.as file for XML to Object conversion till date. I am now converting the framework from AS1 to AS3.
Is there any alternate in AS3 for XML to Object conversion other than using the XML class. I am facing a lot of problems with XML class which I am not used to.
Here is the example
[Code].....
though I expect it to show undefined as the tag does not exist in the XML file.
View 4 Replies
Jul 20, 2010
I have a bit of Flash experience, did a full featured movie player, other stuff in AS3 and got plenty of programming skills in other languages, BUT now I need to create a multi paged website. Quite easy, a few pages, some animations here and there, nothing fancy, got all the graphics.
But time is short on this one, so I need some advice about good practices (pack everything into one main MC or make separate swfs and load them in, etc.), where to begin, or what kind of book should I grab to make the job pretty.
View 2 Replies
Apr 2, 2011
I want to do something like this:"3*4".replace(/([0-9]+)[*]([0-9]+)/g, String(Number("$1") * Number("$2")))And no, i don't want to do that, but something more complex.
View 2 Replies
Nov 9, 2011
I can use:
navigator.pushView
in ViewNavigatorApplication, but can't use it in TabbedViewNavigatorApplication?
Is there a replacement for navigator.pushView in TabbedViewNavigatorApplication?
View 1 Replies
Jun 24, 2011
anyone know of a good resource for banner development tips and tricks - mainly in regards to image optimization, external imports and filesize reduction. Its been a while since i have looked into smart ways to pack more clarity and quality into flash banners and wanted to reach out.
View 0 Replies
Oct 27, 2010
Using CS5 AS2.I'm creating a website in flash (all the files will be in one directory/folder on SharePoint) and want to make sure that what seems to be working fine is best practice.I have an index.swf with many buttons which will take the user to landing pages/content/other swfs. On these different buttons I have the script [code]The movie transitions nicely to name.swf and on this page I have a button that returns the user to the index.swf on (release) {loadMovieNum("index.swf", 0);}Things move back to index.swf nicely and user can chose to go to another landing page.It looks like I'm on the right track, bc nothing is going awry? but want to check. Am I following best practices for moving from one swf to another within a website?
View 3 Replies
Jul 16, 2011
I'm using this simple code to retrieve a value from a PHP script:
package
{
import flash.display.MovieClip;
[code]....
View 1 Replies
Apr 5, 2010
Years ago, when I was designing a game site, it was recommended to me to do what you pretty much suggested in your answer to a question about Flash sound: put my sound effects as Flash elements. This works great on every platform except the iPad.
View 2 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
Dec 7, 2010
Is its currently possible to publish a Flash App to iPad? I see Flash CS5 has the ability to publish to iPhone/iPad - is Apple supporting this and will be able to be sold in the App store. It would be a lot simpler for me to code up my next project in flash as opposed to objective c and cocos2d.
View 1 Replies
Apr 17, 2011
Ive just started messing around with flash cs5 and trying to make a simple app for the ipad and have it eventually on the app store. The thing that has me concerned is that the animations seem to be struggling on the ipad.
im running it at 24 fps and there is zero physics and very simple AS3 for touch to stop animations. But the animations are running so slowly and the sound layer is no longer in sync with the animation.
Does anyone have any experience with this that can advise me on what the issue may be? why would a simple flash cs5 animation struggle as an ipad app? would the file type of the sound files be an issue?
View 2 Replies
May 10, 2011
Has anyone succeeded in getting video to play in Flash published for the iPad? I have tried using both the Video and StageVideo classes, but even though they test successfully in the Flash IDE, they do not work on the iPad. I am using CS5.5.
View 1 Replies
Aug 18, 2011
We have a ASP.net 3.5 website with a simple flash video that plays in a banner. What would be the easiest way to update this so that the video would play on an iPad?
View 1 Replies
Sep 20, 2011
I have created an iPad app using Flash cs5.5, how do I test on my iPad, I do have the developer cert and license.
View 1 Replies
Mar 28, 2012
Iīve built an app for the iOs in flash.I successfully generated de .ipa package but on itunes connect the app shows for iphone and Ipad but i wanted distribute it exclusively on ipad.I think it has something to do with the flash builder options but I canīt seem to find that option on flash builder or on the internet to build exclusively for ipad.Does anyone know to build exclusively for the ipad in flash builder?
View 1 Replies
Feb 27, 2010
I've been working on a game the past few days where there is to be a LARGE amount of stored data. By a large amount, I'm talking something like 200+ entries of around 12 fields.The game is being designed with the intent of playing it online (per say), so I can't rely on storing specially made files on one's computer (Not that I think I could and do it in a way where players cannot modify it). I also do not want to rely on a stored XML file on the internet or on a database, because if the website that has this data goes down or if the person loses internet access, then the game becomes unplayable.So, I need to store this data in the game itself, but I am unfamiliar with the best way to go about doing this. I've normally worked with outside sources for data storage, as they were designed in closed environments (aka intranet) or the website that the SWF would be on would also be where the database used is stored. Neither apply to this game, as the game will likely be put up on Flash portals like Newgrounds.
View 17 Replies
Nov 25, 2009
We have recently deployed Flash Media Streaming server 3.5.2 and Flash Media Encoder on a Windows 2003 machine. Do you guys know of any security best practices to follow for the FMS server deployment on a Windows machine, could you please point me to that resource.
View 2 Replies
Jul 18, 2010
What are, nowadays, the best practices for uploading a large file (which may cause a timeout) with ASP.NET Web Forms and/or MVC? Increase Server.ScriptTimeout (only for the specific POST request); Use some flash client-side uploader like swfupload ([URL]) or plupload ([URL]), but Flash uploads have some issues with proxies; Use some gmail-like javascript (like [URL]
View 2 Replies
Jul 17, 2009
When I create a website,I always end up with 2 preloaders... one to load the main swf (library items, etc...), and then a second preload takes place to load all the external images from XML.Is there a better way?I don't like the fact that there are two progress bars that run or a long pause in the beginning prior to the 2nd preloader. Please let me know if I'm missing something or if you follow any design patterns or best practices.I often run across sites that have one load and then images throughout the site load rather quickly.
View 0 Replies
Apr 3, 2009
I have a question about how best to remove display objects.removeChild(object);Given that there are no other reference to this object, does using removeChild alone make the object eligible for garbage collection, or does it also need to be given a null value as well?[code]In both these cases, I get the classic 1009 error. That leads me to believe that if you use removeChild, you don't also need to give the object a null value.?url...
View 2 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
Oct 7, 2010
Is there any SWF to HTML5 converter or any format which can run on the ipad? not smokescreen... other alternatives.......?
View 3 Replies