Professional :: Flvplayback Doesn't Works With Source Is In A Server Pc?

Feb 10, 2010

I'm working with flash CS4, with an adobe air file with as3, doing a desktop application to use in Windows , I google about information, but only find answers for web.I'm using a flvplayback, and when at source property add a local path as C:folderVideomyvideo.mp4 ,everything works fine, but when source is a server path from other computer as therpcfolderVideomyVideo.mp4 , doesn´t works. I'm not if a flvplayback bug.I have always the possibility to make a map folder, but this application is for a client, and if I can solve if add new map folder, it's better to me.

View 6 Replies


Similar Posts:


ActionScript 3.0 :: FLVPlayback Source With Query Strings (parameters) Doesn't Load

Aug 31, 2010

I'm currently trying to use the FLVPlayback component and pass a source FLV that's living on a cloudfront webserver. The problem is that the cloudfront requires authentication in the form of query strings in the source FLV. For example:[code]It adds on "&FLVPlaybackVersion= 2.1" to the end.I saw a different article that said I should add a dummy variable at the end like "&dummy=.flv" because I was told that Flash is basically looking for an .flv extension at the end and you can trick it, but it doesn't work because they add on additional code.

View 9 Replies

Media Server :: FMS 4/AS3: Publishing Works, Recording Doesn't?

Mar 24, 2011

I'm currently having an issue with FMS4 developer edition on both Linux (x64) and Windows XP (x86).When I stream a webcam using ns.publish("foobar", "live") I can watch the live stream on another client, however when i use ns.publish("foobar", "record"); neither broadcasting nor recording works.Using the "live" parameter the client appears in the log files and in the administration console as "publishing", using "record" the client appears as "idle".Is there anything I need to configure besides LIVE_DIR in fms.ini?

Is this a restriction in the developer edition? Here is the relevant part of the code (condensed):

--------------------------------------------------------------------
var camLive:Camera = Camera.getCamera();
var nc:NetConnection = new NetConnection();[code]............

View 1 Replies

Professional :: 5.5: FLVPlayback Doesn't Work On IPad?

May 5, 2011

I have read that the FLVPlayback component has been optimized for the iPad, but I can't get it to work at all.I had it working, albeit poorly, in CS5.But the same app, published with CD5.5, just shows a flickering FLV icon instead of video.

View 1 Replies

Professional :: FLVPlayBack Loop And Menu Doesn't Work?

Feb 17, 2011

My FLVPlayBack integratino doesn't work : menu don't show, the video don't loop .
It's here :
 
[URL]
 
And the code generated by flash CS5 pro :
 
<div id="flashContent">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="385" height="282" id="pic-du-midi-fevrier-2011" align="middle">
<param name="movie" value="videos/pic-du-midi-fevrier-2011.swf" />

[Code]....

View 2 Replies

Actionscript :: Flash Media Server / Publishing Works Recording Doesn't

Mar 24, 2011

I'm currently having an issue with FMS4 developer edition on both Linux (x64) and Windows XP (x86). When I stream a webcam using ns. publish ("foobar", "live") I can watch the live stream on another client, however when i use ns.publish("foobar", "record"); neither broadcasting nor recording works. Using the "live" parameter the client appears in the log files and in the administration console as "publishing", using "record" the client appears as "idle". [code]

-Is there anything I need to configure besides LIVE_DIR in fms.ini?
-Is this a restriction in the developer edition?
-Is there something else I'm missing?

View 1 Replies

Professional :: The Play Works But The Test Doesn't?

Oct 16, 2010

I've made a file in photoshop with layer. I brought it into flash. I created the movie and it plays but when I want to use the "test movie" feat. it does nothing. The graphics come up but no movement. I exported it as an .swf file but still no luck.

View 8 Replies

Professional :: Why The Preloader Doesn't Work In IE 8 But Works In FireFox

Jan 22, 2010

Why the preloader doesn't work in IE 8 but works in FireFox?

