URL Of Servlet In AC_FL_RunContent?
Nov 16, 2009
The instructions I read for using AC_FL_RunContent, say to leave off the file extension of the swf file, e.g.: AC_FL_RunContent(..., 'movie', 'some'); So that it will embed some.swf. However, I need to serve the swf from a servlet, e.g. /blah/SomeServletName. How can I do that? I tried changing the javascript of AC_RunActiveContent.js, so it doesn't manipulate the file extension. In other words, so I could use:
AC_FL_RunContent(..., 'movie', 'some.swf'); But, it displays nothing if I use the servlet path, instead of a path that looks like a file name, e.g.: AC_FL_RunContent(..., 'movie', '/blah/SomeServletName');
View 1 Replies
Similar Posts:
Jun 25, 2010
ernalInterface in an application to insert data into the swf using javascript.But, I have a problem and I dont know how to face it.The only way that ExternalInterface works is if I use "<object classid=" etc...But I need a way to detect the users flash player, because my app need at least Flash Player 10Flash Player CS4 has an option called "Detect Flash Player". It is perfect. Do what I need but if I use it ExternalInterface doesn't work, because the swf file is embed to the page using the code bellow.
Quote:
AC_FL_RunContent(
'codebase',
[code]......
View 3 Replies
Jun 9, 2009
I need to pass some value, say 'name=john', from html to actionscript.I am now using AC_FL_RunContent as;
AC_FL_RunContent(
"src", "newFile",.... );
here the movie is mensioned as 'newFile'.. how do pass the value 'name=john' to the actionscript code.what I need is something equivalent to "newFile.swf?name=john".
View 1 Replies
Feb 3, 2009
How you pass a query string using the AC_FL_RunContent? in the old days you would do something like move.swf?isOn=something;How is that done today using the AC_FL_RunContent.
View 1 Replies
May 14, 2009
I have a web site with HTML files playing SWF movies using AC_FL_RunContent. ALL the SWFs play correctly on one server and my local PC, but only SOME of the SWFs play on another server. The files are exactly the same, as I copied them from a working server to the partially working server.
why the one server will only play some of the SWFs?
View 7 Replies
May 6, 2010
I have a website using asp.net mvc in which I need to embed a flash file in view. I am unable to set the relative path for the flash file. Given below is the code I am using:
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0',
'width', '487',
[Code].....
where I copied butterfly.swf in a directory called images. images directory resides in the views folder.
If I use code behind( default.aspx default.aspx.cs) in a different solution with the same folder strucuture, browser is able to load the flash file.
View 1 Replies
Aug 18, 2010
Has anyone encountered a bug when using AC_FL_RunConten to embed flash? In IE8 it seems that the flash is slightly cropped on all 4 sides.
View 1 Replies
Mar 21, 2011
I'm using the following code to run a video on our website. Example: [URL]
how to make the video autostart on IE?
It works on Firefox and Chrome.
<video width='500' height='282' autoplay="autoplay" controls="controls" preload="none">
<source src='$h264' type='video/mp4' />
[Code].....
View 1 Replies
Oct 7, 2003
I have an ActionScript File sending XML to my servlet. I am only getting empty arrays on output.output is:
java.io.StreamCorruptedException: invalid stream header
at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:764)
at java.io.ObjectInputStream.(ObjectInputStream.java:277)
at myDungeonAccessor.myDungeonAccessorServlet.doPost(myDungeonAccessorServlet.java:82)
[code]....
View 2 Replies
Aug 1, 2009
how to call (or) pass access to a Java servlet using Flash [i.e., ActionScript 3.0 code]?
View 1 Replies
Apr 29, 2010
I have an ActionScript File sending XML to my servlet. I am only getting empty arrays on output. Anyone know what Exactly I'm doing wrong? output is:
[Code]...
View 1 Replies
May 8, 2011
I have developed a Flex application. I have also developed a Java servlet program for an Access database using Tomcat. How can I use that servlet backend for my Flex application using HTTPService ?
View 1 Replies
Feb 24, 2011
syntax for calling a servlet with parameters in query string to load an XML file into flash?
Current code (Not Working):
xml.load("<project_name>/<servlet_name>?parametr1="+variable1+"¶metr2=" +variable2+"¶metr3="+variable3+"",)
View 0 Replies
Nov 5, 2009
Is there any way to connect Java servlet to FMS?I would like to send comand from servlet via HTTP to FMS?(Something like communication to Flash media server using administration API)The best way for me would be connecting (writing) to SharedObjects, but I would be happy with any connection at all.(I read some about ColdFusion, but there would be too much modification on my servlet.)
View 4 Replies
Sep 16, 2009
read a local shared object with a servlet even if there is no flash present on a page? I want to set a local shared object like a cookie, and then access it again from a page that doesn't have a flash movie.If I can't do this, is it standard to have the initial flash movie call an external javascript to set a traditional cookie that can later be read?
View 1 Replies
Jan 25, 2010
I have a problem using Flex with BlazeDS on a Tomcat 5.5 through a Proxy (Apache). I already searched for it but didn't find answers which solved my problem. I hope you guys can help me out. Our scenario is the following: Flex-App using BlazeDS to communicate with our Dataservice on a Tomcat 5.5.The Webapp is balze enabled and the services config contains channel definitions like the following:
<channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
<endpoint url="http://xxx.xxx.xxx.xxx:8180/myDataService/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint">
</channel-definition>
[Code]...
View 2 Replies
Dec 6, 2010
This is my method in actionscript
var urlVars : URLVariables = new URLVariables();
urlVars.myname = byteArr;
var urlReq : URLRequest = new URLRequest('MyServlet');
[Code].....
How do I recieve the byte array on servlet ?
Also the byteArr above comes from java side,
byte[] byteArr = aMethodWhichReturnsaPDFByteArray();
HttpServletResponse response = FlexContext.getHttpResponse();
ServletOutputStream os = null;
[Code].....
View 3 Replies
May 9, 2009
The is my first attempt to build an air app, so the solution to my problem may hopefully be simple.
I need to send a byteArray to my servlet via a post request. In my original code, the byteArray is containing a png pic.
I'm running flash cs 4 demo...
When i'm running this code as an Air 1.1 file, i'm getting Error #2044: unhandled IoError:..text=Error #2032: Stream Error URL localhost
import flash.net.*;
import flash.events.*;
import flash.events.HTTPStatusEvent;
[Code].....
But if i'm running the same file as an as3 file flashplayer 10, everything is perfect, and no errors occurs...
View 1 Replies
Jun 14, 2010
I am new to Flex. I am just wondering how to manage session and cookies for logging in, logging off in Flex? I am using Flex HttpService and Java servlet.
View 1 Replies
Apr 29, 2011
I have a collection of Objects in an ArrayCollection in my flex page.
What is the best approach to send this data to a Java Servlet?
The object in the ArrayCollection is a VO that consists of an id and message for now. I want a solution that is scalable in case more properties are added later on.
View 1 Replies
May 3, 2011
I am passing some parameters as POST to a Servlet from my Flex WebApplication. I am able to pass and retrieve strings properly. I used new Date().getTime() in my flex code and tried passing the timestamp variable hoping to parse it at the servlet and convertit into a java.util.Date object. But i am getting a NumberFormatException when i try to parse the variable from the string that i got from request.getParameter.
View 1 Replies
Jun 27, 2011
I'm working on a flex application and I need to call some data with a synchonous method. After some research, I've found a code from adobe that use ajax and external interface. That great. the code from adobe
When I send data with the GET method, the servlet read the parameters and print some infos (to check). But when I send data with the POST method, the servlet recieve the request, but the parameters disappeared.
[CODE]...
View 1 Replies
Nov 28, 2011
I'm using Flash 4.0 as UI tier, and I'm trying to send data to the server side, which runs on Tomcat. I wrote a servlet that the calls are directed to it. But I do not understand how can I see the data that was sent from the flash tier. to clarify, hereby example:
Flash tier:
<fx:Declarations>
<s:HTTPService
id="setCustomerDataService"
[Code]....
how can I retrieve "data" from Flash, in my Servlet?
View 1 Replies
Feb 4, 2009
1. I have a collection of text input fields and each one has a label next to it. Right now those labels all appear in black. How do I get them to display in white so they are readable on a dark blue background. Can I assign a color those labels in the "AC_FL_RunContent" script in the html page or does it have to be done in the fla? If it has to be done in the fla can you describe the steps I need to take.
2. I have to pass a URL with getURL which is functioning BUT, I need to append a series of parameters so it looks something like this
Code:
getURL("http://mymail.playourvideo.net/forwardvm.php?acct=the valuse of the acct textfield instance");
I've tried doing this for each parameter in the function that fires when I click the Send Button it's obviously the wrong approach.
Code:
function doSendButton()
{
_root.acct.text = acct;
_root.sname.text = sname;
[code]...
View 11 Replies
Nov 11, 2008
Can you make httprequests in flex the same way one does with AJAX? I would like my flex page to access a database on the web or a servlet.
View 2 Replies
Dec 2, 2009
My .fla/.swf file is unable to load the data from server. Instead, it is displaying the below error: Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: [URL] cannot load data from [URL]. at MiniHumanAp_fla::MainTimeline/MiniHumanAp_fla::frame1() the reply for root-cause of this error...
View 4 Replies
Jul 19, 2011
I use fileReference.download() to download files. The fileReference send request to java servlet.In servlet, some error may be checked. For example error - 'File not found'. I want to send the error to flex side. I tried lots of methods,but fileReference in flex can't receive them.Such asresponse.sendError(HttpServletResponse.SC_NOT_FOUND, "File not found");r PrintWriter out = resp.getWriter(); out.print("File not found");It seems fileReference can't triggers event 'DataEvent.UPLOAD_COMPLETE_DATA' and'HTTPStatusEvent.HTTP_STATUS'.
View 1 Replies
Feb 14, 2012
I wrote a small Adobe Air server socket app for a small client/server application. Aside from getting a dedicated server, are there any companies out there that would ...
1. Allow running Adobe AIR on the server
2. Grant permissions on ports for socket sending/listening
View 2 Replies
Dec 3, 2009
My .fla/.swf file is unable to load the data from server. Instead, it is displaying the below error:
Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://www.mymdworld.com:8082/MiniHumanAp.swf cannot load data from http://localhost:8082/getviews?category=OB%2FGYN. at MiniHumanAp_fla::MainTimeline/MiniHumanAp_fla::frame1()
View 1 Replies
Jul 25, 2011
Flex having any init(), destroy() method. Like Servlet init()method will run at Application initialize and never call it again if Refresh the Page also.
View 2 Replies