header
ask question
Click here to ask Question Now Its free No registration required. Flash, Flex, Flash Media Server, ActionScript,Adobe Air. Most questions receive a response in an hour.
eric colon
Points:0
Posts:0

7/27/2010 7:54:36 AM

Title: flash for palm


i'd like to know if you can help me out. I've had this palm pre for 5 months now and Adobe keeps saying that palm customers are getting a flash but I think we're getting taken for a ride. A long if at that. Is there any way I can get the flash onto my cell with you guys? I'd really appreciate it. If I knew this phone was going to cost me over 400 dollars and not come with a flash, I would have never gotten it. Now I feel like i'm stuck. Thanx 4 your concern.



1
Tyson
Points: 680
Posts:0
7/27/2010 12:26:10 PM



adobe is still working with the beta flash 10.1 player for mobile platforms. They are yet to release support to web os around August - Sept. It was expected by June but delayed due to some technical problems.

2
Moxi
Points: 0
Posts:0
7/27/2010 12:34:37 PM



expect it near end of this year only . The reply for delay from adobe is that when we announced release we did not know we are going to add this much to the latest flash player for web OS and other Mobile platforms. Adobe guy says around September. We can just wait only

3
eric
Points: 0
Posts:0
7/27/2010 12:39:38 PM



<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/halo"
applicationComplete="init()" width="480" height="500">
<fx:Script>
<![CDATA[
import flash.system.Security;
import mx.collections.ArrayCollection;
import mx.events.ListEvent;
import flash.display.Loader;
import flash.events.Event;
 
private var player:Object;
private var loader:Loader;
[Bindable] private var vidCollection:ArrayCollection;
 
private function init():void {
Security.allowInsecureDomain("*");
Security.allowDomain("*");
 
vidCollection = new ArrayCollection();
vidCollection.addItem({data:"KhAplw0Z8zQ", label:"Wreckage"});
vidCollection.addItem({data:"d54AA2YWll0", label:"Window View"});
vidCollection.addItem({data:"Sv83GeuyN8A", label:"The Fearless Man"});
vidCollection.addItem({data:"9t5guYGbuZs", label:"Ephemeral"});
 
loader = new Loader();
loader.contentLoaderInfo.addEventListener(Event.INIT, onLoaderInit);
loader.load(new URLRequest("http://www.youtube.com/apiplayer?version=3"));
}
 
private function onLoaderInit(event:Event):void {
VidHolder.rawChildren.addChild(loader);
loader.content.addEventListener("onReady", onPlayerReady);
loader.content.addEventListener("onError", onPlayerError);
loader.content.addEventListener("onStateChange", onPlayerStateChange);
loader.content.addEventListener("onPlaybackQualityChange", onVideoPlaybackQualityChange);
}
 
private function onPlayerReady(event:Event):void {
traceArea.text += "player ready:" + Object(event).data + "\r";
player = loader.content;
player.setSize(VidHolder.width, VidHolder.height);
VidSelection.selectedIndex = 0;
VidSelection.dispatchEvent(new ListEvent(ListEvent.CHANGE, true, false));
}
private function cueVideo(event:ListEvent):void {
traceArea.text += "switch to:" + event.target.selectedItem.label + "\r";
player.cueVideoById(event.target.selectedItem.data);
}
 
private function onPlayerError(event:Event):void {
traceArea.text += "player error:" + Object(event).data + "\r";
}
 
private function onPlayerStateChange(event:Event):void {
traceArea.text += "player state:" + Object(event).data + "\r";
}
 
private function onVideoPlaybackQualityChange(event:Event):void {
traceArea.text += "video quality:" + Object(event).data + "\r";
}
 
]]>
</fx:Script>
 
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
 
<mx:Canvas id="VidHolder" left="0" right="0" top="0" bottom="140"></mx:Canvas>
<mx:ComboBox id="VidSelection" editable="false" dataProvider="{vidCollection}" left="10" right="10" bottom="110" height="22" change="cueVideo(event)"></mx:ComboBox>
<s:TextArea left="10" right="10" editable="false" top="398" bottom="10" id="traceArea"/>
</s:Application>


Insert Code here


4
eric
Points: 0
Posts:0
7/27/2010 12:42:10 PM



I read an article that this guy wen't to the UK on vacation and seen a lady with a palm pre plus that had a flasher on it. Crazy. Guess we gotta wait. Thanx tyson.


Post your Reply
Name  

Email

Type your Reply or Answer

Are you human? What is 2+4 



Members Login

Email  
Password
Forgot Password





This website focus on: Flash | Flex | FMS | RED5 | WOWZA | Flash Media Server | Adobe AIR | ActionScript,Flash Solutions | Flash Question | Flash Answers | Flash Developers | Flash Problem, Flash Help, Flash bugs, Flash workaround | Flash Blog | Flex Question Answers | Flash Forum | Flex Development | Actionscript development | Flash development | Adobe AIR development
Copyright © 2008 AskMeFlash.com. All rights reserved. Privacy Policy | Terms & Conditions