Actionscript :: Control Iphone Devices Such As The GPS Receiver And / Or Camera?

Mar 4, 2010

As announced, it is now possible to develop Iphone applications with Actionscript. My question is: is it possible to control iphone devices such as the GPS receiver and/or camera using actionscript? Is there somekind of "AS3 for the Iphone"-framework? I know my question is short, but this is all I need to know for now.

View 1 Replies


Similar Posts:


Iphone :: Detect If Is An IOS Devices And Redirect?

Dec 25, 2011

I'm currently using this to detect if the visitors have flash installed or not and if not right away I'm assuming they are iPhone users but then now it seems it doesn't always work like I wish to because sometime they being redirect to the version of flash of my site and sometime the person who got flash installed also redirect to an iPhone version of my site.[code]the thing is how would I detect if they are iPhone/iPad/iPod/AppleTV something like that and redirect them to the flash=false URL and if they are non of the above will be redirect to flash=true?

View 3 Replies

IPhone :: Any Way To Add MP3 Player To Website For Mobile Devices?

Jun 10, 2010

I have a website [URL]. I added a flash mp3 player that plays a sound clip when you go to the page. I know Flash doesn't work on the iPhone OS, but is there a way to get this type of mp3 player to work on an iPhone? I'm thinking maybe a javascript mp3 player. What I would ultimately want is to replace my flash mp3 player with a different mp3 player and have it so the player is available on Windows and Mac computers as well as iPhone devices.

View 2 Replies

Flash :: Professional - Website Is Compatible For Iphone And Other Devices?

Feb 3, 2011

is there way of making flash website which is designed in flash cs5, compatible for iphone and other devices

View 3 Replies

ActionScript 3.0 :: Use Filters On Ios Mobile Devices (iPhone/iPad) Using GPU Rendering

Nov 15, 2011

how to use filters (specifically a glow filter) on a mobile devices (specifically the iPhone) when using GPU rendering and high resolution. At the time, there was no answer... filters were unsupported. Period.

I can report that I have gotten a color matrix filter for desaturation AND a glow filter working on the iPhone and the iPad using GPU rendering and high resolution.

The solution, in a nut shell is as follows:
 
1: Create your display object... ie: a sprite.2. Apply your filter to the sprite like you normally would.3. Create a new bitmapdata and then draw that display object into the bitmap data.4. Put the new bitmapdata into a bitmap and then put it on the stage or do what you want.
 
When you draw the display object into the bitmapdata, it will draw it WITH THE FILTER!So even if you put your display object onto the stage, the filter will not be visible, but the new bitmapdata will!
 
Here is a sample app I created and tested on the iphone and ipad

[Code].....

View 1 Replies

Professional :: Alternative Content Safari On IOS Devices IPad IPhone IPod Touch?

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

ActionScript 3.0 :: Make A Dynamic Textbox Scroll Down/up For Devices Like IPhone/Android/iPad Etc?

Mar 25, 2012

Problem: When doing anAPP to test it out in my smartphone devices. I tested it on my computer and it works fine. But in devices, im not able to scroll the textbox down/up because my devices dont have a scroll wheel to scroll up/down.Assuming that im looking for something like this: When I use my fingers to touch on the textbox and slide it upwards, the textbox will scroll down

View 2 Replies

ActionScript 3.0 :: Accessing The IPhone Camera

Oct 11, 2011

Im trying to develop and iPhone app with Flash Professional, but can't seem to find out how to launch the camera and take a photo.

View 1 Replies

Actionscript 3 :: Access IPhone Camera With Air And Use Library?

Feb 14, 2012

And I'd like to create app with air for ios. how can I access iPhone camera with air and use library ( ASFEAT and Away3D ) for create AR app.

View 1 Replies

Access Front Camera In Android Devices Using Flex-android?

May 17, 2011

There are samples to show how to access front camera of android devices using android sdk.

View 1 Replies

IPhone :: Playbook Support For Streaming And Choosing Camera

Dec 23, 2010

I am wondering if Flash / AIR can find all these mobile devices front facing camera and use RTMP to stream the video captured? I would like to create a video conferencing app for these devices. Of course none of them support testing this in the simulators and I don't have the funds to purchase or access all of them that I would like to test. I have seen some posts where they have done this for android but not sure about support for finding a list of cameras, choosing one and streaming from iphone 4 and playbook.

View 2 Replies

Iphone :: Access Mobile Device Camera From A Grails Application Using Jquery Mobile

Feb 23, 2012

