Flex - AIR - Making Use Of Air.swf File In An Internal Network?

Apr 19, 2010

StackOverflow community,[URL].. used to launch AIR applications from Flex applications requires the use of an air.swf file located here:[URL].. We have tried to download this SWF and use it in our internal network, but it is not working, we depend on using the one located in the Adobe site.

Is there anyway to use this air.swf file without having to access the Adobe site?

View 2 Replies


Similar Posts:


Java :: Flex 4 IFrame Open Url Internal Network To An External Network?

Sep 6, 2011

I have the following scenario:

One application JEE / Flex 4 running on a tomcat, inside my Flex layer I have a iFrame passing a url to an ip of my internal network (http:url....) which is another application running within an industrial PLC.When access this app from within my internal network works fine, but when I try to access this iFrame to an external network in my home for example have a timeout error onhttp:[url].........

I believe this error occurs because the flex client is trying to run this url as I was in a internal network.Is there any way to run this url from an external network?

View 1 Replies

Flex :: SOAP Variables In Network Monitor But Not Making It To Event Handler

Aug 13, 2009

I am querying a 3rd party web service and not all the data seems to be making it to the event handler. When I view the request/response in the Network Monitor I see a collection of data objects each containing two string variables (name, url) and two arrays (counts, breakdown). When the result handler receives the data and I view it in debug mode, the collection of data objects each only contains one string variable (name). What happened to the other string var (url) and both arrays (counts, breakdown)? what would cause this since it seems to becoming corrupt before it reaches the event handler but after it is received by the network? Is this most likely an IDE issue?

View 1 Replies

Flex :: Import A File From A Internal Package

Feb 6, 2012

I'am trying to import an actionscript file in a internal package in my project. From Java and am used to this to like this import Services.myClass. But the IDE doesn't suggest any classes when I type import Services. So how can I import my AbstractIdManager.as file? Inside this actionscript file, there is a public class named AbstractIdManager which extends EventDispatcher My project structure looks like this: I want to use the AbstactIdManager class in my View videochat.mxml

View 1 Replies

ActionScript 2.0 :: Making An Advanced Internal MP3 Player?

May 31, 2005

we need some movie clips.Place in a movie clip (MC) with the instance name "volume" of a line with a width of 250 exactly, do it with the properties tab.Once you have done that double click it. Inside this MC lock the layer with the line on it, and lock it. Create a new layer, and on that put in a picture of a slider, and give it the INSTANCE NAME, "knob_mc".Now, make another image,which will be easy for users to click on, make the the width of this, 250 exactly also. Instance name it mask.

Now, create your buttons. Name the buttons for the songs respectively, song1, song2, etc...Also make an image of a speaker, with no sound wave coming out of it. Make it an MC, then, inside this movie clip insert 4 keyframes of the speaker,each with one more sound wave than the other, starting with no waves. Put stop on each frame, in the actions.Then on the last frame,frame 5, make the mute image, also put stop on the layer.

Place in a movie clip with the instance name "slider_mc" of a line with a width of 200 exactly, do it with the properties tab.Once you have done that double click it. Inside this MC lock the layer with the line on it, and lock it. Create a new layer, and on that put in a picture of a slider, and give it the INSTANCE NAME, "knob_btn".Now, make another image, which will be easy for users to click on, make the the width of this, 200 exactly also. Instance name it mask.Then insert a picture of speakers, width of 100 exactly, instance name of speaker. Then inside that, create an image to show the amount of balance to one side. With a width of 50, instance name of balance.

Others;Play button, instance name "playbut", 2 keyframes, frame 1 play image, frame 2 pause image.

Stop button, instance name "stopbut".
Next button, instance name "next".[code]......

View 12 Replies

Making Existing XML Link Goto Internal Menu Page?

Dec 10, 2009

I have recently purchased a XML based template and need to make an existing XML link goto an internal menu page. I have been able to create buttons in the flash template itself using action script with no problems. In my site I have several buttons that say more, so in the XML document it has these internal links, asfunction:_root.more_click_func,1. So what I am trying to do is have thiese links goto the contact page, so I assumed it was simple as directing the asfunction to the internal menu which is 6 but it doe snot work.
asfunction: "6"
asfunction: contact

View 4 Replies

ActionScript 2.0 :: Tween Class - Keep On An Internal Page By Just Making Each Section A Scrolling Content Box

Apr 21, 2007

i've got a fair bit of text i'm trying to keep on an internal page by just making each section a scrolling content box. So there are 3 buttons at the top, each 'scrolls' onto a new section and I would like the ability for it to scroll back too, hence using the tween class to do this. I've managed to set it up and each button goes to each 'page' fine in reading order, so to speak (1, 2, 3), but if I got to 1, 2 then back to 1 it will start from 0 on the x axis.

Basically what i'm wanting to do is set the tween from the current _x value. So if I go 1, 2, then back to one, it will take the current _x value from 2, and scroll the opposite direction back to one. I am using the following code on the buttons:

[Code]...

View 1 Replies

ActionScript 3.0 :: File Access With Network Off?

Nov 26, 2009

im testing out some AS3 and working on my first preloader. Ive run into the file access problem and looked about for a while and found that locally I can get files to load with the compiler flag -network=off. To put this online would I have to do a compile with the network on but with a Security.allowDomain("myDomain") line. Would this then work online so long as all the required files are in the same place.

View 3 Replies

Actionscript 3 :: Open A File From A Network Path?

Apr 18, 2011

I need to open media files from a network path like this "\drivefolderfile", is it possible, if yes how? else is there any other alternative?

View 1 Replies

Cannot Remove Internal Frames Of File

Jan 5, 2011

I am a high school student who has an assignment to develop a Flash Video.  My goal is to make a really cool Flash Video by downloading a Youtube video of paintballers and then converting their images to a line drawing and then animating the line drawing.  Well the problem is that after I've imported the FLV into Flash CS5 I find it impossible to edit out an internal chunk of the video.  Every time I try to remove a chunk of the video, it ONLY DELETES A SECTION FROM THE END OF THE VIDEO!

Now, it should be a simple process, select the chunk, Edit->Timeline->Remove Frames

It seems so obvious that I don't mean to delete the END of the video, I mean to delete the highlighted section.  What's the point of highlighting a section if you're just going to delete "X" amount of frames on the end?  Shouldn't this feature be called, "Delete frames from end of video"?

View 1 Replies

ActionScript 3.0 :: Moving External File To Internal FLA?

May 30, 2010

i want the code to be inside of the FLA in the actions layer but it's not  working. got an error and don't know how to fix it..

[Code]...

View 4 Replies

ActionScript 3.0 :: Convert Internal To External File?

Nov 29, 2009

I have a nice contact form working with the code in a 2 frame movieclip.

I need to transfer the code to an external .as file.

[Code]...

View 4 Replies

ActionScript 3.0 :: XML Internal Hyperlink To Load A Swf While Specifying An Xml File Name

Oct 8, 2010

I have a swf (members.swf) that loads a list of members using an xml. In the information text for each member I would like to put a hyperlink that would load another swf (image_gallery.swf) that also uses an xml file. Ideally, I would like to create an xml for each member (member1.xml, member2.xml, member3.xml etc..) holding their image gallery information BUT I would like to use the same swf (image_gallery.swf) to load each member's image gallery according to their xml file data.

So basically I would like link to a swf file and specify the xml to be loaded for that swf in the hyperlink.

View 3 Replies

ActionScript 3.0 :: Load A File Over The Local Network With Loader Class?

Aug 24, 2011

I try to load a file over the local network with Loader Class but I get the error "URL Not Found". I use a path like this  "file://///myPCnetID/pubilcFolder/pictures/mypic.jpg" which refers to a folder on the same PC I compile and run the Air flash file.
 
When I copy the adress into the browser the jpg-file ist displayed corretly.

View 6 Replies

Actionscript 3 :: Restrict Plugin Access To File System And Network

Feb 14, 2011

In a plugin context (a swf loaded by an another swf), is there any way to restrict access to file system and network in the same time to the loaded swf?Compiler option "-use-network=true|false" does not fit because you cannot restrict both file/network.[code]The loaded swf is in user's document folder, outside Air app folder. Currently, the loaded swf is abble to load "c:/Windows/regedit.exe" and I don't want it (neither sending informations on the network).

View 2 Replies

Flash :: Network Failures When Loading Crossdomain.xml Policy File?

Sep 13, 2011

I monitor (and log to server) most user errors in our flash game. Quite frequently I see security errors related to trying to make requests to a cross-domain URL (usually the Facebook Graph API). 99% of our players can make these graph API calls with no issues.What I think is going on is that the client makes a request, but fails to load the crossdomain.xml file. I don't quite know how AS3 handles this in the case of a failure to load the crossdomain policy file...will it retry for every URLRequest made until it succeeds in loading it, or does it just give up forever?

View 2 Replies

Actionscript 3 :: Make An Object Network Serialize To A File, Not A SharedObject?

Oct 10, 2011

Currently, I do serialize my model object to the SharedObject instance:

try {
var mySo:SharedObject = SharedObject.getLocal("sig");
mySo.clear();[code]....

Likewise, I load the saved model using the SharedObject instance. Works great.Ultimately, I'd like to serialize it to a file - which fails. Here is how:

var fp: File = File.applicationStorageDirectory;
fp = fp.resolvePath( PREFS_FILENAME );
var _prefsStream:FileStream;[code]....

The complementing read operation suddenly breaks and reports missing bytes.In fact, I can't image how FileStream / _model.writeExternal() is able to serialize, since it needs to somehow know, that a new serialization operation is about to start. If it doesn't know, it won't be able to determine, which object instances are left to serialize.Thus, I image that my concept is completely wrong or I missed how to initialize the serialization operation.I'd be happy to read the raw ByteArray from the shared object and write it to a file. Unfortunately, I didn't find a method to retrieve from a SharedObject a ByteArray of a certain property, in my case mySo.data.model.My question is loosely related to this one: Why does delete( DictionaryInstance[ key ] ); fail?

View 1 Replies

Flex :: 3 - Conflict Exists With Definition Friendlist In Namespace Internal Flex Error

May 11, 2011

in my variable i am getting error private var friendsList:VBox; "conflict exists with definition friendlist in namespace internal" what it is?

View 1 Replies

ActionScript 3.0 :: Convert External File To Internal Actions?

Nov 2, 2009

I'm wondering if there's a "fix" for converting a tutorial that uses an external .as file to using ActionScript internal to the Flash file itself.For example, the Colorful Explosion tutorial runs all of its ActionScript from a separate file that must be present with the swf file to run the animation.

[URL]

Is there a way to have all of the animation ActionScript run from within the swf file by, say, pasting the code into the Actions panel or other internal method? I just don't want to complicate a project with multiple files and want others to only have convenient access to a single swf file.

View 2 Replies

Actionscript :: Flash Builder Network Monitor Not Recording File Uploads?

Jul 31, 2011

I'm uploading an image file with upload() of a FileReference object however the network monitor in Flash Builder doesn't report anything. Is that normal behavior? A google search didn't return anything.

View 1 Replies

ActionScript 3.0 :: Prevent Loaded Swf File From Accessing Local Network Files

Nov 2, 2009

I am creating a web page that allows users to upload their own swf files to my web page, which are then used by the main web page as components. This creates a security issue though because I don't want the uploaded swf files to access other files on the server.

when the main webpage starts, it loads whatever third party swf files the user specifies. Is there a way for my main web page to change the security settings of the loaded swf so that the loaded swf is treated like it was loaded from another domain? Or is there another way I can provent these uploaded swfs from accessing local files on the server.

View 5 Replies

Professional :: Load An External .swf File On Internal Movie Clip?

Dec 6, 2010

I have a movie clip called - contenct_mc       ----------------inside this movie clip I have another movie clip called - Introduction_mc    ------inside this mvovie clip There is another movie clip called - Footer_mc       -------inside this movie clip on actions layer I have copied the below code to show clock.swf file....but the following code doesn't work
 
CODE:I am using Flash CS4 AS3
 
var R:Loader=new Loader();addChild(R);
R.load(new URLRequest("clock.swf"));R.x = 540;R.y = 205;
R.contentLoaderInfo.addEventListener(Event.INIT, RgrowLoader);
function RgrowLoader(evt:Event):void {
R.width = 200;     R.height = 200;}

View 2 Replies

Flex :: View Available Network Shares?

Aug 23, 2011

I would like to list all network shares but have no idea where to even begin my search, I assume that it has something to do with Samba etc., but really some guidance would be very useful.

I will be using Adobe AIR 2.5 - so I assume I have access to that sort of information, though I will be using the PlayBook from BlackBerry to access the network which has a full AIR implementation.

View 1 Replies

Flex :: Limitations Of The Network Monitor?

Sep 19, 2011

What is the reason Flash Builder 4's Network Monitor does not support applications that were created using pure ActionScript and Library projects? It seems to work only for Flex projects.

View 1 Replies

Flash:: Using Network In Flex Sdk 4.5 Gives Blank Swf

Jan 24, 2012

I developed a flash app and i need the functionality when I click on a sprite I want to open a web page in browser for example [URL]. I use flex sdk 4.5 and I changed the use-network tag from false to true in flex-config.xml. But when i compile my project and load the swf in browser I get everything blank. I tried also to use html page with swf embeded but same result

View 1 Replies

ActionScript 3.0 :: Mute/unmute The Volume For An Internal Aif Music File Using A Button?

Mar 9, 2009

I need the code to mute/unmute the volume for an internal aif music file using a button.

View 2 Replies

Actionscript :: Creating Network Graph In Flex?

Jun 17, 2009

I need to create a network graph with nodes in flex. Once I give the input the nodes must get connected with each other if they have something in common.

The nodes must be click-able to show which other nodes it is connected to.

Can a bubble chart be modified to do this?

View 2 Replies

Flash :: Adobe Flex And Air Connecting To A Network

Nov 26, 2009

What Approach can you use to Connect Adobe Air Application to a Local Network? Examples of function is send a message to other computer that is connected to a network, sending files or viewing their desktop.

View 1 Replies

Flex :: Adobe AIR. Local Network Error?

Apr 16, 2011

For example, in local network, when Adobe Air is reading files from local server (\Serverstorage) and network will be in down for a second, Air becomes eat a lot of memory and it is increasing up to 1GB (while normal memory use is 100 kb or less).Just reading file with File('file path on local server'); from unstable network can cause this error.
Have anybody seen that in projects?

private function init() : void
{
file = new File("\Serverdragracing

[code].....

View 1 Replies

Flex :: Accessing Video Content Over Local Network?

Jun 17, 2011

I am having a strange issue in my flex app. I have a Video element that loads an FLV file from the same directory as the SWF app. If I move my SWF and FLV to a local directory on my computer and load the SWF in my browser, the video plays without any issues. However, if I move the same collection of files (SWF, FLV, HTML) to a network share, the video no longer loads.

[Code]...

In my netStatusHandler() callback I get an event status of: NetStream.Play.StreamNotFound.

Again, I only have this issue when loading content from a network share.

View 1 Replies







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