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


Similar Posts:


Published Files Work On Local Site But Not On Remote Site?

Nov 4, 2009

the flash4 published set of files, with a variety of skins tried, works well on the local drive, even when moved to a different folder structure. when index.html is opened on the remote web site, the browser (firefox3 and ie7) displays the player conrols and a rotating horizontal barber pole, green and black, but no flash video.some of the skins i've used are: SkinOverPlaySeekFullscreen.swf, nOverPlayStopSeekCaptionVol.swf and SkinUnderPlay.swf. all work locally but do not play the .flv file on the web site. no problem playing flv movies on the remote web site if the file set is created by dreamweaver.

View 8 Replies

ActionScript 3.0 :: Not Loading Videos From A Network Share (unc Path) Into Swf On Http Intranet

May 17, 2011

This isse occurs in flash player 10.2 but not in 10.1. Im sorry if my rusty english is making this hard to understand. I have an issue that causes my hair to turn grey. I think it has something to do with security sandbox when accessing file over networks share from http. I have an swf wrapped with swfobject in html on a intranet: [URL] That swf tries to access/stream/load a flv file on a network share unc path:[URL] I get an NetStream.Play.StreamNotFound error when i try to load that flv file. I catn even load an image from that share. The code works fine when accessing files on the same http domain and when locally on my hd.

I've tried both with single and double backslash i the path so that it isnt broken.. cause I noticed that flash removes single back slashes. It actually seem as if I cant access any file on the netwrok drive. So therefore I cant load a policy file (crossdomain) from that network as well. I've added the network path to the Global Security settings panel, I can provide you with more info if you want to.

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

Playing Local Audio Files With Flash And/or HTML5

Jul 9, 2011

I realize it is possible to play audio with Flash and HTML5 by passing a URL.

However, is it possible to get a reference to an audio file using a file browser (either with HTML5 or Flash), to then play this local file, again using either Flash or HTML5?

Of course, this should happen without the interference of a server. Since the file is already on the local system, it does not make sense to route it through a server only to receive the same file again.

View 1 Replies

Javascript - Browser-neutral Way To Start Local Process From Intranet?

Sep 15, 2010

We currently have a corporate intranet built with ASP.NET and originally designed for IE. One of the purposes of the intranet is to manage file versioning and to launch programs with the current file version. This requires the intranet to start processes on the machine locally, and is done using ActiveX.

We are now reworking the intranet to be as browser-neutral as possible, but this local application launching thing has us stumped. Can anyone suggest a browser-neutral way to start processes locally? This is strictly for internal use on a corporate LAN with computers that are authenticated on a Windows domain.

Possibilities that we've floated, in rough order of preference:

[Code]...

Anyone have any thoughts on what is likely to work and be not a huge PITA to implement?

View 1 Replies

Professional :: Standalone App (AIR) For Playing Local FLV Files?

Apr 29, 2011

Can someone point me to a desktop app (Windows and Mac) that can play local FLV files?

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

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 :: 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

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

ActionScript 3.0 :: Share Data Between 2 Local Flash Applications And Use Dynamically?

Feb 19, 2012

I work in a theatre and I'm looking to create a seat map that can be shown to members of the public as they book their seats, so they can see where they are going to be sitting. The main problem I've come up against is that the person viewing the application, will not be using it. I need the Box Office clerk to be able to input data, and then the seating plan shows the seats on a second monitor (public facing)
 
What I thought of doing was to create 2 flash applications and used Shared Objects to pass data from one to the other. In the Clerk application, they would input the seats that are being requested and click Submit (or whatever). In the Public application, these seats would then be highlighted. Ideally, another dynamic image would change to show the view from that general area of seating.

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

Flex :: Executing A Local File From An Intranet Flex Application

Apr 12, 2010

I am creating a Flex application for intranet use.I need the application to execute files, with different file types (txt, emails, etc.) at specific known locations on the clients computer.Is it possible to give permissions to the Flex application to execute local files? (I have administrative rights on the clients computer)

View 1 Replies

Keep Files Between Flash Drive And Computer In Sync?

Nov 23, 2011

I have a computer and a flash drive that both have the same homework files. I take the flash drive to and from school to work on homework, and I have to manually update those files onto my computer. How can I automatically have the files on my flash drive update the files on my computer?

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

Create A Menu Tree That Will Show All Files In An USB Flash Drive?

Mar 7, 2012

I need to create a menu that will show all files in USB. The menu will need to auto-run when inserting the USB.

the menu need to be dynamic, so if i will add files i will see the new files in the next time that i will use the USB.

View 1 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 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 :: 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

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

ActionScript 3.0 :: Using A Local Connection To Share Data Between 2 Apps?

Jun 23, 2011

I am using a local connection to share data between 2 apps. The receiver has a function that runs every time new data is sent. I need to run another function every time that function runs, how can i do this?

View 2 Replies

Flash :: Download Multiple Files From A Remote Location To A Users Hard Drive With FileReference?

Jul 30, 2010

Can I develop a Flash AS3 download swf that will let a user select a location on their hard drive to download files to and then start the download of multiple files (in the same way I can do with upload)? Or should I zip all the multiple files first and download zipped files to local disk. My users will want to download potentially hundreds of images from a server to local disk so I dont want them to have to click save for each one. Will AS3 let me pass an array of filenames and store the location that the user originally chooses? I ask because this sounds like it would have been not allowed for security reasons.

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

Professional :: Location To Upload And Share SWF Files?

Aug 2, 2010

Is there a location to upload .SWF files to share similar to what youtube does for videos?

View 4 Replies







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