Attachments:

index.swf (224.8 K)
index.html.zip (3.2 K)

View 16 Replies

Professional :: FLV Works Locally But Not On Web Server

Jan 19, 2011

I've got a project that loads a couple of external flv videos. It works great locally but when I upload it to a web server I just get a blank screen.
 
Googling reveals two possible issues... server mime types, and flv path issues.
 
Everything is in the same folder so I'm doubting it's a path issue.
 
If it's the mime type issue, how do I go about fixing it? My host is dreamhost.
 
*update, I tried adding the following two lines to my .htaccess file but it didn't change anything:

AddType application/andrew-inset ez
AddType video/x-flv flv

 Here is the html: [URL]
 
And here is the whole project in a zip if anyone has time to take a look:
 
[URL]

View 1 Replies

Media Server :: Use Http Source Instead Of Rtmp Source?

Aug 31, 2011

I have this standard embed code to play my video:
 
<object height="409" width="600"><param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf" /><param name="flashvars" value="src=rtmp://my-server/vod/flv:my-video" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" flashvars="src=rtmp://my-server/vod/flv:my-video"

[Code]...

View 4 Replies

Professional :: UIScrollBar Works Fine On Pc But Not On Server?

Nov 22, 2010

I created a textfield on stage, set it as dynamic, put a UIScrollBar next to it , with component inspector I set scrollTargetName to the instance name of the textfield then I wrote these actions:
 
var externalReq:URLRequest = new URLRequest("loremIpsum.txt");var externalLoad:URLLoader = new URLLoader();externalLoad.load(externalReq);externalLoad.addEventListener(Event.COMPLETE, textReady);function textReady(event:Event):void {    theText.text = event.target.data;}
 
Ot works on pc just fine.  When I upload the swf and the text file to my godaddy linux hosting account the scroller doesn't work.example on server: [URL]the text you see displayed is only about a quarter of the file, I should be able to scroll through it.

View 1 Replies

Professional :: The 'works Locally Fine, Not On Server' Deal?

Feb 5, 2010

There was always a flash movie on the homepage and it worked fine. A couple days ago I replaced the movie with a new one and added a .swf to the portfolio page as well. On the portfolio page, the movie is layered behind a series of transparent .pngs that link to their corresponding lightbox designations. The movie just plays, there isn't any interaction this way, atleast not in flash.

The problem: Everything works perfectly fine locally on all browsers and not at all on the server across all browsers. I have seen this problem before and read alot of posts about it.I know I have the proper scripts files. I've re-saved flash movies, changed their location within the site, published them with the appropriate settings, nothing seems to do the trick. Whats worse is that the lightbox doesn't even work online and it runs fine locally. Infact you cant even click on the .pngs and they aren't positioned the same with the css as they are viewed locally. I've overwritten the css with the up-to-date stylesheet many times as well

View 5 Replies

Flash :: Professional - Movie .works Locally But Not On Server

Jul 26, 2011

I created the movie in a new folder, so I owuld have all the files... fss.html, fss.swf and MinimaFlatCustomColorPlayBackSeekCounterVolMute.swf I uploaded all these to the server.....

[Code]....

View 5 Replies

Flash :: Detecting When FLVPlayback Source Is Bad Or Not Found

Sep 23, 2011

I'm totally at a loss as to how to detect if my instance of FLVPlayback component has been handed a source that either doesn't exist or it can't play for one reason or another.

[Code]...

View 1 Replies

Flash - Reset FLVPlayback Component For Playback With Same Source?

Dec 31, 2009

I'm using the same FLVPlayback component to play many page transition videos throughout a large flash site I'm building. On each transition, I'm setting the component's source using myFLVPlayback.source and listening for the fl.video.VideoEvent.READY event before proceeding with each page transition. This works fine as long as the transition between every pair of pages uses a different video.

