Javascript :: Converting Existing Site Into Mobile Version?
Jun 5, 2010The existing site in cakephp with flash. We need to convert it into mobile version.
View 1 RepliesThe existing site in cakephp with flash. We need to convert it into mobile version.
View 1 RepliesI received an inheritance old flex project. I've never worked with Flex. I installed the latest Flash Builder and I need to know the exact version of used Flex SDK. Is there any way to know used SDK version from project files?
View 2 RepliesIs there a way to access the iphone address book with the current Flex/Air Mobile version?
View 1 RepliesI am developing a mobile project in Flash builder using flex 4.5. I am very new to flex, with some background in Obj-C.urrent Setup:I am passing the text property of a text input component to a second view via navigator.pushview{view.Someview, data}public function doSomething():void{navigator.pushView(Session_View, timeInput.text);This successfully passes the text I put into the textinput to the Session_View instance and I can display that text in a label in the mxml; however, I would like to take the text passed and convert it to an integer to use in my logic.Within Action Script I have tried parseInt() function with no luck.I have also tried to assign data to a variable in actionscript with no luck.
View 1 Repliess there a "best way", to update an existing Flash site to action script 3?
View 7 Replieswhen I first created my website I defined it in a random folder of my own choosing. Now, many months of construction later I want add some php related stuff and have to setup a proper local testing server.
I therefore have to move the whole thing to an htpdocs subfolder in MAMP - how can I do this so all links and filepaths etc are updated?
I'm still a newbie in terms of as3, but have built a code-simple flash site (using CS3 & Dreamweaver). I've only just discovered SWFAddress / SWFobject / swffit and have been combing through my flash pages to implement these oh-so helpful tools. Troubled process, as it is...
I have literally spent days (not merely hours) trying to adapt various code, watching and following tutorial and trying to adapt what I find for my existing site (which is, unto itself, still in development)
I'm trying to avoid avoid using external packages and script instead on the timeline, in keeping with how the site was originally built (with hopes this would save me from having to rebuild and reorganise the structure of the timeline - there are several gallery pages and files and buttons and cross-linking). But I'll attach here just one fla ("archives.fla") that anyone whom has experience with SWFAddress might understand what I'm contending with. I've borrowed code from so many sources at this point that the script code is sure to be bungled (one top layer of the fla file, for deep linking).
I would be ever so grateful for assistance in this regard; cannot afford to pass another day trying to figure it out (I am on a deadline)...
file to big to attach; i don't believe looking at the code will be of any use without seeing the set up and references on the timeline... but i'll insert it anyway (below). is there a way to send the file to someone directly?
[Code].....
I haven't done any Flash for a loooong while and I'm struggling with the CS4 demo I just DL-ed from Adobe I have a banner that will be sent to 6 or 7 partner sites and in the banner is a button with a getURL action to take the user to my site. The getURL has a url variable on it like this
getURL("http://www.domain.fr/index.php?pmv_pid=2","_blank");
so that I can track which site it comes from however, to avoid having to make a different banner for each site that hosts the banner I would like to detect the domain of the site and use a switch to insert the correct var on the url.
The index file is .php. Now I've got this little Flash animation that we want to run first, then when it's done go to his website. When I try to add it to the top of the index page all that happens is the site loads like in normally did but with the Flash movie at the top instead of being another page. What do we need to do to have it load on it's own first?
View 1 RepliesMy current HTML4 transitional website has several flash videos. How could I make them play in Apple devices with minimal changes? I've seen numerous threads but I've got confused. Some possible ways suggested in these threads:Identify device from request and serve another format video. Which format should be served here? I need to maintain all videos in 2 format? H.264 encoding was suggested here.HTML 5 options.
View 1 Repliesi just need to know about loading external sxf into an existing flash site. i used the load external code. but i just want to know about the link . how must i be. the example it like so
[Code]...
now the path where it says path how must it be. once these files are uploaded to my server. must it be like so(as above) or how the full part which is ./public_html/pics.swf
When going to the links on the flash banners at the bottom work perfectly. there is an increased frequency in people visiting the site and only typing and in those instances the links do not work.
View 2 RepliesHow can I detect which flash version a browser is using with javascript?
View 1 RepliesI want to check for a proper flash version installed, if the user does not has it, prompt him/her to do so. My code works fine in Windows platform, but not on mac. explain me what should I do to fix the issue. My code for html is given below:
[Code]...
I've seen two answers: Adobe Flash Detection Kit - Javascript detect flash version JavaScript routines only:[URL] Simple questions: are the detection algorithms, described above, identical and if not - which way is better? Will they work the same for desktop and mobile browsers (both iPhone/iPad and Android)?
View 1 RepliesI'm new in the mobile app development and I'm trying to do a simple online radio app using flash builder 4.5, but every time I try to play audio from a remote site (stream) it just not work. I've done different test, and when I use a local audio files everything works flawlessly.
[Code]...
I'm working on converting my website from xhtml to flash but want my site thumbnails to rotate in 3d left to right. go to http:[url].... and click on "eMail" on the left and see the Gmail thumbnail. I want that to rotate in 3d without skewing.
View 4 RepliesI am planning to build a web application highly based on Google Maps API. I am considering either using the Javascript version, or the Flash version. I would like to create an interface which will be quite rich. Should I go for JS version of the API or Flash one? Also I do not plan to purchase Flex Builder, so ideally I would like to use some free Flex SDK that supports ActionScript. What would you recommend? Is it more reasonable to use JS or maybe better use the Flash Version. What are the limitations, pros and cons?
View 3 RepliesI came across a website recently that outputs a whole bunch of user info: IP, browser, OS, flash version, javascript, etc in a very easy to use format. It was specifically designed for remote support, in order to determine user operating environment. However, I cant recall the name of the website.
View 1 RepliesI've run across several websites, including mine, that prompt users to download Flash even though their browser cannot install it. I want to avoid this confusing messaging by detecting whether a mobile browser can install Flash, not whether it has Flash.
Some known mobile browsers that can't install Flash are:
iOS Safari
Android Chrome beta
Android Firefox
Instead of building an ever-changing list of Flash installability, I would like to detect this in a general way in Javascript.
So I have swf9.swf swf10.0.swf and swf10.1 for fp 9.0, 10, 10.1. How to write such JS that would push difrent swfs to user? (I would like to keep using my default flex builder html swfobject.js script if possible - how to using it create code in main html file. )
View 1 RepliesI know most mobile browsers don't support javascript,
how can I check this?
From what Ive seen, most of the examples of using Javascript in Flex are designed for for the full desktop version (or for the browser) and not Flex mobile. For example using ExternalInterface in a Flex mobile project gives the error: Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime. Is it possible to call Javascript (such as the Google Maps Javascript API) in a Flex mobile project?
View 1 Replies<?xml version="1.0" encoding="utf-8"?>
import flash.display.Sprite;
import flash.events.Event;
[Code].....
I have created a Flash site that I need to add another swf file to. how I can insert this other swf file into my existing website which is also a swf file? Can it be done? I've been tinkering with adding another layer and the timelines but can't seem to get it to work. The site is using AS2 but this newer swf file which I created from SlideShow Pro is using AS3.
View 1 RepliesI don't know which title I should use for this question. I have a webpage (e.g. index.html) which contains flash content, url: [URL] After I finish the webpage and upload onto the staging server, the customers said that they may need to use different domain to go to the site, e.g. [URL] The images or hyperlink do not work because of this. To handle this, I try to use the base tag as follows: <base href="[URL] The images and hyperlink work. However, flash file cannot call javascript afterwards. I would like to know how I can fix the problem.
View 2 RepliesWhy is IE refusing to render a swf on my site? [URL] What could cause that to happen? Chrome and Firefox can open it but IE9 won't show the swf. The page's code:
[Code]...
I have a flash site, where when a user clicks on a link the page does not reload but the content changes with flash(like any normal flash site). So for example if user click on products page, the product page content is displayed, and the url in the address bar also changes from "domainname/index.aspx" to "domainname/index.aspx#/products"
I need to get this url from the address bar, and if i use "window.location.href" it returns "domainname/index.aspx". Does anyone know whether it is possible to read the url from the address bar which is changed by the flash.
I mixed a.com and b.com in my original post, I'll try to rephrase stuff correctly:
A HTML page is loaded from a.com
The HTML embeds a Flash client from b.com
HTML contains a Javascript function that makes a connection to a.com, ie the origin of the HTML, not the origin of Flash
The Flash calls that Javascript function
Question: Do I need to have a crossdomain.xml in a.com?
I'm moving a Flex 3 site to Flex 4, but when I run the application, it attempts to download a .swz file from Adobe, and gives the following error:
*** Security Sandbox Violation ***
Connection to http://fpdownload.adobe.com/pub/swz/tlf/1.1.0.604/textLayout_1.1.0.604.swz halted - not permitted from http://localhost/Fl/CityGIS/main.swf
Error #2048: Security sandbox violation: http://localhost/Fl/CityGIS/main.swf cannot load data from
[code]....
Following this is an attempt to download the same file from localhost.Is there a way to configure the SDK to get these files, or an issue with the configuration of my application?