I have a grails application using jquery mobile. I am hoping to find some way to access the camera on the devices. I thought about using flash to grab the webcam but that obviously wont work on Apple devices. Does anyone know of a way to do it and keep it all browser based? I am hoping that there is a plugin somewhere or maybe html5 has some magic in there that supports it.

View 1 Replies

ActionScript 3.0 :: Loading ActiveX Control By Network Camera

May 6, 2009

I have an activeX control for a network camera when it is installed on my PC. I want to use that network camera in actionscript by loading its activeX control, but don't know how to do that.

View 1 Replies

ActionScript 3.0 :: Control The Visual Affect With Camera Class?

Aug 1, 2010

I've checked the document:But still don't find info on how to control the visual affect(like lightness, saturation and so on) of my pc camera.

View 9 Replies

Flash - How To Control Visual Affect With Camera Class

Aug 1, 2010

I've checked the document: [URL] But still don't find info on how to control the visual affect (like lightness, saturation and so on) of my pc camera. Is that kind of job possible with actionscript?

View 2 Replies

Media Server :: Start Broadcasting - Show Camera Control?

Mar 19, 2010

When user first time log into site camera start the capturing and stream is saved in application folder with the streamname (straemname.flv). then user logout and then logged in then i have to append that stream in same straemname.flv file .By this code i have done that task
 
camera = Camera.getCamera();
camera.setQuality(0,80);   camera.setMode(videoWidth,videoheight,15,true);camera.setLoopback(false);
video.attachCamera(camera);ns.attachCamera(camera);ns.publish(stream, "append");

when user again logged in ,the video which is saved previously start playing,I dont want start that video.I just want to show camera control

View 1 Replies

Actionscript 3 :: Control Iphone's / Android's Flashlight Through It?

Mar 21, 2012

Just that: is there any possibility to control the iPhone's flashlight using any class in ActionScript 3?

View 1 Replies

Iphone :: Flash - Detect When Control Is Returned To Browser?

Jan 31, 2010

My client has a website that plays YouTube videos. Once a video is finished playing, it will automatically play the next one. This is done by using the YouTube API and swfobject.After some research, I was told that Safari on iPhone does not support flash. This make the current swfobject code not working on the iPhone browser.As workaround, when the user clicked on an embedded player, iPhone will launch the YouTube app.

View 2 Replies

Media Server :: Live Webcam Broadcaster And Receiver?

Jul 17, 2009

I have implemented an application for webcam broadcasting and receiving. I have tested the application using a developer version of flash media server. Thus its working finely. Also i am recording the stream and storing it in the application folder. The recording feature is implemented with the broadcaster. Every thing works finely while i checked locally.

Now the client installed media server and I tried to set every thing in the server. I placed all the files in the server and created a directory with the name "live_test" in the applications folder inside the Flash Media Server folder. Then I run the application. Thus the status is showing as NetConnection.Connect.Failed.

View 1 Replies

Flex :: Display The Incoming Stream In Receiver Page?

Mar 29, 2011

I'm trying to put in place a Flex application that allows a user to send a video stream and let the others to display it.

I created a sender page (below).

[code]...

I don't know why in the receiver page I can't display the incoming stream? I put a simple alert to show the returned connection code, it shows "Success".

View 1 Replies

Actionscript 3 :: Get Full Camera Area Captured Inside Flex Using Camera.getCamera ?

Apr 1, 2012

I am capturing camera on flex for android using air 3.1,and found that the camera is only showing the a part of of actual camera video.When i view camera using normal camera application in android galaxy tab, it shows full camera area but when i am capturing the camera in flex its showing only the center area for it.I tried using setMode to set the resolution, but its not of any use.Is there any way to get full camera area captured inside flex using camera.getCamera ?

View 1 Replies

Webcam - Detect Flash-accessible Camera Without Prompting User For Access To Camera If One Exists?

Oct 11, 2010

From a Flash object, I would like to be able to detect the presence of a webcam that the user might grant access to, without actually asking the user whether they want to grant access. This is to streamline a large application that has extra features if a webcam exists — if there is a webcam, the application will present several dialogs that lead up to the normal cam-security prompt, but if the user doesn't have the hardware, I want to skip over them altogether. Requesting access to the cam before those dialogs won't make sense to the user.

It appears not to be possible to call Camera.getCamera() without the security prompt happening. Is there a workaround? (For instance, could I, perhaps, call getCamera in a hidden Flash object and inspect its return value, or does it block until the user acknowledges the security prompt?)

View 3 Replies

Media Server :: Broadcasting From Camera Blocks Other Applications From Using The Camera?

Jun 10, 2009

