ActionScript 2.0 :: Dynamic FLVPlayback - ContentPath Require Full LOCAL Path?
Aug 9, 2007
I just created a 448x380 SWF with the following code:
[Code]...
Why doesn't that load a video? The skin partially appears, but the video does not. Hitting "Play" gives a server error, even though I'm testing locally. Does FLVPlayback need the full MACHINE PATH -- file:////blah blah blah -- to access that local file? You'd think not.
View 2 Replies
Similar Posts:
Sep 24, 2010
how can I dynamically change the contentPath in FLVPlayback-Component, when one video is complete and the other one should follow? the code below it doesn't work for me. I don't show the full URLs, but the problem is definitely somewhere else. As separate contentPaths they work perfectly. I don't know why this shouldn't work, do I need smth. else to force FLVPlayback to refresh the content?
[Code].....
View 4 Replies
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
Sep 17, 2008
I wnat to display a FLVPlayback full screen the same as when you click on the Full Screen component button.
function goFullScreen():void {
vidPlayer.enterFullScreenDisplayState();
}
var vidPlayer:FLVPlayback;
[code]....
View 1 Replies
Mar 24, 2011
I have FMS 4 and using AS3, no matter what I do I can't get any of my recorded FLVs to play in FLVPlayback.
Is there somethign I'm supposed to install on FMS to get it to play properly?
WHat should my path be? I've been told that the flv are living in the fms/applications/storyvideos/streams/videos folder.
I've tried every combination of paths I can think of.
View 2 Replies
Jun 30, 2009
I have a very simple flash file with the FLVPlayback Component on the stage. When I test it in the HTML page and I click the full-screen button, the video overflows the screen. It looks fine in normal mode - everything is scaled perfectly - but when it enlarges there's a black bar above the video and the bottom 1/3 falls off the screen.
View 1 Replies
Oct 4, 2011
I have a video which has an flvplayback inside. I have been using it for others flv. But with these 3 flv, when I set the path in the component parameters, flash shuts down. I have used aftereffects, media encoder to convert them from mov and avi to flv.
View 0 Replies
Oct 13, 2009
I want to play a video, for it I decided to use a FLVPayback with a skin, and it works very well when I test it in Flash CS4, also when i called it from my server with the "network access" only preference. But when i embeded into a html... it plays the video but the skin does´t shows up.
here is my code:
package
{
import fl.video.FLVPlayback;
import flash.display.Sprite;
import flash.display.*;3
[Code].....
View 1 Replies
May 27, 2009
I'm trying to use FlashVars to pass a FLV path from html a FLVPlayback instance. I get how this is supposed to work, but I can't find any good documentation on the needed ActionScript. The closest thing I could find was a discussion about a script that looked something like this:
[Code]...
View 4 Replies
Oct 9, 2010
I looked around, and the latest reference I saw was from 2008 stating that the standard FileReference browser does not support retrieving the user's file's absolute local path unless it's an AIR app, and indeed there's nothing in the docs suggesting otherwise. The reasoning behind this is apparently some misguided security concern... I get it's not a great idea to let any Flash app know your directory structure, but if the user actually grants your app a file, I think it doesn't invalidate the security model to know just that file's absolute path.
I'm wondering if the state of things has changed at all with Flex 4 and there's a method of getting the local filename of anything. I need it because I'm making an application that when distributed runs locally in 99% of cases, so doing a full file upload just to save it somewhere else on the local machine seems silly. (Plus the standard file uploading method doesn't support SOAP, which is what I'm using for all my other services...)
View 2 Replies
Apr 13, 2010
I am developing for a project which I inherited, coded in Actionscript 2 but deployed for Flash 9 (I personally use CS4). Since this is AS2, there is no fullScreen option in the FLVPlayback component. The system I am working with uses multiple layers and movieclips in order to display an interface. Sometimes a video will be displayed as well; the video is published in a standalone SWF, using the FLVPlayback component which loads the FLV file.I created a button/movieclip combination which I would like to use to resize the FLVPlayback component to "full screen". What I do is this:
- read the browser window's available height and width using javascript
- on the onRelease event for the button, resize the FLVPlayback to the maximum available size and place it at 0, 0.
- on the other onRelease event for the button, resize the FLVPlayback back to its original dimension and place it back to its original coordinates.
My problem is twofold: the FLVPlayback skin disappears when I resize the FLVPlayback and it seems that the FLVPlayback is taking more space because I cannot see some of the content of the FLV itself.Does anyone have any experience with manually resizing FLVPlayback components?
View 1 Replies
May 10, 2011
I have a Flash.exe projector that stores data in a Shared Object. Anything works fine if I launch it from my desktop. The Flash.exe will be recorded and used from a CD-rom. Will the path of the Shared Object change? Say, will it try to record itself on the cd?!
View 1 Replies
Sep 22, 2009
I'm currently working on a project using FLVPlayback Components. I'm having this issue: The user launches the page, the Component loads fine. They play the video and click the "FullScreen" button. The video launches nicely in fullscreen by using this code
[Code]....
When the user hits esc. or exits fullscreen, they come back to the movie and see that it has shrunk and moved over a few pixels. It doesnt move the entire SWF, just the component. I assume it has something to do with the "else" line. Let me know if you can be of some assistance. Linked please find my FLA and a link to the page where the issue occurs.
View 1 Replies
Oct 20, 2009
Now yes i'm getting started to AS3 but I still have a lot of blanks in my mind.For example in as2
ActionScript Code:
trace(this);
// Outputs : _level0.myMc.theContent.instance15.instance36
But in AS3 i'm getting just the ".name". Ex:
[code].....
View 6 Replies
Feb 20, 2010
I need to get the full path of an object, and I don't know how to do that at all... I tried searching forums and google, but all found was something about nativePath, and all I get from this is "undefined". To sum the whole thing up, I need to pick up an object from the main stage on MouseEvent, and put it elsewhere. Then, by another click on the object (in the new location), I want it to go back to where it was in the first place. I cannot take the absolute path of the object, as I will have several objects and need to put this in a function..
Here is my function, for the moment :
Code:
function inventaire(evt:MouseEvent){
var chemin=evt.currentTarget.nativePath;
trace(chemin);
[Code]....
The targeted object is inside a movieclip, which is inside another movie clip...
The aim is to remove the object from the "popup" and have it return in it's place.
View 11 Replies
Jul 21, 2011
I plan to run my App off a thumb drive, and I need to be able to find the full filepath of my Flash app at run time, so I can then point to an xml folder on the hard drive. I need it to work on Windows or Mac, so it needs to find the full path of the running file, then append the "xml" folder onto the end.
View 10 Replies
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
Oct 1, 2011
I am trying to open local hard drive files inside AS3. I'm getting a security error with this code:
var soundFile:URLRequest = new URLRequest("c:slushy.mp3");
Is it possible to URLload an absolute path on the hard drive?
Edit: so this appears to be a sandboxing issue. Drat. Is it possible to load the local file via PHP and send to flash?
View 1 Replies
May 9, 2006
I was following the 'news-ticker tutorial' the other day but couldn't get to work with the embedded font (yes, the embedded font contains these characters).It works great if I'm loading the xml from a local path but the thing with this news-ticker is that the xml-content will be updated as you reload the page (not saved in cache).Therefor the path to the xml-file looks like this
View 3 Replies
Jun 8, 2011
I have an SWF file with a full-screen button working perfectly. I have added an FLVPlayback component, working correctly.
However, if the whole stage is in "Full Screen" mode, and I click on the button which loads the FLVPlayback component, the screen becomes black and the FLV doesn't even load.
I have tried addind the action movieHolder.fullScreenTakeOver = false; but it did not help.
I m working with Flash CS5 and AS 3
View 14 Replies
Jan 13, 2009
Is it necessary to use the full url path to call an external jpg or is it possible to have a relative url?
View 1 Replies
Jan 12, 2011
How to find out targetpath of a movieclip or a textfield.? i need to get full path of a movieclip like Object(root).moviclip1.movieclip2.textfield
View 4 Replies
Jan 29, 2009
first I need to know if I can get the full path of a file from fileReference or by other way by without using xml file.Second, I have a movie clip and I want to apply two event Listeners to it (mouseEvent.CLICK, mouseEvent.DOUBLE.CLICK) together but only .CLICK one is executed twice when I Double click the movie clip.
View 2 Replies
Jun 28, 2005
I have used the script from this link:
[URL]
The swf file works correctly, but when it is published, the images to not load. Do I need to have the full path listed for the array?
this.pathToPics = "flashimages/";
View 1 Replies
Dec 22, 2010
Here's a way to read/write anywhere on any local or mapped hard drive with AIR. (Coded for non-Flex):
Code:
import flash.filesystem.*;
var _drive:File = null;
var _stream:FileStream = null;
[code]....
File.GetRootDirectories() returns an array of File objects (the root of each drive, mapped or otherwise). You then compare the name of the drive (C:, D:, E:, etc) to the first two characters of the fileName variable. If you find a match, you use that File object (_drive) to resolve the full path of the file you want to open.
View 5 Replies
May 12, 2011
i have prepared a login screee. using shared object i have saved username and password, now i want to know the sol path. Is there any way to actually retrieve the shared object local path.like C:Documents and Settings[userName]Application DataMacromediaFlash Player#SharedObjectsXXXXXlocalhost ext.sol
View 1 Replies
Nov 29, 2010
How do I actually remove the full path as in C:program filesappfilename.jpg so that the only left is filename.jpg? Substr or Substring can be use in this case to remove after detecting the first occurrence or / by looping from the string end position.
View 1 Replies
May 28, 2011
say, user created a xml file by an AIR application and this file has been saved in certain location of his machine. If user enters second time in that application, the content of that XML file, should be displayed without prompting him. application should read file silently and display the content.In this scenario, i thought that when user will save that file, the entire file location will be saved in cookie. If user enters second time in that application, the file path will be available from cookie. user will not be prompted.[code]How can I get that full qualified path of saved file?
View 1 Replies
Apr 14, 2009
I am finding this task challenging in AS3.if I am missing something basic/simple or some builtin method which can do this. I am not well versed with RegExp.I have a DYNAMIC string representing full file path which looks exactly like "d: empabc.doc". I want to extract the filename part from complete string e.g. abc.doc.I am aware of techniques like using "fullPath.lastIndexOf("\")" or regular expressions. The problem is it doesn't seem to work if you have "" in your path. It works with "/". The path being dynamic can't be manipulated to replace "" with "/" or any other delimiter. My interpretation is that since "" is used to escape characters - ANY character appearing AFTER "" is ignored by actionscript. e.g.[code]
View 3 Replies
Apr 1, 2012
Currently, I have a requirement need to get the full resource path in runtime, IF POSSIBLE.Here is an example: I have a action script and using a MovieClip resource. Now, I have a action script variable ctrlVar that is pointing to a child control , whose id is, for example, contorl1. And the real path I can find from fla file should be, for example, parent1.parent2.parent3.control1. And every parentX is a id ( not a type ).
View 1 Replies