Playing a FLV-File in a projector.exe from a network shared folder failes

We want to load and play FLV-Files while our project files
(Projector.exe) and FLV-files are sitting on a network shared
folder with UNC-Path access (\\FILESERVER\sharename\). The problem
is, that the flv-files do not play. If the same application runs on
a local system it works fine. The System.security.sandboxType is
"localTrusted" because it runs in a projector.
We do not want to map the shared folder to a drive letter!
Thank you
Example:
download

I apologize if u can not load the page, its a hosting company issue, their server goes up and down randomnly so please to retry 15mn later, it will be available.  Thanks.

Similar Messages

  • Standalone app (AIR?) for playing local FLV files

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

    I don't know about an AIR application but you could make any Flash video player you want to create into a stand-alone simply by publishing it as a "Projector" file. So create your own custom player and include your own branding in the design.
    Or does this need to have a "browse to file" capability? Have never added that to a vid player so I'm not sure how that would work out.
    But here is a simple little .flv video editor that I sometimes use to check out video files:
    http://download.cnet.com/Moyea-FLV-Editor-Lite/3000-2168_4-10912717.html
    It's a video editor, not just a player... but it's free, and allows you to open and play .flv files.... maybe a temp solution ??
    Best wishes,
    Adninjastrato

  • How to play a FLV file located in a second FMS?

    How to play a FLV file located in a second FMS not directly accessible by the flash client?
    - I am publishing an audio stream from the flash client to a FMS;
    - This FMS then publishes the stream to a second FMS, which records the stream to a FLV;
    How can I play in the client the FLV audio file that I recorded in the second FMS?
    - The first FMS is accessible by the flash client, but the second FMS is only accessible by the first FMS.
    thanks in advance
    fabio

    Answer in http://www.flashcomguru.com/forum/forum_posts.asp?TID=4276&PN=1&TPN=1

  • Anyone have Simple Code to Play an .Flv file on a Website?

    Hi,
    Can someone please tell me how to make a web page play a .flv file. 
    Simple, basic code would do.
    I have an .flv file uploaded on my website.
    How do I get the Flash Player to play the file when someone visits the page?
    Again, all I'm looking for is simple code.
    Thanks,
    Joe

    add an flvplayback component to your swf.  give it an instance name (say flv).  then use:
    flv.contentPath="yourflv.flv";   // for as2
    flv.source="yourflv.flv";  // for as3

  • Play another flv file in between a flv file 

    Hi,
    I am trying to find a way to play another flv file in between
    a flv file. Say, I play flv A for 10 seconds then play flv B and
    then resume back to flv A where it just stopped.
    Is it possible to do this and roughly how to do it?
    Thanks!
    Rex

    hhhzzz wrote:
    > I am new to flash. Can the Adobe Flash player play an
    external flv file
    > directly?
    No it can't, you need SWF to load the file within.
    Best Regards
    Urami
    Beauty is in the eye of the beer holder...
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • My Mac, all of a sudden, actually says error messages like: "A File couldn't not fetched from the network..."

    All of a sudden my mac starts speaking, but it only reads an error message. "A file could not be fetched from the network" but Voice over is turned off, I double checked it. I don't know what happened, but it's annoying, because it is so random.
    I really need help.
    Chris

    I think I know the culprit now, it is Little Snitch and its Audio Prompts. I found something in their Forum but you can't dectivate it.

  • Use space bar to play an FLV file

    I have an external FLV file on frame 25 of my flash movie. I
    would like to make it so the user has to press the space bar for
    that FLV to play. Right now it plays automatically when we get to
    frame 25. How can I do this?
    Thanks,
    Rich

    How do I change to Actionscript 2.0? It won't let me enter
    the code. If something is done in Actionscript 3 already, I am
    guessing that I can't used 2.0. Then what should I do?
    Thanks,
    Rich

  • How do I play an .flv file ?

    I got an email with a .flv attachment.  I understand this is a flash file. What do I need to do to play this file?
    Windows XP 32 bit
    Your site check says I have flash version 10.1.53.64
    I never explicitly installed flash, I understand it came bundled with my Chrome browser.
    The little twirling thing played ok on your site so I think the software is ok, I just don't know how to invoke it to play the file in my email
    Ed

    You have to install Flash Professional to get the"stand alone" Flash Player. It's a testing component for projects without having to open them in a browser/webpage.
    As far as "invoking" an flv. You'd do it like any other media file. "Double click". If Windows then asks you to choose a program to open it with (assuming you downloaded VLC Player), choose VLC as the default for flv files and it will open, your flv will play.
    I have about 1500 flv files downloaded from YouTube and hundreds of other news and tube sites. They play just like AVI or MPEG files in VLC.

  • Play local FLV files in AIR

    Hello,
    Here is another question regarding FLV files: I'm developing my AIR application using Dreamweaver. My app will need to play some local FLV files wich will be delivered together with the application (they are not online).
    I'm using the built in feature of Dreamwever, wich creates a small SWF called "FLVPlayer_Progressive.swf" when you insert an FLV in the page. If I preview the page in Firefox, everything works fine and the video is played, but if I preview it in AIR, there is just a blank box where the video should be.
    All the files are in the site's root folder and are included in the "AIR application settings" (FLVPlayer_Progressive.swf, Clear_Skin_2.swf, video.flv, index.html and application.xml).
    I tryed importing the video in Flash (through progressive download) and then creating a small SWF wich would work only as a player but it didn't work either. The only way it worked was if I actually embedded the video in the SWF (so there is no external file), but then I have some audio synchronization problems and I loose quality...
    So the problem seems to be that AIR doesn't allow the SWF file to access external files, even if they are in the same folder. Is this a bug or is there a workaroud?
    Regards,
    Manuel

    Well, I just spent a few hour trying to make this work, and still nothing... but I think I know now what the problem is.
    As you said, after putting an absolute path in (I used "C:\video.flv" for testing) it worked fine! So what I did was create a code that would get the absolute path to the video located in the app-storage folder. I came up with the following:
    var flvFile = air.File.applicationStorageDirectory.resolvePath("data/flv/video.flv");
    var flvFilePath = flvFile.nativePath;
    This code returns flvFilePath as "C:\Documents and Settings\Manuel\Application Data\Test.08196269638DC859464A7A09369FF97BAC18DD7A.1\Local Store\data\flv\video.flv".
    I tried suplying this path to the player but it didn't work. So I inserted a new player in Dreamweaver using the path above and I got a message saying that the path can't have any spaces. This seems to be the cause of all my problems! I tried substituting the spaces with "%20" but it didn't work either.
    Do you have any ideas?

  • Playing a FLV file on the browser

    Hello,
    I've made and extensive research on the forum  about this one  but couldnt resolve it here, so i've came up with my  own case.
    I can only make a swf video to work on a DW  page using the insert/media procedure.  The flv file shows as a blank  window not even the player is showing.
    Here is a testing version of the page:  http://www.bedeco.ma/TCL.php
    The script folder  (swfobject_modified.js and expressInstall.swf) as well as the flv file  itself, the skin file and the flvplayer progressive file are all there  in the root directory at exactely the same level as the testing page.
    I've  also checked that there is no space whatsoever in the files  names...also the flv file is tested successfly using Adobe media player.
    the swf file is working but loops endelessely so i  want to add controls for the user ..and obviousely the flv format is the  way to go.
    Help please.

    I apologize if u can not load the page, its a hosting company issue, their server goes up and down randomnly so please to retry 15mn later, it will be available.  Thanks.

  • Can't seem to stream (RTMP) an FLV file in Flash Media Playback from the Amazon Cloud

    I seem to be having trouble streaming any FLV file using RTMP from the Amazon Cloud.  Other file formats (i.e., MP4, F4V) seem to work just fine.
    I tried using your Flash Media Playback demo page and still had the same problem:
    http://www.osmf.org/configurator/fmp/
    Without publicly displaying the actual connection path here, this is what I am using for the Video Source (URL):
    rtmp://xxxxxxxxxxxxxx.cloudfront.net/cfx/st/_definst_/MyVideo.flv
    If I change the "MyVideo.flv" to "mp4:MyVideo.f4v", for example, then it works.  But when I try to reference any FLV file that I have located on the Amazon Cloud then it just shows continuous buffering.
    The FLV files that I am trying to use with both the Strobe and Flash Media Playback(s) all stream just fine when I connect to them via other Flash based applications/players that I have.
    Do you have any suggestions?
    Thank you very much.

    Hello,
    The link to the previous post does not seem to apply or help in this case.  Please let me know if I am wrong.
    I am merely trying to stream any FLV file using your Flash Media Playback demo page.  What am I missing here?
    Thanks again.

  • Can not edit file on network shared folder after upgrading to windows 7

    Merry Christmas and happy new year,
    Due to some configuration changes on a specific application, I have forced to upgrade OS of a few number of workstations from Windows XP to windows 7. After upgrading I am facing a strange problem on WIN7 workstations. These workstation are member of a Windows
    2008 R2 Active Directory domain which also has a Windows 2003 advanced server additional domain controller. Also there are a number of shared folders on some member servers (all windows 2003) which are mapped as network drives at user logon. Before upgrading
    mentioned workstations to WIN7, users was able to edit his/her files on all of mapped network drive according to his/her permissions without any problem on their WINXP workstations, But after installing windows 7 they begin facing problem on one of these mapped
    network drives and the problem exactly is when they edit a file, in more specific word an excel file, and then try to save, the excel returns an error message of "document not saved" and exit the excel program. It becomes more strange when you learn
    that the edited excel file is disappeared and replace with some "tmp" file. If user copy the excel file to his/her own desktop, edit it and then copy it back to its original place on mapped network drive, it will be replaced normally with its older
    version. In other words if user wants to edit an excel file on that specific network drive, he/she must edits it somewhere else and then replace it on the network drive. If the same user uses a WINXP box, there will be no problem.
    Can anybody help me to fix the issue?
    TIA
    Bijan

    Thank you Karen,
    The problem is fixed, but my case was none of what you suggested. In fact I have
    another problem which I described in another question and it was of the root of this excel file issue. I describe what I have done to fix the latter problem hope to help fixing similar issues to mine.
    Okay, as it is described in the
    question, I was not able to open a shared folder with its UNC address while it could be mapped as a network drive without any problem. I examined what I was replied and some other ways, came to no result. I decided investigate a similar shared folder in
    permissions to problematic one to see if the problem is repeated. So I created a folder and shared it with similar permissions and examined it. Surprisingly there was no problem. It was wise to remove sharing of the problematic folder and share it again to
    see if the problem resist. But when I tried to remove sharing I received an error message saying that
    the shared folder is related to a DFS root. When I took a look at the DFS roots of domain there was no sign of the problematic folder (that made me recall that I created a DFS root with problematic folder mistakenly and removed that DFS root).
    After little searching, I found out that the problem could be caused by traces of the removed DFS root. Yep! I found the suspect! The registry key
    HKLM\Software\Microsoft\DFS\Domain\problematic shared folder. I removed the key restarted DFS service and log off and on and Bingo!
    This problem pops up a few more questions:
    1) Why is not the registry key related to removed DFS root deleted from the registry of windows 2003 server?
    2) Why was I able to browse this ex-DFS root shared folder without any problem in windows XP while it was problematic in windows 7?
    3) As there is no special client service for DFS and user can access DFS root targets like other shared folders what is the deference between shared resource access mechanisms in windows XP and windows 7 that caused the problem?
    Bests,
    Bijan

  • Styles being dropped on network shared folder files in Dreamweaver CS5.5

    Hello, apoligies if this has already been solved but I could not find anything similar. Recently we have upgraded our staff from Dreamweaver CS4 to CS5.5 and are having some issues with pages dropping the stylesheets which are linked relatively. The relative files are located on a shared network drive which is mapped in Windows 7 as a drive (e.g. My Computer shows the drive as R:).
    In Dreamweaver design view up the top it reads:
    Address: file:///R|/acrrm/tinnitus/course_content/001.html
    and there is a yellow bar up the top which reads:
    'common_styles.css' is a remote file and cannot be edited.
    We never had this issue before so I was wondering if it was a new limitation of CS5.5 or if there was something I should look out for in the site definition.
    Interestingly enough I was able to fix this on one machine by randomly toggling the live code/view buttons, havent had any luck doing that to other machines though.
    Any help would be much appreciated.
    Here are the specs:
    O.S: Windows 7
    Version: Dreamweaver CS5.5
    Site Definition: Network shared drive

    Interestingly enough I was able to fix this on one machine by randomly toggling the live code/view buttons, havent had any luck doing that to other machines though.
    I would have to say that this operation could not possibly fix anything.  I suspect that simply waiting the same amount of time as this operation required would have returned the same result, and it sounds like there is some latency in your network.
    Your site is entirely contained on a network shared drive, right?  Or is it that only SOME files are on the network shared drive (R:)?  Also, where is it you are seeing this?
    Address: file:///R|/acrrm/tinnitus/course_content/001.html

  • Restrict Users from saving files on Local PC but forced to Network Shared Location

    Hi,
    We have the Domain in Windows 2003 Standard.
    How can I restrict users from saving files in their Local PC? 
    Also, need to forced them to save the files in Network Location with permissions...
    Thanks.
    ~CoolPra~

    Hi,
    You can create a file screen to prevent users from saving files on a certain volume. File screens are used to block specific types of files from being saved on a volume or in a folder tree. A file screen affects all folders in the designated path. You need
    to update the server to Windows Server 2003 R2 to install the File Server Resource Manager.
    File Screening Management
    http://technet.microsoft.com/en-us/library/cc772675(v=ws.10).aspx
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Playing various flv files in FLVPlayer from HTML

    I have a .swf file (id=myVideo) that contains an FLVPlayer
    instance (myFLVPlayer) embedded (object and embed) on my web page.
    In a separate <DIV> I feature several thumbnails and
    descriptions of videos that the visitor can play by clicking the
    image.
    Can I use javascript to call
    myVideo.myFLVPlayer.contentPath="myselection.flv" as an onClick
    action in the HTML?
    I'm using Flash 8 and AS2.
    Any suggestions, examples, or links would be
    appreciated.

    Thanks for the input.
    The approach of opening another window doesn't fit in with
    the look and feel (design values and aesthetics) of the site. I
    suppose I could make a separate .html for each video, keeping the
    remainder of the page identical. But this would create a
    maintenance nightmare as well as creating more interaction with the
    server.
    I also realize that I could just put the thumbnails and AS
    directly into the .swf and make it work technically. But then as I
    add new videos in the future I'd have to make changes to the .fla
    and re-publish the .swf. At some point in time, the Stage would
    have to be so large as to render that approach impractical. In
    addition, it would reduce my flexibility to place thumbnail objects
    in the browser window with respect to other HTML/CSS.
    So, bottom line is that what I'm looking for is the right way
    to go HTML->Javascript->Flash. I know that Javascript can
    talk to the Flash instance. The question is, what is the best
    approach to allow it to touch the FLVPlayer instance within my
    .swf?
    Admittedly, it's become more of an issue with me because I'm
    using Flash 8 and AS2. Much of the documentation I've found applies
    to later versions of both. Because of design changes as the
    products evolved, most of that isn't useable for me. It does get
    confusing.
    Any help, examples, or links would be appreciated.