Unfortunately, I'm running into a problem when the same page-to-page transition video needs to get invoked for two consecutive transitions. When playing the same video twice in a row, setting the source property of the component to the value it already has doesn't seem to do anything, meaning that my listeners for fl.video.VideoEvent.READY never fire. I could do something hackish like setting the source to a tiny, never-used-elsewhere FLV before setting it to the FLV that I'm actually using for the transition as a means of "resetting" the component, but I'd like to know what best practices are in a situation like this (insofar as best practices with something like the FLVPlaybackComponent can be discussed with a straight face).

I've perused the livedocs for the component but came up empty-handed, and manually using NetStream, NetConnection, and Video objects at this late stage isn't really an option.

View 2 Replies

ActionScript 3.0 :: How FlvPlayBack Scrubber Works

Jul 4, 2010

I need an example of how FlvPlayBack scrubber works ?? what is a scrubber and wats the purpose ? i need an example of a scrubber ?? i tried example code of adobe flash, but am getting an error.

View 1 Replies

Professional :: XML Shows In Flash / But Doesn't Show On Server?

Oct 21, 2010

I have a Flash website with 5 sections (Featured Work, News, About Me, Services, Contact). All the sections works fine, both in Flash and on the server, if the content isn't loaded from XML. But in the News section i use XML for loading the news.If i test my movie in flash, the whole site works fine, and the XML News works perfect. But if i test the movie in a virtual server (like MAMP) or if i test it on my own server, the news section doesn't show.

View 35 Replies

ActionScript 3.0 :: Full Screen - Works But On Esc - The FLVPlayback Moves And Shrinks

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

Professional :: Flash Doesn't Automatically Play After Uploading To Server

Feb 11, 2010

I created a website in Flash, published it, and uploaded the swf and html file to the server. When bringing up the website Flash doesn't play automatically. I first must right click and select play.  When I was testing my flash site on another server, it worked great and played automatically.  Is there something within flash that I need to modify or is this an issue with the server?

View 3 Replies

Professional :: Video On Site - Showing Error - Warning : The Linkage Identifier 'FLVPlayback' Was Already Assigned To The Symbol 'Video/FLVPlayback',?

Apr 27, 2010

I have attached a video on a frame of my website in Flash. When I preview the movie the film plays as it should.But when I export the Fla. as a Swf. file it then doesn't have the movie there anymore?It does show this error:
 
**Warning** The linkage identifier 'FLVPlayback' was already assigned to the symbol 'Video/FLVPlayback', and cannot be assigned to the symbol 'FLVPlayback', since linkage identifiers must be unique.

I really don't know what that refers too.

View 1 Replies

IDE :: FLVPlayback Doesn't Play At At (only On Browser)?

Jul 17, 2009

If I double click on the published SWF file (thus opening it with the FlashPlayer 10 executable), the video plays correctly. Nonetheless, if I double click on the published HTML file, there isn't any video played at all. This doesn't happen if I put the files on a webserver, the video plays correctly on the browser.I checked the "source" property of the component, which doesn't have any absolut path (the video file resides on the same folder as the FLA/SWF folder, so the "source" property only has the FLV filename).

View 3 Replies

ActionScript 2.0 :: AS 2 FLVPlayback Doesn't Work In Browser

Nov 9, 2010

- Flash CS4 Professional Version 10.0.2, working in Actionscript 2

- I work with Mac OSX 6.4

I implemented a FLVPlayback component in a Flash file I've published on my website, so it could load an external movie without having to put it in the SWF itself. It works fine when using the SWF offline, but when I put it online it never runs on the first go. I either have to restart the browser, or when that doesn't work I'll have to wait for a few hours before it magically does what it's supposed to do.This goes for both Safari and Firefox on my Mac, and while using Firefox on a PC (I haven't tested different scenario's yet). Once it works, it'll always work on that particular computer in that particular browser. At first I thought the browser didn't allow internet access to the SWF (the FLV that it uses are hosted on a different site), but that doesn't seem to be the problem. Maybe it's a cache issue, but I haven't been able to prove that either.URL..I kept the actionscript at a minimum. When the play button is pressed, it simply goes to the next frame where the FLVPlayback component is ready to launch the content. As you can see on my website there is a visual loader when you select the play button, but this is just an endlessly repeating movie clip that doesn't do anything accept give the viewer the idea that something's loading.

