Professional :: Video Smoothing, Interpolation On IOS IPhone Retina?

May 19, 2011

I'm playing FLV video on the stage and need to display 720x480 video, full screen on the Retina 960x640 display. I have video smoothing applied dynamically. Looks fine in ADL but when playing on iPhone4, pixelation is apparent.

View 1 Replies


Similar Posts:


Iphone :: Objective C - Read Flash Video In Iphone App?

Jan 21, 2011

I would like to play flash video in my iphone app.I'm parsing XML file and I get flash video url like this : http:[url]....

View 2 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

ActionScript 3.0 :: Video Smoothing And Deblocking And Controls

Feb 21, 2011

i created video player for page to play flv videos and i did it by adding FLVPLayback component to libarary and next code.[code]But i needed to enlarger the size of video and it got nasty blocks so i google.how to enable deblocking and moothing and i had to change code to [code]Disadvantages no controls,square videos stretch to video player on first code they only stretch in height.Is there way to add smoothing and deblocking to the short code i used first?If not how can i add controls to the second code? I also use external videos and buttons to change them how i make sure one is unloaded from memory after another one loaded, for both codes.

View 0 Replies

ActionScript 3.0 :: Switch Smoothing To True For An Embedded Video?

Aug 9, 2010

I've got an animation with an embedded flv video in a graphic on my main timeline. The embedded video has been scaled down as I enlarge to its full original size later on in the animation. I've been racking my brain and looking all over the place for a possible solution but is there a way to switch smoothing to true for an embedded video? I've tried the old smoothing = true for the embedded video instance but it has no effect. Annoyingly the video is smoothed out nicely on the stage but when I create a swf the smoothing switches off.I don't want to separate the flv from the main fla for numerous reasons .

View 1 Replies

Flash Video Smoothing Added - No Visible Effects

Aug 19, 2009

I have a short flv I want to play on my website. I use the below actionscript 2 code to play the video, but the anti-aliasing of text is really poor quality. I added a line to introduce "smoothing" to the video, but it appears to have no visible effect.

var my_video:Video;
var my_nc:NetConnection = new NetConnection();
my_nc.connect(null);
var my_ns:NetStream = new NetStream(my_nc);
my_video.attachVideo(my_ns);
my_ns.setBufferTime(2);
my_ns.play("thevideo.flv");
my_video.smoothing = true; //does nothing

Incidentally, I am exporting the flv video from aftereffects, and when I export the movie as a (larger) "lossless" quicktime movie, the movie looks perfect when played in quicktime, but has the same poor anti-aliasing when viewed in adobe media player, VLC, or mplayer.

View 1 Replies

Professional :: Smoothing Out On Mouse-off?

Mar 13, 2012

I made a navbar that you can see here: http:[url]....If you hover over you see the effect that happens and when you mvoe off it jumps back to frame 1. How to I make it so it smoothly goes back into frame 1 without jumping? Or at least fake it so it looks the same and goes smooth.

View 1 Replies

Professional :: Smoothing Button Is Greyed Out Is It Syatem?

May 4, 2011

Is the a problem with flash cs5's pencil tool because the smoothing button is greyed out is it my syatem ?

View 2 Replies

ActionScript 3.0 :: Linear The Interpolation Function?

Mar 22, 2009

Is there a function in AS3 where it interpolates between 2 values as if it were 0-100? For the After Effects users, it's the linear(val1, val2, 0, 100) I think, where it would "normalize" values 1 and 2 and interpolate as if it were 0-100.

I have 2 circles that are acting as the tape in a cassette tape music player, and as it plays, one spool shrinks as the other grows. It's easy to get the scaling, but I need it to start at scale = .5 and end at 1.If I just add and subtract values, it'll grow past 1 or get incorrect size results.

