Flex :: Images And Listeners Not Working On J2EE Server Settings?

Feb 25, 2011

I have been programming using flex 4 on adobe flesh builder 4 in order to create a website. The site require a connection to java and hence I decided on using blazeDS, in order to do so I updated the flex project's properties and set the flex server from "noneother" to "j2ee" as is required for the use of blazeDs. Ever since this change the site no longer runs as it should, as all the images are not being displayed and all action listeners are no longer working.(The problem is due to the flex server as when I changed it back to none the site worked fine)I need the j2ee server, and cant go by without it.

View 1 Replies


Similar Posts:


Flex :: Adding Flex Capabilities To An Existing J2EE Enterprise Application Project

Sep 17, 2010

I have an J2EE Enterprise Application Project in which I would like to add a few Flex screens. How do I go about adding Flex capabilities.

I have build Flex/J2EE applications from scratch but can't think of the best way to do this.

I am currently using Flex Builder Plugin for IBM Rational Application Developer 7.5.

View 1 Replies

Media Server :: Server Settings In Httpd.conf For Flash Access With HDS?

Mar 14, 2012

If I set EncryptionScope to "server" in httpd.conf (<fms>/Apache2.2/conf/httpd.conf) how or where do I specify the certificates for flash access if I want to use "ProtectionScheme FlashAccessV2".

<Location /custom-hds-vod>
HttpStreamingJITPEnabled true
HttpStreamingContentPath "../webroot/custom/vod"

[code].....

View 1 Replies

Media Server :: Server Settings In Httpd.conf For SWF Verification With HDS

Mar 27, 2012

How do I enable SWF verification on Location level in the Apache2.2/conf/httpd.conf ?
 
I have tried this but it does not block the player even if I dont have any whitelist file in the whitelist folder:
 
<Location /phds-hds-vod>
HttpStreamingJITPEnabled true
HttpStreamingContentPath "../webroot/vod/phds"

[Code].....

View 5 Replies

Media Server :: Settings For Audio Latency

Oct 21, 2010

I can't find the setttings for have a least latency as possible, either the video quality is bad or the latency is up than 5 secondes...What should i do?

[Code]...

View 7 Replies

Actionscript 3 :: Flex Web Application Resize Method(and Scale X / Y) Not Working On Server But Works On Local Flex Builder

Oct 18, 2011

I have a quite different problem with resizing. I have a Flexbook component which uses the middle part of screen (center) with a html header menu and footer. The problem: The scaling works perfectly when we run in the local machine ( Flexbuilder). But when we deploy it to the server its like scaling never existed.. The requirement: when user maximizes the window or minimizes it, the Flexbook should be resized to fit the screen.

[Code]....

View 1 Replies

Flex :: Working With Images When Uploading In Adobe?

Oct 27, 2009

What I have to do is upload some images to a server, which is OK, but before uploading I must downsize this images by reducing their quality and width/height. I've found many information about the class JPGEncoder, but I couldn't make it work.

View 2 Replies

ActionScript 2.0 :: Xml Driven Flash Website Not Working When Changed Publish Settings?

Jul 22, 2007

I have Xml Flash website but it is done in FlashMx with a Publish settings of Actionscript 1.0 and Flash Player 6 . Now I have a flv player component I want to embedd it inside my xml flash project, It says you need a higher publish settings to enable that flv component. ok fine Now i have changed the Publish settings to Flash Player 8 . When I run the movie Flv component is working but the xml flash website has been disappeared only blankscreen .

View 4 Replies

Media Server :: Camera Settings Are Not Same After Live Recording?

Jan 25, 2010

I have an application where it records stream from my webcam, stores it in fms 3.5 application folder.
 
Recording is fine, I am using camera.setMode() method to set the width and height properties for the recording.
 
for eg: cam.setMode(388,284,15,false);
 
But when we check for the recorded video i am getting the widht and height as 352 , 264. even after changing the faovare boolean to false.
 
how i should set the camera so that the recorded video is of same size which i have given.

View 4 Replies

Media Server :: Best Settings While Receiving Live FMS Stream?

Feb 8, 2012

I am developing a live audio-video application using FMS 3.5. Any best possible settings i should use for playing a live netstream at the receiver side like what buffer time I should use etc?

View 2 Replies

Media Server :: Receiving A Stream Published With H.264 Settings?

Feb 21, 2012

I publish the video stream with H.264 settings to fms 3.5 as recorded and at the receiver's end play it as live. The problem is that at the receiver's end stream is played from the last 4-5 seconds. I want it to play from the current position of the live stream.

netstrm = new NetStream(nc);
netstrm.play("mp4:"+instanceName+".f4v", -1);
h264Settings= new H264VideoStreamSettings();

[code].....

View 4 Replies