View 1 Replies

ActionScript 3.0 :: Flvplayback Seekbar Doesn't Work

Oct 14, 2010

I'm using the standard flvplayback component v.2.5.0.26

When I load a flv file in it, all UI buttons and buffering work correctly with the exception of the seekbar - when I drag the seekbar handle forward, the video doesn't go to that position, after I release the handle, it jumps back to the beginning of the video and it keeps playing from there

Does anyone know if it happens because of the specific flv file or I need to add some AS3 code to the seekbar to make it work?

View 12 Replies

ActionScript 3.0 :: Fade In FlvPlayback Doesn't Work Smooth

Jun 4, 2009

i have a video in my swf wish i start playing when i click a button.when i click the button the video fades in and starts playing..but i cant get the video to fade in and start play smoothly..anyone having an idea what to do to make the flvplayback fade in smooth?or do i need to use the built in tween functions instead of tweenlite?
 
import gs.TweenLite;import gs.easing.*;import fl.transitions.Tween;import fl.transitions.easing.*;
var videoOn:Boolean = false;
video4_mc.addEventListener(MouseEvent.CLICK,toggleVideo);

[code]....

View 4 Replies

FLVPlayback Skin Doesn't Work On Local Access

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

ActionScript 2.0 :: Upload File Which Works In Php4 Server But Dont Work Inphp 5 Server?

Jul 15, 2010

i have used the following code to upload file which works in php4 server but dont work inphp 5 server.The flash code is as follows:

import flash.net.FileReference;
import gs.TransformManager;
//Allow this domain[code]....

i am uploading the php file.

View 1 Replies

ActionScript 3.0 :: Flash Game U Source Code Doesn't Work?

Apr 16, 2009

I picked up the book ActionScript 3.0 Game Programming University.so far it looks good. I have downloaded a few of the samples of code and some don't work or give an error message.TooEarlyExample gives me an error message of;TypeError: Error #1009: Cannot access a property or method of a null object reference.at TooEarlyExample()The flash file has two text fields and the code is supposed to populate them with some text. The first text field doesn't get populated with text but the second one does.

View 7 Replies

ActionScript 3.0 :: Delete ScrollPane Source - RemoveChild Doesn't Work?

Aug 26, 2009

I'm creating one sprite named 'holder' and I'm adding childs to it. finally I use sp.source = "holder";  NOTE: scrollPane is in stage, having instance name = sp, holder is AS created.
 
this works very good, but I need to on button press refresh data on holder. So I want to complete remove holder, so my function can recreate it with new elements and then define scrollPane.source = "holder";
 
How can I do this? 
var holder:Sprite = new sprite();
holder.name = "holder";
addChild(holder);  //  this adds holder to stage
//
// add elements to holder

[Code]...

View 7 Replies

Flash :: Flvplayback Component Doesn't Stop Playing Upon Exitframe

Apr 17, 2011

I have an instance of an flvplayback component on a frame (not the first frame) on a timeline in a flash AS3 flash app file. I would like to stop the movie when i exit that frame, either via gotoAndStop() or whatever else.s there a listener for this? Or any solution that people know of?

View 1 Replies

ActionScript 2.0 :: FLVPlayback: Event Handler If The File Doesn't Exist?

Jan 19, 2009

if I put in the contentPath of a FLVPlayback component a file that doesn't exist, how can I catch an error event? (All files are loaded locally, without a FMS) I tried to dodge the problem using other events, but if the file doesn't exist, pretty much none of the events will work.

View 1 Replies







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