Code:
function changeTape(timeE:Event):void {
var percentPlayed:Number = (channel.position / sound.length);
left_tape.scaleX = 1 - percentPlayed;

[code]....

View 2 Replies

ActionScript 3.0 :: Getting A Linear Interpolation Function?

Jan 21, 2012

Is there a function in AS3 where it interpolates between 2 values as if it were 0-100? For the After Effects users, it's the linear(val1, val2, 0, 100) I think, where it would "normalize" values 1 and 2 and interpolate as if it were 0-100.I have 2 circles that are acting as the tape in a cassette tape music player, and as it plays, one spool shrinks as the other grows. It's easy to get the scaling, but I need it to start at scale = .5 and end at 1.If I just add and subtract values, it'll grow past 1 or get incorrect size results.

Code:

function changeTape(timeE:Event):void {
var percentPlayed:Number = (channel.position / sound.length);
left_tape.scaleX = 1 - percentPlayed;

[code]....

View 3 Replies

Flash :: Play Video In App For IOs (iPhone Packager)?

Feb 1, 2011

Reading the iphone packager's FAQ from Adobe Labs i read:

Can I play H.264 Video from Flash content on iOS?

Yes. You can play H.264 video from Flash content by launching the content in the native iOS video player. You cannot play back H.264 content directly within the application.

how can i play an H264 content in the native IOS video player ?

View 2 Replies

Remove Black Bars On Long Side Of IPhone Video?

Feb 11, 2012

How do you remove the black bars on the long side of iPhone video? I'm converting video to .flv for a Dreamweaver site, and would like to trim the black bar that runs along the long sides of the video.

View 2 Replies

Professional :: IPA File On IPhone

Apr 26, 2011

I have been struggling with this all day and am hitting my head against a brick wall. I am a registered iPhone developer. My software is on Windows and my app development stuff is on my Mac. I created an iPhone project in Flash Pro CS5 (Windows machine running XP), used the Keychain utility to create a p12 from my developer cert on my Mac along with a provisioning file.

I click Publish, this creates the Flash IPA file.Now what can I do with this? I copy it to my Mac, can see it in iTunes. When I try to copy it to my  iPod I get "The app was not installed on the iPhone <name> because  the signer was not valid" I cannot seem to do anything with the file in Xcode, perhaps this is not possible? I have been following instructions here:[URL] Open the Keychain Access application (in the Applications/Utilities folder).

[Code]....

View 4 Replies

Professional :: Unable To Add App To IPhone?

Sep 4, 2011

I've gone through the whole rigamarole of creating a provisioning profile and P12 developer key, I've exported the app as an .ipa file, and I've added the .ipa file to my iTunes Library. It shows up there under "Apps."However, the app does not appear on the iPhone: not even if I Sync the thing through iTunes. Double-clicking the app in iTunes does nothing. Right-clicking yields only the options "Get Info," "Show in Windows Explorer" and "Delete." If I attempt to drag it onto the iPhone, the mouse cursor changes to a cancel symbol.I am using the latest version of iTunes, and my iPhone is running the latest version of iOS (4.2.1). I don't know what's going on, but it's driving me nuts.

View 14 Replies

Professional :: How To Play SWF On IPhone

Nov 8, 2011

I really want to play it on my iPhone, I do like the flash!I like it, and feel it a must to see it again and again!But I can't enjoy the excellent flashes on my iPhone, as the iPhone doesn't support *swf format. I know a converter which can to clear all these irritation and fulfill my aspiration, I want to know the brand of the converter

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

Iphone :: Compile Flex Application For Iphone Using Adobe Flash CS5?

May 1, 2010

How to compile your flex (Flash Builder) application for Iph*ne Using Adobe Flash CS5? A User can Install an app having it as compiled binary?

View 1 Replies

Iphone - Flex - Create Ipa For Testing On Device Using IPhone Packager?

Sep 11, 2010

i'm following Christian Cantrell guide for packaging AS3 application for iPhone, but i can't find a way to use the packager for creating an app for testing on device. I've tried with -target ipa-test and -target ipa-app-store but when i try to upload my app on the iPad, iTunes throws an error sayng that i'm not allowed.I've done a simple test using the Packager bundled width CS5 (with the same certificates) and everything gone right.

Is is possible to use CS5 Packager for Flex project ? (i know that flex isn't optimized for mobile)

View 2 Replies

Iphone :: Flash Packager For IPhone : Use Core-Data Or Other Database?

Dec 19, 2010

I'm wondering if the flash packager for iPhone allows you to somehow save data in some kind of database maybe using Core Data or any other form? If it just allows you to export some kind of actionscript based game but doesn't allow for saving data that'd be kinda weak I'd assume so they must have a way (?).

View 1 Replies

Iphone :: Screen Lock & Sound Stop IPhone Dev (FLASH CS5.5)

Jun 29, 2011

I'm trying to create iphone apps using Flash CS5.5 and I have a doubt... I just created a simple app which plays a long sound (more than 5 min).

When the phone auto-locks, my sounds stop. If I unlock the phone, my audio resumes...

How could I do to avoid the lock, or dont interrupt the sound when the device auto-lock?

View 1 Replies

Iphone :: Ios - Possible To Pause Flash App On Iphone By Pressing Home Button?

Mar 3, 2012

I've created my app and it works great. But when I press home button on my iphone, my app minimizes and when I open it from multitasking apps, it simply restarts. Is it possible to freeze or pause the game instead of stop?

View 1 Replies

Professional :: Packager For IPhone Feature?

Feb 21, 2010

I am very interested in any information about the new  Packager for iPhone feature for cs4 flash professional.

View 5 Replies

Professional :: Iphone Packager In Flash Cs5!?

May 10, 2010

Does it legally to use the iphone packager in cs5 to make games for iphone?As I read many articles on the internet wich are talking about that apple categorize the conversion from flash to iphone as illeagel method to deviler phone applications.

View 2 Replies

Professional :: Which IDE For IPhone/iPad Development

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

Professional :: CS5 - Adjust IPhone Volume?

Feb 12, 2011

Is it possible to get and adjust the iPhones volume from Flash?

View 1 Replies

Professional :: Invalid Signature On IPhone App?

Mar 12, 2011

I've registered for the apple developer program, and now I'm trying to get my app on iPhone. Everything is going fine until I install my app, then iTunes says: The app "App Name" was not installed on the iPod "iPod Name" because the signer is not valid. I have no idea why. I made my signature using the OpenSSL for windows, and i have downloaded the visual c++ redistributables 2008, and set the RANDFILE to .rnd, and i did it in Firefox.

View 1 Replies







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