Flex :: Place Images Byte Into String Is Not Working?

May 10, 2010

I tried on Flex 3, facing issue with uploading JPG/PNG image, trace readUTFBytes would return correct bytes length but tmpFileContent is trucated, it would only appear to have upload just 3 characters of data to the server through PHP script which made image unusable.I have no issue for non-images format. What is wrong here?

View 3 Replies

Flex :: Load Multiple Images In Air Not Working Properly?

Apr 4, 2011

So I made a drag and drop app where I can drop in an image, it get's resized and saved automatically on the desktop.

But now I want to do the same when there are multiple images dragged in. This is where I'm stuck...

private function onDrop(e:NativeDragEvent):void
{
trace("Dropped!");
var dropfiles:Array = e.clipboard.getData(ClipboardFormats.FILE_LIST_FORMAT) as Array;

[Code]....

The problem is that I want the completeHandler() to run after every ldr.load() but in my code it only runs once right after the for each loop.

View 1 Replies

Image :: Flex Working With Images (converting From And To Bytearray)?

Jan 28, 2012

I'm having a task in which I have to read and save images in the database.I'm using C#.net Webservice and SQlserver2008 database and I'm saving image as varbinary format.How I can read images from local system and convert it into byte array in Flex ?How to show images in Flex that are recieved in type Bytearray?

View 2 Replies

ActionScript 3.0 :: Listeners Not Working When Published?

Jun 30, 2009

I have a project that when tested in Flash works perfect. But if I just run the .swf from my machine, or publish to an .exe various listeners do not seem to be working - specifically the MouseEvent.CLICK listeners - my rollovers work fine, using TweenLite, but I can't click some buttons... some buttons I can. I've not seen this before and it's quite frustrating at the moment.

View 6 Replies

Media Server :: FMS 4.5.1 - Individual Flash Access Protection Settings

Mar 16, 2012

Any way to set up individual Flash Access protection settings for each of some <Location /{url-path}> tags in httpd.conf in the Apache. I have found in the documentation that EncryptionScope can be set to content or server. If I set it to server and use FlashAccessV2 as ProtectionScheme, how or where do I specify the Flash Access certifications and so on?

View 4 Replies

Media Server :: P2P Settings For Flash Media Server On Amazon AWS?

Aug 19, 2011

I'm trying to develop a p2p (RTMFP) webcam chat application with AS3 and FMS. For test purposes I've been using "rtmfp://p2p.rtmfp.net" and now I'll use FMS on Amazon AWS.hat I couldn't understand is which application type should I use on FMS? There is four preconfigured application types on FMS, these are live, livepkgr, multicast and vod. I guess live or multicast but I cannot choose between them, I'm a little bit confused. Or maybe I don't have to setup any application?My application scenerio is; a user will connect to FMS and webservice and will get other person's farID from webservice and will be on audio/video chat with remote side as he sends stream. (with one person) Pretty much like sample Cirrus application.Also I've another issue, I also want to publish one person's (consultant in my case) video to several people (customers) at the same time (one to many), customers won't publish any video or audio, they'll only watch and hear consultant. Can I use RTMFP and P2P for that? I guess it will insanely increase publishers bandwidth needs, so should I use streaming on FMS and let customers to get stream from FMS

View 4 Replies

Flex - Saving Images From Flash To Server Using PHP

Sep 29, 2010

I am trying to save some images from Flash to Php by sending a jpgstream, capturing it in php and pushing it to a file. Not sure what I am doing wrong here.

I am putting all the images I need into an array like so: (history is just where I am keeping all the image data)

[Code]...

But this doesn't seem to do the trick. I have been going through a bunch of different tutes and code snippets, so maybe I just ogt something confused along the way. I have done this before though and don't remember it being this difficult.

View 2 Replies

ActionScript 3.0 :: Keyboard Event Listeners Don't Appear To Be Working?

Nov 26, 2009

I have a class called OfficeGame, which is working fine, except in that class I instantiate a class called OfficeSchmuck which is the character of my game. The problem being that the character is not responding to my event listeners which tell him to move. Here are the two classes:OfficeGame.as

ActionScript Code:
package {
// imports

[code]........

View 3 Replies

Media Server :: Website Privacy Settings Panel Appear Before Webcam Starts?

Jan 21, 2010

I have developed flash audio and video chat application, every thing is working fine with all browser with in XP(os), but I have problem in Mac(os), i.e., I cannot able to click on Website Privacy Settings panel allow button in Mac 10.5.8, cursor is pointing on allow button, when am clicking on it nothing is happening, and there is no probelm in XP, I can able to click on Allow button. How do I stop or disable appearing Website Privacy Settings panel before webcam starts. I went through with [URL], here its allowing without appear website privacy setting panel for only one user that also for that particular PC only,i wanted to get allow for all online web users by default allow with out appearing website privacy seetings panel.

View 4 Replies

ActionScript 3.0 :: Assign Names And Listeners To Load Images

May 20, 2011

i have an array to load images with a loop, but then i wanted to get the names of the loaded images to add listener to each one... then i remember that all display objects in ActionScript 3 have a name property... then whenever i create a Loader object i can assign a name to it... but it does not work if i try to call the object by his name and add a listener... it only works if i put a conditional with the target name, so if i want to locate any of the other loaded objects for any porpouse it is not possible to me...

[Code]...

View 1 Replies

Actionscript 3 :: Upload Images From Flex Web Application To Server

Sep 8, 2011

My situation is that I have to convert an HTML form into a Flex WebApplication. A Java Servlet runs on the server that will use the data and interact with the database.

I have a couple Text fields and 2 images that need to be uploaded. The two images are browsed with 2 FileReference objects. I understand that I need to create a POST request on a HTTPRequest object, but how will I pass the image data as well?

View 1 Replies

ActionScript 3.0 :: Flex Upload Images Without Server - FP10?

Mar 25, 2011

i have code:

Code:
private function load_image(evt:MouseEvent):void {
loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoaderComplete)
loader.load(new URLRequest("images.jpg"));
}

[code]...

working good, if i use only one images, but i need load images with local machine and display in flash, how can modify my code?

View 1 Replies

Professional :: Change Settings If Settings Manager Won't Open?

Apr 18, 2011

I am having a problem with Flash.I get the message Movie not loaded if I right clich where the video should be.I may have set the hardware acceleration on/off by mistake, but I cannot get the Settings manager to open to check it.I am running Feroda rc14.If I go to http:[url].... and right click in to white area at the top, I get the message 'Movie not loaded' and the flash version - 10.2.159.1.  This is where I should be able to open the settings window.Where does Flash store that info on my PC? How can I check it/change it without Settings manager?

View 4 Replies

Flex :: Image Scale Stopped Working After Deploy To Server?

Nov 18, 2009

I have some code to scale an image's width according to its height after the image is being loaded. It works fine on my development PC if I point to the wrapper html using local file system path. However, after I deploy the web application to JBoss AS 5.1, it stopped working - it always sets the image width to 0, causing it to disappear.

Code for scale image side:

private function scaleImage():void {
img.width = img.contentWidth;
}
<mx:Image id="img" updateComplete="callLater(scaleImage)" height="100%" />

View 1 Replies

Media Server :: Limit Max Listeners For A Live Stream?

Jun 19, 2009

I am new on FMSI have FMS 3 running on my dedicated server and streaming a live video transmission ok on [URL] through Flash Media Encoder I need to limit number of listeners (max) of this transmission to keep quality and bandwhit of my server but I can't find the option in any xml files.

View 1 Replies

Flex - Get Settings/properties Into A Flex/FlashBuilder Application?

Feb 28, 2012

I have a Flash Builder application which uses URLs within its code and I want to be able to change these URL values without having to recompile my application, i.e. I want to have a plain text file I can edit which is used to populate these URL values when the application begins. I've worked out what feels like a kludge to do this with ResourceBundles, but maybe there's a better or more straightforward way to go about this.

[Code]...

View 3 Replies

ActionScript 3.0 :: Display Images From The Images Server As Long As The User Is Plugged Into The Domain

Jan 22, 2009

I have a flash file sitting inside of a web page in our company domain. There is another server (used to store images) that is part of the domain but is not running any web services (for security reasons). A folder on the images server is however shared in such a way that any site on the web server can display images from the images server as long as the user is plugged into the domain. For example, both I and my boss can pull up a web site on the web server and see all the information, but only he can see the images
because I have Vista Basic and no domain support. This is done via "<img src='\serverNamedirectory.'/>"

That's ok, but on this particular instance I don't want to display the image on the webpage, I want it in a SWF on the page. However the SWF can't seem to load the images even though the page it's sitting in could. I've tried tons of variations of URLRequests and Loaders, most resulting in security errors. Since most of the online discussions about these errors revolve around cross-domain access, I can't seem to find any tech support for our specific situation.

View 2 Replies

ActionScript 2.0 :: UTF-8 French Characters Working Locally, But Not Working On Server?

Apr 21, 2009

I missing a file that needs to reside on the server to get this working?

View 1 Replies

ActionScript 3.0 :: Flash - Url Picking Not Working On Server But Working Locally

Mar 17, 2012

i have a "swf" file which is picking url from xml & displaying the image, when i tested it locally it works fine, which means it picks up URL from XML & displaying corresponding image. After i uploaded it on server, it doesn't show anything.

View 2 Replies







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