Flash :: API Method On The Same Server That Is Hosting The SWF File?
Nov 4, 2011
I'm trying to request to an API method on the same server that is hosting the SWF file. I'm getting a security error 2048. This occurs whether I use POST or GET, and leaving the request data blank doesn't improve things. Nothing is sent in either case, and I get a SecurityErrorEvent to stare at. Everything works smoothly from the IDE.
The applet isn't trying to load the crossdomain.xml file, so it apparently isn't considering the request to be cross-domain, and shouldn't be any other domains involved. Loading images from the swfRoot works fine.
Is there anything else that could be causing this error? Furthermore, is there any way I can find out more details about what exactly is going on? Tracing the toString of the ErrorEvent only gives me "Error 2048" - I've seen reference in other questions to messages for this error that read "cannot load data from XXX", but I can't seem to get one of these (I'm using Flash CS5).
[Code]...
View 3 Replies
Similar Posts:
Apr 17, 2010
Im picking up a dedicated server it will be CentOS and be well above the minimum req for FMS 3.5 Interactive.
Question: I want to use my dedicated server for more then just the FMS. Is this possible? Basically I want to use the same server for FMS and for the file hosting of my site. Obviously I would give it a different IP but am not sure what I will need to do specifically
View 3 Replies
Apr 27, 2010
I looking for a hosting of FMS for a video conferencing application. Each flex application will be able to connect a camera and microphone and broadcast it to Flash Media Interactive Server. Listner will play the published live stream. First I thougt I will be able to do so over Amazon Web Services Content Delivery Network Cloud Front, but it looks that this is for playing stored files only. May you please give me some names of hosting providers that have presence in US, Europe and if possible other places?
View 3 Replies
Mar 4, 2009
I'm building a site that is using 4 looping videos as background and would like to host the videos on a FMS.
View 4 Replies
Oct 27, 2009
I'm looking for the very least expensive host or CDN to host and stream from (live & on-demand) using FMIS 3.5 and related flash servers. Can anyone provide the cheapest place to host and CDN from? I willl consider both Adobe or Wowza.. but ideally want Adobe.
Also, many cheaper hosts or CDNs use Wowza, i'm wondering if you have any major pros vs cons type comments about going with Wowza?
View 1 Replies
Jul 22, 2009
Is it possible to host my /media/ directory on a different server (that has more space) and have FMS Link to it to player VOD ?
View 1 Replies
Jul 28, 2010
i m using flvPlyback in player in two websites but in one of the sites its not working properly, while in the other its working fine. it shows black screen there
View 1 Replies
Jul 9, 2010
"Contact Form" and "Hit Counter"... I tried the PHP version, but the hosting server does not supports PHP and I can't change this, must do it some other way... but have no idea how to. I heard of "ASP" but no idea how to use that.
Actually, all I need is a way to send an email with one message (the topic and "from" does not even matters... and the email is always the same) from inside the flash movie. And also the hit counter is inside the flash movie. Is this hard or imposible without PHP? I tried one ASP tutorial from google, but in the end... for some reason, the ASP code showed in a new web browser window.
View 1 Replies
Oct 31, 2011
I want to create a 2D real time multiplayer game in the browser in Action Script that can do the following:
Client: Player logs into Account via Flash Client. Player hits 'Versus Mode' Button. A lobby with a list of online servers come up. Player joins game. Heres where the problem comes in, I want the servers to be community hosted. i.e. the player downloads and runs a server app on their own desktop for other players to join. Players then go to the website and access the browser based client to find a list of active servers.
This would be a commercial product (players buy an account to log in through the client) and each player hosted server must handle 20 live players. As the servers are not centralized and scalability is handled by the community typical solutions like SmartFoxServer licences will not work.
[Code]...
View 1 Replies
Dec 14, 2010
- Is there a benefit to hosting FLV files on a Flash Media Server when they are under 2-3 minutes?I've been working on a couple different video projects as of late... some are simple web player with 30 second ads and others are working with longer videos like 2-3 minutes. I currently have an FLV hosting provider running Flash Media Server but with videos so small don't they download for the user as progressive anyway and there is no real benefit whether I am using my FLV host or my traditional web host?
i also use a separate video hosting company to handle my mobile videos mainly because I am a bit naive on how that works as well. I had a project with straight links to play video on mobile phones (with three different version served up based on OS). But it seems like most of those were progressive downloads as well.
View 1 Replies
Mar 6, 2010
I've got:- FMS already installed on a XP server with IIS- FLV Videos residing in a folder on another serverHow do I:Stream videos from the other server where the videos reside?
View 4 Replies
Feb 17, 2011
I am using the FMS Connector C++ to do some publishing work. And I am required to call a server side method. I have tried to use the INetConnection::call() method, but it don't seems successful.
The FMS server spec told me to do,
1.call server method,
nc.call("FCPublish" null, streamname);
2. implement a callback function onFCPublsih
nc.onFCPublish = function (info ) {...}
How can I implement these with FMS Connector C++?
The FMS Connector document include too few topic on calling server side method.
View 2 Replies
Sep 5, 2010
I have a SWF that can be hosted in several different places on the web (including facebook.com). How can I determine which page is hosting my SWF from within Actionscript?
View 3 Replies
May 22, 2009
I have an AS2 swf that has an array that is updated when a user clicks on items on the screen. The array stores the currently selected items. This As2 swf is hosted by an AS3 swf loaded in using Loader class and a local connection between them is managed by swfBridge. I want to know what the best way for both AS3 and AS2 swfs to share this array is? or how can I call a function in the AS2 (client) swf and return the array to the AS3 (host) swf when it needs to read the items from the array?
View 1 Replies
Apr 4, 2009
I am in the middle of creating a Flash website for our baseball association. It will probably be below 2 megs in size. for a low-cost or free web hosting site? I do not know where to start.
View 1 Replies
Aug 2, 2011
I'm trying to find a reliable yet cost-effective solution for hosting our small collection of .f4v videos. We're a small company so price is a major consideration. We also need the video to stream.I found Vimeo and it's cheap but they don't provide streaming.
Viddler looks like a good solution. It's is a little more expensive but streaming is available.We're trying to avoid enterprise solutions such as Akamai, etc.Any others out there?I also know about Red5 but prefer to have it hosted.
View 2 Replies
Jun 6, 2011
Is it possible to use Flash (or a Flash compatible service) to allow players in a game to host their own games (using their own bandwidth), through a web browser? In a way, to run their own game servers (for a Flash in-browser game) from their computer, but through a web browser using Flash?
View 2 Replies
Sep 5, 2009
I switched to Linux in order run zen cart and now Flash isn't playing on my sites. My host says in need different scripts for Linux, but can't/won't say wha
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script></head><body><div id="apDiv1"> <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,
[code].....
View 20 Replies
Nov 16, 2009
My Flash file works fine on local file, but when loaded to hosting site, nothing shows. Zilch. Not had this problem before, but I've not tried with this hosting service before, which is GoDaddy. Could that be the problem? Or is there something wrong with my coding? Here's the URL: [URL] The Flash is 1020 px wide, 350 px high, and its supposed to be right under the spry menu (which isn't working either for some reason! No drop and wrong color for rollover!).
View 2 Replies
Sep 9, 2006
If you have an .as file in the global include directory do you have to upload it to your server with the flash file or does it compile the flash file with the included info?
View 2 Replies
Dec 3, 2011
When I changed hosting from the companies hosting to my own personal GoDaddy hosting everything went right, except for 2 flash slide shows (Simple rotating images). They just apear as clear boxes now. You can see what I am talking about here: [URL] and here [URL] . You will notice the empty large empty box on the right in both pages. When you right click on it the browser recognizes that it is flash. On the Piza site I tried taking out the original code and entering the flash object via Dreamweaver CS5, but that yeilded the same results (I only mention this because the code on that site will thus look a bit different).
View 3 Replies
Dec 6, 2010
point me to opensource of sample of standalone NPAPI adobeflash hosting application?
View 1 Replies
Apr 29, 2010
We are in the process of building a 64bit version of our software, but we use Flash player's OCX control to host Flash in our windows. This OCX file is a 32bit build, do you know if it's possible to host this 32bit version of Flash within our 64bit application?
View 3 Replies
Jan 5, 2012
Can i use publish method to record flv file with streaming servers other than Flash Media Server, or it is just meant for FMS? How about crtmp server?
View 1 Replies
Aug 8, 2006
I have a Flash Web site for a small literary journal and am trying to switch over to my hosting service's mailing list manager for sending out newsletters. I see the HTML code for setting this up (available from my host), but do not know how to get it to work in my Flash site. (I did not build the site and know very little about Flash...I'm learning as I go in order to do updates.) It looks like the site currenly links to a PHP file to allow for sign ups to our newsletter. Can anyone tell me h how to get the HTML code to work on my site?
View 2 Replies
Dec 6, 2010
I would like to know if there is any way to find out the destination path of the saved file using the download() method of the filereference class.Cos if that is possible then i could do navigateToURL(_path,_blank) to open that downloaded file in browser Or if there is any other way to do this i would like to know. [If any other thread exists please link to it which answers this]
View 1 Replies
Feb 19, 2010
I'm tryng to make a public static method call another method, but Flash throws error 1180, sayng that the method called by the static method is undefined.
Code: Select allpackage
{
import flash.display.MovieClip;[code]....
View 2 Replies
Dec 23, 2010
i have a fortran method which creates random numbers. i want to convert this method to a flash method . I want to get numbers from this method and use them in the delay method of flash.
the fortran method is the folowing
real znew1 , zold1 ,a,m,z1,p,TIME1
a= 16807.
m=2147483647
B=2
[Code]....
View 7 Replies
Mar 18, 2010
how can i use getUserID method in my main.as?
NetConnectionClient.as
package com {
import flash.events.EventDispatcher;
import flash.events.Event;
public class NetConnectionClient extends EventDispatcher {
[Code]...
View 6 Replies
Aug 30, 2010
I've installed free FMS developper version on a vista OS, using the embeded Apache server. I added PHP 5.13 and everything seems to work except that : when I try to manage HTML forms, using the 'post' method, the result is a prompt windows, asking me for downloading the php file (corresponding to that pointed in the 'action' attribute. It acts as if Apache did not recognize the type php. My httpd.conf includes everyting to make php works fine. The clue is, when I change the form 'method' to 'GET', the php script works well! My FMS is configured to tunnel the HTTP request, listening to ports 80 and 1935 ant proxying HTTP to port 8134 (defaults) When I override this tunneling, by requesting the php file from my web browser directly to port 8134, it works fine too ! Now, I know that the problem comes from FMS and HTTP tunneling, but I have no idea how to solve it...
View 9 Replies