Swf Embedded On Web Document And Hosted On Local Server
Jul 28, 2009
I created a swf embedded on a web document and hosted on our local server. I have no problem previewing and playing it on flash player 10 but whenever I attempted to play the same swf in flash player 9 I'm getting a popup security warning. I went ahead and registered it on the Adobe website but still with no success.
View 4 Replies
Similar Posts:
Apr 28, 2010
One server - is streaming server with Flash Media Interactive Server 3.5that host the application with asc files in FMS application directory.Second server - is the IIS web server that host thehtml,aspx,swf etc.. files.So basically i heve swf file on one server that have to connect to live streaming via rtmp on different server with different ip address.I did not find any clear explanation on this crossdomain rmtp issue.ys only HTTP can use crossdomain.xml policy filebut not rmtp.So what policy security procedure need to be done in order to enableswf file hosted on one server to connect and show rmtp live cam broadcasting from another server?
View 2 Replies
Mar 10, 2010
I am able to publish flash as long as I launch from local computer. Can't get flash to play when I publish on external server hosted by ISP. Is there another method to publish that does NOT require the Ac_RunActiveContent.js?
View 1 Replies
Jan 7, 2012
I'm developing a game add-on/plugin which replaces a built in feature of an online game. The game loads an .swf therefore, my solution also has to be an swf for it to work 'in-game'.
I would like to be able to have the user press a button in the custom .swf I am making - and this would open an external application (amongst other things). I.e. if there was a button that said Notepad, it would open Notepad.exe on the machine.
My initial thinking was that i could have a XML Socket server 'daemon' runnning (c#) , which i could connect to with flash - however, as both the swf and the daemon are local, flash complained and gave this error: "Error #2010: Local-with-filesystem SWF files are not permitted to use sockets."
The only way i know to fix this - is to change the security settings of flash - not very user friendly!
So! Any thoughts on how I could otherwise go about this? I was thinking a custom http server could do the trick (connected with URLRequest) although i'm not too sure.
View 1 Replies
Dec 16, 2009
We have a requirement to show documents (if we have URL for a document) within Flash. We have a need use embedded document viewer for MS Office and PDF documents. Are there any Flash controls available to acheive this?
View 2 Replies
Nov 14, 2010
I have created an Application, where i need to get error logs(if any) when web services failed. I'm planning to go head using ExternalInterface in Flex and using JS.
View 2 Replies
Jul 21, 2011
I managed to make a local streaming (connection) to the server,by seting the FME at rtmp://localhost(or my IP)/live.But now i want to make a non local streaming.
View 2 Replies
Aug 26, 2007
I have two Flash files on a page. One is a side bar with links and the second one is an image gallery that gets an XML file specified via FlashVars. Now, the side bar is embedded like this:
Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,
[code]....
View 1 Replies
Jul 4, 2010
I'm trying to load a local xml file:
xmlLoader.load(new URLRequest("../xml/xmlData.xml"));
But I'm getting this security sandbox violation:
#2148: Only local-with-filesystem and trusted local SWF files may access local resources.
I don't get this error when I embed the XML file directly with the EMBED metadata tag.
View 3 Replies
Jul 7, 2009
I have a mp3 player that i purchased from a site. It works fine on my local drive but when uploaded to a server (and I've tried both Linux & Windows) doesn't work. It loads in setting & the mp3 file names from an XML file. I was able to verify that the XML data is in fact loading. The hitch seems to come when trying to create and load the XML data into an XML object.I added text field & changed the value of the text property at different points of the script to narrow down where the script gets stuck. The exact line of code that doesn't run from the server is:
Code:
var xml:XML = new XML(e.target.data);
I tried adding a crossdomain.xml file that allowed all domains but that didn't seem to help. Below is the code that loads the XML file & calls a function when loaded with the offending line of code.And my test site is here: SWF
Code:
public function MusicPlayer() {
//Security to load music
Security.allowDomain("*");[code]..............
View 1 Replies
Jan 26, 2010
Is it possible for flash to access data from outside of the root directory of the server it resides.i.e.
Root directory = /var/www/httpdocs
SWF = /var/www/httpdocs/flash/file.swf
XML = /var/www/xml/file.xml
View 1 Replies
Oct 24, 2011
I try to upload file from local system to web server.My application is desktop application and I work with php server.Find below my code
In flex
var dropfiles:Array = evt.clipboard.getData(ClipboardFormats.FILE_LIST_FORMAT) as Array;
for each (var file:File in dropfiles){
var fileFormat:String = file.extension;
var fileUrl:String = file.url;
[code]....
With those code message "Error #2044: Unhandled IOErrorEvent:" appear on flex.
View 1 Replies
Jan 14, 2004
i have a flash file that reads a ".jpg location", "headline", and "smaller headline" from a local xml file on my server. this works just fine, see example 1,
example 1: [URL]
however, for my needs i need the xml pulled from an .aspx page generated by another server. soo i changed my xml load location to the server's .aspx location. example 2: [URL] now, when i run my flash file from my computer, it works just fine. it pulls the data from that .aspx page and everything. but once i upload it to my server it freaks out and does what you see in example 2.
View 4 Replies
Jan 14, 2004
i have a flash file that reads a ".jpg location", "headline", and "smaller headline" from a local xml file on my server. this works just fine, see example 1owever, for my needs i need the xml pulled from an .aspx page generated by another server. soo i changed my xml load location to the server's .aspx location.now, when i run my flash file from my computer,it works just fine. it pulls the data from that .aspx page and everything. but once i upload it to my server it freaks out and does what you see in example 2.
View 4 Replies
Mar 19, 2009
I have a webcam script that takes screenshot when you click the snapshot button. Now I would like people to have another button to upload their photo on the server. How can this be done?
import flash.display.BitmapData;
mycam = Camera.get();
vid.attachVideo(mycam);// vid is videoobject on stage
bitmapData = new BitmapData(160, 120, true, 0);
[Code].....
View 1 Replies
Mar 23, 2010
flash works on local machine but not server?
View 1 Replies
Mar 18, 2011
I have a problem with FMS 3.5 installed on Windows 7. The problem is that FMS works only on my local machine, I am not able to use it from computers in local network. I turned off all windows firewalls and my machine is visible for other computers - I am able to connect to FMS Welcome site on apache on default port 8134, but streaming fails, and I cannot do the same on port 80.
View 8 Replies
Aug 9, 2009
I have a swf file stored locally on a linux machine, that is launched on boot up via opera. the swf communicates with the server to login and retrieve xml data, and then loads other swfs on the server.
i have added the crossdomain.xml to the root of my server, and added the appropriate System.security.allowDomain('my domain').
this process works fine on a windows machine, but with the linux setup, the call to login with 'sendAndLoad' does not return a successful result.
View 0 Replies
Jan 20, 2009
I had linked to a url from my flash file's buttons by refering/taking the url address from n xml file...the whole flash file works perfectly within the flash editor..it takes the correct links...but when i put the swf file in an html page n put it in the local server, its recursively bring the index page(this swf file is in the index page) again for every click to the buttons.
View 4 Replies
Oct 4, 2007
Alright, so I have a projector application running, and an SWF on a server. The projector loads the SWF on the server.The projector will save all of the sharedobjects it creates in the local-host folder, whereas the swf on the server will store it in it's own folder "or example. I want to be able to have them both store shared objects in the same folder, so that they can interact with each other through shared objects. Even if I load the SWF from the projector, it still creates it's own folder.
I need to have this because it stores level data for a game I'm making, where all the levels are on the server, and you can download each one individually, and make your own levels, and upload them, so others can play. The data would be loaded from a swf on the server, and then create the S/O on the users computer. Then, the actual game would load this SO and then create the map, based on the data.
View 1 Replies
Apr 6, 2010
I am a php devloper but I have a task which is related to flash. Here this code I found to connect with tcp/ip but when I compile and run this it give me 19 error. How to connect to localhost server. [URL]. This is the link where I found the code.
View 2 Replies
May 10, 2010
I'm building an art installation which records video files and the idea is to upload each video to a server. The files typically come at at somewhere between 5 and 15mb and are in AVI (mpeg4) format.I'm using a Max/MSP patch (program) to do the recording and encoding, and controlling it remotely from Flash.Once Max has recorded the video file it passes the path to the finished file back to Flash.Flash is interacting with a web server via SWX/PHP for a number of other reasons to do with the project. I'd hoped to upload the video files using the following method:Load the video file into Flash as a ByteArray via URLLoader.Serialise the ByteArray as a String using Base64 encoding and pass that to a SWX/PHP method on the server which would in turn save it to a file.The problem is that serialising a large file such as an AVI is causing the Flash player to crash, so I'm going to have to look at a different method of doing the upload.Get a video file from the local machine onto a web server simple as that.
View 2 Replies
Oct 28, 2010
I am having trouble seeing my flash video on the server. I just see it in my local computer. I save everything and then preview it, copy the code and insert on the bottom site, and no video. Just the skin appears when you roll over the code. [URL]
I have everything in the same folder, I have added the mime types on the server, and it still don't work.
View 1 Replies
May 1, 2011
I am having trouble seeing my flash video on the server. I just see it in my local computer. I save everything and then preview it, upload the file to server, but it just don't show at my website.
View 5 Replies
Mar 22, 2011
I'm writing a Flash-based video player which simply plays FLV videos. A filename is passed in via a flashvar. Presently, this is achieved with the following function:
[Code]...
A video is grabbed and then added to the stage, with a player skin overlaid. However, what I want to do is load a video from the file system (the same server the SWF is deployed to) rather than fetching a video from a URL. Reading the documentation for the source property tells me it will only accept URLs. The reason I want to read from the file system is because these videos will be stored outside the root of the server. For example, a standard Apache set-up:
[Code]....
View 2 Replies
Jan 15, 2009
But this website is simply superb. I want to how to connect flash to local sql database without the server side scripting.
View 3 Replies
Feb 25, 2008
Is there a way to capture the info that a user types into an input field locally if I'm somewhere that doesn't have internet access?
It is a sort of kiosk that will not have internet access and I need to capture the name and email addresses of the users.
View 2 Replies
Feb 12, 2011
I am having no success playing a short FLV through a SWF on my hosted web site. The video plays without problem on my local PC. This problem only occurs with SWF and HTML created with Flash CS5. With Flash CS3 the problem does not occur. The only difference I see between CS5 and CS3 files is this: There is a file called AC_RunActiveContent.js created with the SWF and HTML through CS3. But that file does not exist with the SWF and HTML created through CS5. Since the video plays on my local PC, I assume that AC_RunActiveContent.js is not required for newest version of Flash player. My web host provider assures me that MIME settings are correct and Window 2005 is the operating system. I am at my wits end trying to determine the cause and fix for this problem. Please give me some advice for resolution.
View 3 Replies
Jun 28, 2011
I am currently using filereference in as3 to load a file from the users local disk and display instantly within a loader on the stage. This works fine but i am now needing to load files that are already stored on a server not the local disk, is this possible?
I have tried loading the url into a loader object but this takes far too long if the image is quite big where is filereference is almost instant.
My current code is:
Code:
var mFileReference:FileReference;
browseButton.addEventListener(MouseEvent.CLICK, onBrowseButtonClicked);
function onBrowseButtonClicked(event:MouseEvent):void {
[Code]....
Is there anyway i can take out the browse and selected stages and just load the server based image?
View 3 Replies
Jun 17, 2009
I have a large flashvars string that I'm splitting into a 2d Array when it's pulled in flash. The problem I'm having is that one of the items of the inner array needs to be able to contain commas. The commas are encoded using php urlencode. I took the entire string printed on the web page and put it in a local var so I could test locally (by that i just mean without having to upload it to the server). So locally everything works fine, but when I upload it and use the real flashvars data, anything containing a comma and anything after that item, comes back as undefined.Here's an example of what part of the string in flashvars looks like. It would represent one item in the outer array.
"15;nameofstore;nameofstore;C32;;nameofstore%2C+Inc.+is+the+nation%27s +largest+
department+store+company+and+strives+to+be+the+department+store+of+cho ice+in+
each+community+it+serves+by+providing+superior+service+and+merchandise +that+
[code].....
View 1 Replies