I have a video capture device on a machine. I have written a windows application to capture the video from this device. While capturing, if i try to broadcast using flash it does not connect. If i'm already broadcasting and then try to capture then my windows application does not get the capture pin of the device. So, flash seems to be taking the capture pin. Is there anyway to broadcast using the preview pin on the device so that i can capture using my application. Or is there way where i can split the capture pin and give one to my app and one to the broadcaster

View 10 Replies

Camera - Access The Video Data From This Camera With Flash?

Oct 20, 2010

Usually Adobe Flash applications can access any usb-webcam.I have a USB camera for microscopes which understands TWAIN and DirectShow.Is there a possibility to access the video data from this camera with flash?

View 1 Replies

Iphone :: Is Application Developed By Adobe Flash Professional CS5 (not CS5.5) Visible In App Store On IPhone 4

Jul 4, 2011

I just finished with developing my application by Adobe Flash Professional CS5 and I wonder if this will be visible to iPhones 4 because support for Retina displays was added since CS5.5.

There is section in my info.plist:

<key>UIDeviceFamily</key>
<array>
<string>1</string>
</array>

View 1 Replies

Iphone :: Promising Is Flex/Flash As A Development Path For The IPhone/iPad?

Mar 6, 2010

I'm interested in developing for the iPad and iPhone, but I'd prefer not to learn Apple's whole development stack (and good golly, I sure don't want to go back to manual memory management). Oh, sure, I could learn it, but I don't have that level of commitment to the environment at this point. I've got professional experience with Flex already, so I'm intrigued by Adobe's move to make Flash/Flex compile to the iPhone and iPad. My question is: how promising of a development path will Adobe's Slider be? Are we likely to see Slider publicly available in a reasonable timeframe (Adobe: "An early mobile branch of the Flex framework is expected to be available in 2010")? Are we likely to see reasonable performance? Are there development hurdles that haven't become clear yet? Heck, is it all just vaporware? There's pretty limited information available so far, as far as I've seen, but I'm interested in people's predictions, even if they're speculative.

View 6 Replies

Iphone :: One Frontend For IPhone/iPad, Android And Multi-Touch Displays?

Sep 6, 2010

I have built a multi-touch application which is based on a Java EE backend and combined with BlazeDS to a Adobe Flex frontend. The application runs on a DIY-Multi-Touch which I built. Now I want to use another solution. The Adobe Flex frontend (with a multitouch library) and the BlazeDS adapter should be replaced by a solution which covers iPhone/iPad, Android and commercial Multi-Touch displays.

The problem is the iPad/iPhone, there is no Flash Player runtime (not the jail-breaked ones), but the application should be runnable also on those devices. So Adobe Flex and a Java frontend (no JVM on the iPhone/iPad) is not possible anymore. At first, starting the developing of the application it was not neccessary, to run it on Apples mobile devices, but this changed So, what can I do, using HTML5? So I can use it for Android and iPhone/iPad. But I also want to make it possible to use it on a commercial multi-touch-display and normal display with a mouse (I only have gestures for one finger, the 2-finger gestures are not neccessary). Are there any frameworks that allow this? Because I do not want to create several frontends (App for iPhone/iPad on Objective-C and a Adobe Flex for all other devices), it would be great if I can build a frontend for all devices.

View 2 Replies

Iphone :: Flash CS5 On IPhone - Developing Client/server Data Apps?

Oct 13, 2010

I am looking to develop basic client server data application to add value to a website.

The website is .net based and opening an api such as asmx web service, json or xml would be simple.

Can anyone tell me what are the limitations - technically, what is possible with flash and also what Apple consider to be good practice.

Does anyone have any Actionscript code examples?

View 1 Replies

Actionscript 3 :: Iphone - Adobe AIR For IPhone App - Audio Streaming Play In Background?

Jul 14, 2011

Can an iphone app developed with Adobe AIR (version 2.6/2.7) play a streaming sound when it is in background? Only native application can play in background? I have not found a clearly response to this question on documentation. PS: i'm using the Adobe AS3 class Sound to play a shoutcast streaming.

View 2 Replies

Iphone :: Flex - RIA Flash Apps On The IPhone Store Persist Data Until An Internet Connection Is Available?

Oct 8, 2009

I'm interested in building a thick client application for my existing web services that will run on the IPhone. Flash finally seems to be an option, so I thought about using Flex for client side development.

However, since flash apps are not natively supported by the IPhone, but only through a wrapper, I was wondering if these apps can persist any data. Data entered by the user should eventually be transmitted to the web service, but until then I want it to persist even if the Iphone should run out of power.

Is this possible? Or does the Iphone flash wrapper make it impossible to access the hard disk?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved