ActionScript 2.0 :: Launching A Local Html File From Local Swf?

Jan 16, 2007

i am having a problem launching a local html file from my swf. i have a button called print that when clicked it is supposed to open the local html file and print out the content. this is the code i used on the button

on (release){
getURL("folder/folder/file.htm","_self");
}

[code].....

View 4 Replies


Similar Posts:


Javascript :: Access An Local Image (not In App Workspace) From A Local HTML File (in App Workspace)

Mar 12, 2011

I have a HTML box and load a local html file from the project. In this HTML file I use jquery and I want to load an image from my user directory. I see the image from my user directory but jquery doesn't works. I get this error:

[Code]...

But if I load an image from the app workspace, everything works fine (I see the image and Jquery works). Is this a policy problem? The error says that is a "null object reference" problem, but this can't be true...

View 2 Replies

ActionScript 3.0 :: Error #2148: Only Local-with-filesystem And Trusted Local SWF Files May Access Local Resources

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

IDE :: Link From Flash To Local Html File?

Aug 3, 2009

I am trying to link my gallery made in flash (and published in html), to link to the rest of my homepage made in html. I have seen several example about how to link from a flash buttom to a new URL, but what I need is to link to a local html file.

First. Which are the codes to use to link from my gallery "galeria.html" to the rest of my homepage?

second. Where should I place my files: galeria.fla ,galeria.swf ,galeria.html. Should all they stay in the same directory

View 7 Replies

ActionScript 3.0 :: Link Flash Navigation Bar To A LOCAL Html File?

Jun 16, 2010

I know how to link it to whatever BUThow do I link it to a html file that isn't on the internet.For example, I put in "file///H:/index.html". Ok it works on my computer but the problem is that when I transfer my USB to another computer the drive may be E:/

View 3 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

Flash :: Adding A Folder On The Local Network To The List Of "local-trusted" Places

Jul 22, 2011

I have a SWF file located at the local network in the public shared folder that I do not control over trying to read the external file on the local network.

I am currently hitting instead an security violation

Error #2148: SWF file file://....mySWF.swf cannot access local resource file://...config.xml"

I've added the network path where SWF an XML file resides to "trusted locations" via Flash Player Global Settings.

The added network path is successfully displayed at the list of "trusted locations" within Global Settings Manager, but it does not look like Flash Player is able to really parse the local network path as a "trusted location"

FP 10.3.181.23, Win XP

View 1 Replies

Link Flash To A Local Html Page?

Jun 5, 2009

I have a website I would like to run locally in the computer. The website is in flash and links to some HTML pages in the same folder. How do I write the action script button so it opens the HTML page in the same page? Right now I have:

on (release) {
getURL("localfile.html");
}

The above code doesn't go to the HTML page that I wanted in the same folder. Do I need a relative path or something? Indicate the folder it is in?

View 1 Replies

ActionScript 3.0 :: Loading Local HTML Files Into A DIV?

Jun 28, 2011