Maybe you are looking for

  • JButton.setBackground(Color color) not working

    With JDK 1.4.2, my JButtons below have a blue background. When I compile with 1.5, they are gray. I tried using setOpaque(true) on one of them below. It didn't work. Any ideas? class MainMenu extends JFrame     public MainMenu() throws Exception     

  • Errors fresh out of instalation. Known problems? Point 1

    Hello, Having done a new installation of BPM after the new binaries were release, we found several exceptions during the first access to BPM Workspace. A restart of the soa/bpm hosting managed server "soa_server1" seemingly solved it. Did anyone else

  • Phone pages not formatting correctly.

    All phone pages are undersized and pinned to the left margin in iPhone Safari browser. When connected with Edge Inspect everything works perfectly except I can scroll right equal or more to page width.   Page property width 380 single column 380.  Ed

  • Attaching a LCD TV

    Hi I have an Imac 20" and want to be able to attach it to my TV and use front row to play on the TV. The first question is My TV has a HDMI port (but I want to save that for a PS3 if poss) and A VESA Standard Port. the TV can support 1024 x 768 using

  • New M3 2TB drive with EXT4-fs warning (device sdc1): ext4_end_bio:317:

    Hi guys, I bought a new 2TB Samsung USB3 disk for 139SGD and I worried I might not have set it up correctly at EXT4 drive for backups: x220:~$ sudo fdisk -l /dev/sdc Disk /dev/sdc: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors Units: sectors of 1