ActionScript 3.0 :: Swf From A Server Call Json Functions On My Local Drive?

May 9, 2011

I have a html page on my c drive (it will not be hosted online, ever) which embeds a swf from a server, with swfObject, allowScripAccess is true. I need that swf to invoke some calls to the html's js funcitons. I get an error stating [code]...

I know i can solve it by going to settings mamager and adding my C to my "trusted sites".... I, however, need a different solution, that does not involve tweeking settings manager. Tried adding a crossdomain to the root of the directory on my comp, with no luck - im assuming for crossdomain to work it must be hosted on a server - and my local directory is not a server, and cannot be one ( no localhost is allowed as per requirement).

View 3 Replies


Similar Posts:


Flash :: Link Be Created To Call A Local File On A Drive?

Jun 7, 2010

I am trying to create Flash video for usb drives sold to customers with their pictures on it. After the video plays, can I have a link to a local folder, IE: named YOUR_IMAGES on the drive, and have that folder open on their machine when clicked? Or is there to many variables with what what the drive letter name that will be assigned on customers machines? So there will be the same .SWF on every drive sold, then a folder named the same thing with the customer pics on it.

View 3 Replies

ActionScript 3.0 :: Combine Two Functions Into One Server Call?

Jul 21, 2010

I am wondering if I can somehow combine these two functions into one server call. The problem I have is that I have 2 different data types that I need to send. One as a ByteArray and one via URLVariables.

Code:

// this works on it's own
function callServer():void {
var urlRequest:URLRequest = new URLRequest("echo.php");[code]..././.

View 1 Replies

ActionScript 2.0 :: Geturl & CS5 - Open A Pdf On Local Drive?

Jun 9, 2010

In all previous versions of flash I have been able to use "geturl" on a button and pull up a pdf in a local directory on my computer. Now with CS5, the same code pulls up a webpage and actually tries to go to a url. Is there a new way in CS5 to open a pdf on my local drive?

View 5 Replies

ActionScript 3.0 :: How To Upload A File In Local Drive

Jun 24, 2009

i have an requirement that is to upload a file into local machine and that file name will stored into database

View 1 Replies

ActionScript 2.0 :: Load Image From Local Drive?

Dec 5, 2009

its possible to load an image from a local drive and how is it done? Coz I've been trying to load an image by using this "file:///C|" but its not loading when I'm trying to access it in the network. Is there any way to load it locally?My goal is to run the swf in the network and load the images from the clients drive.

View 7 Replies

ActionScript 2.0 :: Detect When Flash Is Loaded From Local Drive?

Feb 10, 2012

Is there a script that checks if the flash is loaded from a local drive?Example: Keric opens a flash file. The script then checks if the file is being played from a local drive. If it's not, ads will be displayed.Something like a domain lock. Uhm, local drive lock?

View 2 Replies

Actionscript 3.0 :: Create A Folder On Local Hard Drive?

Aug 17, 2010

How to create a folder on your local hard drive via flash AS3, the name of the folder will depend on what you enter on the textfield in the .swf file.

View 2 Replies

ActionScript 2.0 :: Detect When Flash Is Loaded From A Local Drive?

Feb 10, 2012

Is there a script that checks if the flash is loaded from a local drive?

Example: Keric opens a flash file. The script then checks if the file is being played from a local drive. If it's not, ads will be displayed.

Something like a domain lock. Uhm, local drive lock?

View 1 Replies

ActionScript 3.0 :: Published Movie Behaves Differently On Web Than It Does On Local Drive?

Apr 13, 2009

I am using basic addEventListeners and functions to create a basic navigation for my homepage... when I test the movie on my local drive it fuctions perfectly, but when I upload it to the www, the movie behaves different... All the buttons must be clicked twice to function properly.... each button uses the UI Loader to load the appropriate .swf clip, but on the first load the movies dont function properly, when the same button is clicked again and the movie is loaded again, it works fine. I noticed cause I have a preloader for every movie clip that loads and on the first click it doesnt work, on second click it works, and because it function fine on my local drive I'm lost as to what I can do to fix the problem, or what the problem is.

View 12 Replies

ActionScript 3.0 :: Create A Folder On Local Hard Drive Via Flash?

Aug 17, 2010

Does anyone here have an idea on how to create a folder on your local hard drive via flash AS3, the name of the folder will depend on what you enter on the textfield in the .swf file.

View 5 Replies

Flash :: Create A Local Customized AVI Player In It That Will Play From USB Drive?

Apr 11, 2011

I'm looking to create a solution that will enable me to have a folder of AVI files on a USB drive, packaged along with a custom designed player (probably built in Flash). I would like to creare the packaged flash file in a way that will autorun on inserting the drive if at all possible. The solution will need to be platform agnostic (hence my thinking that Flash would be the best bet). Has anyone come across a tutorial for achieving anything even similar to the above?

View 1 Replies

Actionscript 3 :: Merge Two Bitmaps Into One Bitmap And Save It To Local Drive?

Jun 1, 2011

I'm using FlashDevelop. Below is the code I used,

package
{
import flash.display.Loader;
import flash.display.MovieClip;
import flash.display.Sprite;

[Code]...

View 2 Replies

Flash :: Record Using Microphone And Save It In Local Disk Drive?

Jun 14, 2011

I got the code

var mic:Microphone = Microphone.getMicrophone();
mic.setUseEchoSuppression(true);
mic.setLoopBack(true);

when I browse thru adobe documentation for microphone access. But I could not find a way to record the sound and save it in the local drive.How to store the sound in local drive???

View 2 Replies

ActionScript 3.0 :: Allow Users To Upload Images (jpg) In The Flash (.swf) From Local Computer (with The Drive C)?

Jun 30, 2009

The user loads the page HTMl file .swf. By clicking on button_mc the user can select from your computer (local disk) image file to upload not on the server and temporarily - to flash - the file.

[code]....

Below given code works only if the image file .swf are in the same directory (folder).I know the file name, but I can not find the full local path to his computer to the selected file.

[code]....

How do I get my site you can download at home in my swf file to a photo to her dalsche work?

[code]....

View 1 Replies

Flash :: Playing FLV Files On Local Share Drive From Intranet Site?

Jul 1, 2010

We would like to build a flash video player into our corporate intranet site, currently we are evaluating JW Player and have come across and issue accessing the FLV files stored on a mirrored share drive that all users have access to on the local intranet.From what I can tell the Adobe flash plugin will not allow a SWF file hosted 'online' (intranet) to access a shared directory that the user has access to. Is there any way around this?

View 1 Replies

Flex :: Load Local File As JSON Source?

Nov 29, 2011

In a very simple first AIR application (I'm using Flash Builder 4.5), I am trying to accomplish the following on my MacBook:

Read a local file (JSON format) into the AIR app. Parse through the file. Display some selected contents in a grid.

That's it.

I've found an example that does some simple JSON parsing in Flex, but the problem is that it loads the JSON source from a remote web site.

So do I need to load any file-specific libraries to make this work in AIR? Or can I simply refer to the file by using the Mac file-path? I just want the local file to be the JSON source. The parsing is already taken care of.

View 1 Replies

Json :: Flex - Flash Builder Will Not Read Local File?

Jan 11, 2012

So I've tried to build a small utility to view the contents of a JSON file in an easy-to-understand manner (for non-tech people).I have Googled far and wide, high and low, but every example that shows how to consume a JSON file in Flash Builder uses the HTTP service, pointing to a file on the web.Here I am, sitting in front of my MacBook, wondering why I can't make this work. In the documentation I've found (sort of relating to this issue), they always show Windows examples, and they seem to work fine:That doesn't work. I've tried some "resolve to path" syntax, but the HTTP service does not seem to allow for anything but file paths in quotes.

View 1 Replies

ActionScript 2.0 :: Call Other Functions From Generic Mouse Event Functions?

Nov 25, 2010

Is it not possible to call other functions from generic mouse event functions?

Code:
_root.myButton.onPress = function(){
hide();

[code]......

View 6 Replies

Flash :: Execute An External .exe From A Local .swf Using A Local XML Socket Server (C#)

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

Flex :: Call RESTful JSON Web Service From Within Flash?

Aug 27, 2009

Is it possible to call a web service from within Flash (using AS3)? Or is the best idea to put the flash movieclip in a Flex container and use the Flex Libraries?

To be clear, when I say within Flash, I mean within the Flash CS4, AS3 programming environment.

View 2 Replies

ActionScript 3.0 :: Call Javascript Function With JSON Through External Interface?

Jun 6, 2010

I need to call a function in JS that's expecting a JSON object. Can I do this from External Interface? The company's example (after the include file url) in HTML looks like this:

//there's an js include URL earlier//
Shopwithme.Initialize({
"id":"prod1234",

[code]...

But, I need to dictate these vars through Flash. How do I call this function using External Interface?This is my EI code, but I'm obviously off base, since it's not working:

ExternalInterface.call("Shopwithme.Initialize",[{ "id":"prod1234",
"type":"2","URL":"http://www.somelink.com"}]);

What do I need to do to call this javascript?

View 2 Replies

ActionScript 2.0 :: F8 - FLV Works On Hard-drive But Not On Server?

Nov 18, 2007

I've tested the videos off of my harddrive, and they work great using a skin that flash has.But when I uploaded it, and test it on my server, nothing loads.

View 5 Replies

Actionscript 3 :: Get Cd/dvd Drive Or Flash Drive Name By In AIR Application(in Windows)

Jun 4, 2011

I am creating an AIR application using flex3 and actionscript3. there, i need to display dir content of cd drive/usb drive entered by user. how can i get cd/dvd drive name by actionscript3

View 1 Replies

Media Server :: Cannot Use A Samba Mapped Drive As VOD_COMMON_DIR And VOD_DIR

Feb 22, 2010

I'm trying to use Adobe Flash Media Server 3.5.3 on a WIndows 2008 Standard SP 2 with a network drive mapped as Z, pointing to a samba share.
 
I keep getting a Connection error while trying to view a rtmp file. I'm using the default example from the installation directory. I made the following changes in the files:
 
fms.ini
 
VOD_COMMON_DIR = z:vodVOD_DIR = z:vod
 
the z:vod directory is shared ad EVERYONE full control. (I can easily read and write on z:)
 
I've mapped the disk using Putty and port tunneling over ssh. I've tunneled port 139, 445 and 1935.

View 4 Replies

Media Server :: Copy Recorded Live Stream To New Drive?

Mar 19, 2010

how to copy a recorded live stream to a new drive on the server?  I can copy the file within the virtual app directory but not to another drive.
 
The only solution i found was to edit the application.xml:
 
<StreamManager>        <StorageDir>e:Sync</StorageDir>    </StreamManager>
 
But unfortunately i need to rename the file once its recorded, and i'm having a hard time accessing that drive/directory where the file is located.

View 1 Replies

ActionScript 3.0 :: Use JSON To Get Some Data From Server?

Jan 23, 2010

I am new at ActionScript. I'm trying to use it with Flare visualization package, but truth is, I don't know what is due to my ignorance of Flare or my ignorance of ActionScript. I am trying to use JSON to get some data from my server. Near as I can tell the data are arriving properly at my ActionScript, but then I get lost.

public function buildGraph(num:int) : Data {
var dataata = new Data();
var nodes:Array = new Array(num);

[code]....

So, it must have gotten something from my server. What I want is to get the nodes from the nodes list and edges from the edges list, which is also in the json package. The server (running Python / TurboGears 2.0) returns

return dict(nodes = nodeList, edges=edgeList)

nodeList, in turn, is a list of dictionaries of the form: dict(id="node"+"%03d" % n).I tried ds.nodes, ds.nodes.data, ds.nodes.valueOf, etc. What am I missing?

View 0 Replies

ActionScript 2.0 :: JSON For Client Server Communication?

Apr 15, 2010

connect to online web service to retrieve data using as2. while I am able to connect and send data successfully, I don't see the response. This is what I am trying to do:

[Code]...

View 0 Replies

ActionScript 3.0 :: Load JSON Data From Another Server?

Sep 10, 2010

I'm trying to load JSON data from another server.

It works when I test i Flash - but in Browser it doesn't work.

Is there something I have to change before publishing?

ActionScript Code: import com.adobe.serialization.json.JSON  /*Path to the JSON class (in JSON.as). NOTE: make sure to keep all the classes in the original json folder together and that at the very beginning of each class file in the json folder, the file path after the word 'package' accurately reflects that path to the FOLDER in which all the classes are located. E.g. package [URL]

/*Create the objects you need*/
var loader:URLLoader = new URLLoader() ;
var request:URLRequest = new URLRequest() ;
/*Connect to and load the data within the numbers.php file*/

[Code].....

View 4 Replies

ActionScript 2.0 :: Getting Json Data With A Useragent From Server

Sep 24, 2011

sendInfo = new LoadVars();
sendInfo.addRequestHeader("User-Agent", "myagent");
sendInfo.onLoad = function()
{
trace(sendInfo.loaded):
};
sendInfo.load("url");//for getting JSON data

My Result is false and the firefox browser is still loading data from server. how to use useragent in actionscript2 and also how to get json data. I don't know is it json data problem or another

View 2 Replies







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