I'm creating a portfolio sitethat has an AS3 Flash navigation in one div (#main-left) and what I'd like it to do is load local .html files in the div next to it (#main-right). I had gotten it working by placing an iframe inside the right div, and calling it with:

ActionScript Code:
function contactURL(e:MouseEvent):void{
e.currentTarget.gotoAndPlay("hit");

[code]....

View 2 Replies

ActionScript 2.0 :: Local Connection Across HTML Pages?

Oct 9, 2006

I have three swf's using local connection to communicate. Basically a top and bottom navigation communicating with a main module. All this works fine and looks a little like this:

Top_Nav:
[AS]
Actions.LINKFunction = function(){
outgoing_lc = new LocalConnection();

[code]....

As I mentioned this all works fine. Where I am having trouble is that there is one link that takes the user to an eCommerce area of the site that lacks the main module. It only has the top and bottom navigation. So the navigation is basically broken once the user heads to this area. By putting a getURL into the top nav function I can easily get back to index.html, but I can't figure out how to send the functions once the page has loaded. Basically looking for a way for the functions to execute after the new html page has loaded. So the user hit's the LINK button, the page index.html is loaded along with the three swf's and instead on the default movie's loading in the main-module, the functions in the main module corresponding to LINK are run.

View 1 Replies

ActionScript 1/2 :: SendAndLoad() Success Only Through Local Html Page?

Oct 30, 2009

I found similar issues in previous posts, but not this one. I publish a Flash CS3 .swf file,creating the html page and the javascript file too. If I click the html page locally, the sendAndLoad POST will succeed. If I upload the 3 files to the server, the sendAndLoad will fail. If I delete "AndLoad," the Send function will succeed. Url is fully qualified. I think I made a change in a configuration in Flash, because previous packages of this same file worked.

View 3 Replies

ActionScript 3.0 :: Link Button To Local Html Page

Apr 4, 2012

I am using AS3 and having trouble linking a button to a local html page

View 8 Replies

Flash :: Playing Local Video Files In HTML?

Jan 7, 2011

A project has various local HTML & video files for pages. We need to be able to embed these videos in HTML pages - but because all are local files we have no server-side streaming.

Can I still just use SWFObject? Are there other well-known controls that will let us play .mp4, .swf/flv, .wmv files? This solution is targeting HTML4 across Chrome, FF and IE (I don't know if IE6 is needed).

View 2 Replies

Actionscript :: WebStageView Local HTML Path In Android?

Jul 25, 2011

I am trying to load local HTML (that exists in the project's folder structure) in an instance of webStageView. While this works fine in windows and ipad/iphone - it fails to locate the files in Android (only tried it in 2.2)

File.applicationDirectory.url returns "app:"

File.applicationStorageDirectory.url returns "app-storage:"

File.applicationDirectory.nativePath returns an empty string, as specified in Adobe's documentation.The problem is that the webview gives a "Web page not available, app:/test/index.html not found" error. Is there a way to get the full path, or to "force" the browser to understand that app: refers to a specific folder?

View 1 Replies

ActionScript 2.0 :: Changing A GetURL To Access Local Html?

Jan 22, 2011

When I originally made this flash, I created a button to access a web page that I had uploaded to my university server.

Now I'm attempting to compile all my webpages and flash to a CD for portfolio purposes and am having trouble redirecting the button to access the html in an adjacent folder to where the flash is stored.

Here's an example of the original button AS:

on(release){
getURL("TheURL(sorry I can't post links)", "_blank");
}

View 2 Replies

Html :: Take Picture From Local Video Source And Submit Via PHP Form

Aug 9, 2010

How would I go about taking a picture from a video capture card or webcam? Should I use flash to do this? I want to submit the picture via a php form and upload it to my webserver and place a link to it in my MySQL database.Is there a flash app already built that I can use to perform this?

View 1 Replies

Flex :: Show A Local Html Content In Adobe Air Application?

Apr 19, 2011

I want to show a local html file into my application but I could't find to do that.

I used <mx:HTML> component with using its location property but it is not working when I try to do it with a local file which is in applicationdirectory.

EDIT: Here is my code :

<fx:Script>
<![CDATA[
private function init():void {

[Code].....

View 2 Replies

Flex :: Flash - Browse And Get The Full Path Of A File On Local Machine's File System?

Mar 29, 2010

I am working with Flex, Flash, Action Script and I want to browse the local machine file system using Operating System's file browse window and select a file then i want to get the full path of the selected file. How can I do this?

View 3 Replies

ActionScript 3.0 :: Let My Local Running Swf-file Access A Xml-file That Is On A Server?

Mar 9, 2011

How to let my local running swf-file access a xml-file that is on a server?

I have been to the "Global Security Settings panel" but dont really understand.

View 2 Replies

ActionScript 1/2 :: Open A Local File?

Aug 14, 2009

I want to use a script on a button in my flash movie to open local files. This movie is going to be on a CD and I want to open some files through the movie.

View 18 Replies

Load An Image From A Local File?

Apr 16, 2010

I'm trying to load a radar image over a google map. The problem is, I'd like to load the image from a local file. I understand how to do this remoteley via a url, buit not from a local file. I've read something about embedding, but I don't know what embedding means. I'm going to need this image to change, and eventaully want to have a loop of images playing over the map. Below is what I have so far. You can see I've commented out the line with the url loading, and have a fail attempt at loading locally below it.[code]...

View 8 Replies

XML :: Flex - How To Add Data Into Local File

Dec 30, 2009

I want to save XML data into a XML file. So I can load it on the next startup.

View 2 Replies

Flex :: Play Local Mp3 File?

Feb 23, 2010

I'm testing Adobe AIR with flex, and I wanted to play a mp3 via an open file dialog, I did that [code]...

I can't find anything related to that on Google or another documentation, all the docs I find is related to play a sound using URL and not Local files

View 1 Replies

Actionscript 3 :: Saving Local File Under IOS?

Nov 19, 2010

I am opening and testing data using the FileStream class which is supposed to avoid file security issues. It works fine until I try to save to a local file. When I test under adl I get a security error which I though was ok (at least it was attempting to save) until the app was packaged and tested on a device, but the file fails to save.

public class FilesApp extends MovieClip {
var file:File;
var xmldata:XML;

[Code].....

View 3 Replies

Php :: AIR - Load Local File To Web Server?

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

ActionScript 3.0 :: URL Linking In Local SWF File

Feb 27, 2012

I am making a presentation. I have a swf file where I have a button when we click on it it will open a site. But my loCAL SWF is blocking the url.
Error message is:
Adobe flash player has stopped a potential unsafe operation...

View 0 Replies

ActionScript 3.0 :: Local File Access Isn't Possible

Jun 16, 2009

I've written a SWF in FlashDevelop (using the open Flex stuff) and use it to load up a bunch of image files.

[Code]...

Now, this works fine in the debugger environment with, say, funcA("test1.jpg"), but when I try and copy the files into another directory, I get security errors, something about it not being 'Local with trusted' or some such. I assume local file access is possible via Flash if the SWF is on the harddrive too, right? I did try adding a Security.allowDomain("*"); to see if that made a difference, but seems not. If local file access isn't possible, do I have to find a server to copy everything onto even for just testing stuff?

View 1 Replies

ActionScript 3.0 :: Loading A Local Xml File Into Swf?

Jun 25, 2009

I'm having a problem loading a local xml file into my swf. My ultimate goal is to parse the xml file into a list of guests attending a party. Here is the code I have:

Code:
var loader:URLLoader;
function loadXML():void
{

[Code]....

As you can see, the first trace statement outputs the xml file with the tags and all. The second trace statement outputs nothing. I did try uploading the xml file to a server, and then using [URL] as the URL for the URLRequest, but that didn't work either.

View 2 Replies

ActionScript 2.0 :: Projector Writing To Local File?

Mar 24, 2010

I'm building a standalone projector which will be run locally without an internet connection. is it possible to be able to write variables to a text file on the computer?

View 1 Replies

Data Integration :: Loading Local XML File?

Jan 3, 2007

In my Flash application, the SWF file is located on a serverand is downloaded to clients in a controlled network. I want to beable to load XML data located on the client machines into the SWFfile. It looks like security settings is not allowing thi tohappen, as the local files are treated as a separate sandbox.If I were to use System.security.allowDomain, how do Ipecify local files? It's not a domain or URL. Or is there another way to do this? I'm wading through thesecurity information, but I haven't found the solution yet.

View 5 Replies







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