ActionScript 3.0 :: Play A Video/mp3 Through A .php Link?

Aug 10, 2011

I am trying to play .mp3 files with all of the above media players (Strobe Media Playback/OSMF/REOPS) which all support .mp3 files.

If I pass a direct link the mp3 file on the web server like http://example.com/audio.mp3 is all works fine.

The problem comes when I try to load an mp3 file that doesn't exist on the web server but is returned through a .php file: [URL]

[Code]....

I get the error "We are unable to connect to the content you've requested. We apologize for the inconvenience."

Has anyone successfully played a video or audio clip from a .php link? This might be more of a php question then as3.

The mp3 plays in the browser fine and through the Flash AS3 astra yahoo audio player component.

I would like to upgrade to from the old yahoo audio player to the Strobe Media Playback player.

View 9 Replies


Similar Posts:


Actionscript 3.0 :: Create Html Link And Click The Link To Play Video?

Jul 13, 2009

i made a video player with the xml playlist , it's a video channel indeed, it's embed swf in html. but my boss would like me to put a link on the web, when user click the link, it would directly play the specific video inside the video channel. is it possible to do it without server side script but javascript?

View 1 Replies

ActionScript 3.0 :: Play A Video Dynamically And Make It Clickable As Like A Link

Mar 12, 2009

I am trying to play a video dynamically and make it clickable as like a link.[code]The Video player seems to appear and the video plays well too but there is a problem with the onClick Event which doesnt work no matter what i try. the click action never seems to work..what am i doing wrong here.

View 3 Replies

ActionScript 3.0 :: Pass Information From A Javascript Link To Tell It Which Video To Play?

Mar 10, 2010

I have a video player I am trying to simply pass information from a javascript link to tell it which video to play. javascript seems fine but when it trys to call the actionscript function it comes up as undefined can anyone post a simple example of the actionscript and javascript call?

View 7 Replies

JW PLAYER : Play Preview Video First Before Starts Play Any Other Video?

Apr 18, 2011

I need to play preview video first, before starts play any other video. I am using jw player

View 1 Replies

ActionScript 1/2 :: NetStream Video Control Button - Play Video Automatically

Jul 18, 2011

The stop button plays as expected. The play/pause button plays as expected. The issue is when you press pause which will cause the play button to appear, then press stop. the video automatically plays and it shouldn't. I have bolded the control button script for convenience.

[Code]...

View 1 Replies

Flex :: Video Player Doesn't Play Until The Video Is Fully Loaded?

Sep 18, 2009

the player uses a VideoDisplay and i set the source like videoDisplay.source = "sourceStringURL"

and the vid doesn't play until it's fully loaded

View 1 Replies

ActionScript 3.0 :: Video Skin Work And Play Video Locally And NOT Live?

Jul 31, 2009

Why does my swf's skin referenced by a simple component FLA work locally but NOT live? There's no AS3 in the component FLA. It's just a one-layer component referenced to the the FLV. When I test locally, IN FLASH CS4 ONLY, and click on "Animalia - Verse From the Zoo" the FLV and skin load and the video (source FLV - "Sequence01.flv") plays. But the same thing live only loads the swf for the FLV file area but NO SKIN. Try it yourself, please:Has anyone had this problem and knows the solution? All files are in the SAME FOLDER on the web server. I've tried every URL and path combination I can think of on the website. I've tried referencing the whole URL.

Yet whatever path combination I try, either nothing happens, or I just get the FLV box but no skin. Which is what's happening now. Publish settings are set to Flash Player 10 for all files. And I've tried the component SWF WITH and WITHOUT the fl.video package (import fl.video.*. No difference. Why does the skin load and play locally but not live? It's all AS3. No AS2. And it does not seem to be a "publish settings" issue as far as I can see. The relevant code in my API is:

var AnimalFLVLoader:Loader = new Loader();
AnimalFLVLoader.contentLoaderInfo.addEventListener (MouseEvent.MOUSE_DOWN,fAnimaliaVOn);
Animalia2.addEventListener(MouseEvent.MOUSE_DOWN, fAnimaliaVOn);

[code].....

View 9 Replies

ActionScript 3.0 :: Next Video Play When The First Video Reaches Cue Point - Error 1046

Jan 6, 2010

I have a project where I am bringing in one video with a cue point at the very end with the name of "End." I'm trying to have the next video play when the first video reaches that cue point. I keep getting this error: 1046: Type was not found or was not a compile-time constant: MetadataEvent. Here is the relevant code I believe:

[Code].....

View 7 Replies

ActionScript 3.0 :: FLVPlayback.complete - Play The Video Files With The Playback Component In Each Of The Frames Where The Video Was

Apr 26, 2010

I am wanting to play a number of movie clips and flash produced video clips. On the main timeline I have a frame for each clip I want to play. In that frame is a flash movie that contains the video that I have embedded onto the timeline for the movie. The filesize for this project is massive and I am struggling to work on the file. I want to be able to play the video files with the playback component in each of the frames where the video was.

[Code]...

View 5 Replies

Delay (2 Seconds) A Video To Play In A Flash Video Player?

Jan 18, 2010

I was wondering how I can delay (2 seconds) a video to play in a Flash Video Player? I know one way is for me to add blank frames but I would like to know some other options.

View 2 Replies

Actionscript 2.0 :: How To Detect When Video Finished Playing To Play Next Video

May 31, 2010

How can I detect when a video has finished playing a.k.a stopped playing, so I can tell flash to play the next video in an array?

This is my code:

Code: Select allvar x:XML = new XML();
x.ignoreWhite = true;
var urls:Array = new Array();

[code]....

View 1 Replies

Add Video Play / Stop / Pause Button To Flash Video

Dec 7, 2009

I have created my first flash video and wish to allow the visitors to play the movie themselves instead of having the movie play automatically also have a stop or pause button too.

View 2 Replies

Flash :: Play Smooth Streaming Video From Iis 7 For A Video Player?

Jun 10, 2011

I want to play smooth streaming video from IIS using the flash video player like e.g. jw flash player instead of silverlight player?Which video format should I use in this case? Can flash then play e.g a video via smooth streming encoded with microsoft encoder?Do you know some alternative video players, that combines flash and silverlight functionality (selected per java script) to use with flash and silverlight?

View 1 Replies

Actionscript 2.0 :: Detect When Video Finished Playing, To Play Next Video?

Aug 17, 2009

How can I detect when a video has finished playing a.k.a stopped playing, so I can tell flash to play the next video in an array?

This is my code:

Code: Select allvar x:XML = new XML();
x.ignoreWhite = true;
var urls:Array = new Array();
var desc:Array = new Array();

[Code]....

View 1 Replies

ActionScript 2.0 :: Play Next Video Or Play First Video?

Dec 4, 2011

I would like to refine my code to play the first video when it is on the last item of the xml. So far, the code

Actionscript Code:
setupvideo(_global.file[i + 1],i + 1);  _root.iinfo.tag.tagTxt.htmlText = _global.info[i + 1]; 

[code]....

View 4 Replies

ActionScript 3.0 :: Av Video Manip - Play Simultaneously With Video

Mar 24, 2010

I have 1 flv with only 12 seconds of audio. another flv that is 10 seconds with only video another flv that is 2 seconds with only video Lets assume both video files are as long as my audio file. Which actionscript commands should I look further into to: 1. play audio simultaneously with video 2. play the 2 second video smoothly/seamlessly after the 10 second video is over as if it were a 12 second vide 3. if my audio or video were mp3/wma instead of flv would I run into trouble 4. I imagine a flash media server would be mandatory if my videos were other formats like avi/mpg and had to encode on the fly

View 1 Replies

Play The 3 Video Files In A Video Player?

Mar 12, 2009

I need to play the 3 video files in a video player. The files should execute one after the other in the flash video player and the files will be allocated dynamically from database.

View 1 Replies

Play FLV Video In A Flash Video Player?

May 12, 2009

I want to play FLV video in a flash video player, and at the end of the buffering I want to access the data (video data, or buffered file) so I can manipulate it. For exemple in a ByteArray format so I can save it to local disk... With the NetStream and NetConnection I can play the video without problem, but I can't find a way to access the data. using the URLStream, I can download the video file [URL], and I can access the data I want but I can't play it?
 
Is there a way to play the URLStream, or to get data from the NetStream?
 
Or may be, I can access the cache of the browser to get the bufferd data played by NetStream?

View 6 Replies

AS3 :: Way To Programmatically Link MovieClips To Play One After Other?

May 3, 2010

I am trying to programmatically queue MovieClips on the scene to play one after the other. I have tried onEnterFrame with Event.ENTER_FRAME that gotoAndStop() to next fram each time, but this does not show the MovieClip playing somewhy.Is there a way to programmatically link (in AS3) MovieClips to play one after the other? One I tried is at URL... and I have tried creating actionscript at last frame for each movieclip, but this goes directly into function I specify as an event at the time of creation (MovieClip.addFrameScript(MovieClip.totalFrames1, MyEventFunction) )

View 5 Replies

ActionScript 2.0 :: Link Play Then Call The Var Name?

Oct 14, 2005

I am trying to make some links on my web site but I have no idea how it works.

So when I click on link that must start playin and in frame 20 if var link = home loadmovie home.swf ..

I think i was understandable

Code:

button as:
on (release) {
play();

[Code]....

View 2 Replies

Add A Link In My Video?

May 20, 2009

I'm using Flash CS3 and I'm totally lost. I'm trying to add a link in my video. I was trying to add a button over the video. The link needs to be at the end do i need to create cue points first then add a button?

View 1 Replies

Actionscript 3.0 :: Button That Will Play Animation And Then Link?

Mar 26, 2010

I would like to press a button on my screen, have it play a quick little animation and then link to another page on my site. I was thinking a gotoandplay followed by a navigatetoURL

View 3 Replies

Add A "share This Video" Link To A Flash Video?

Nov 29, 2009

A video ends and a link pops up to share this video which opens the viewers default e-mail application and populates it to share the link to the video. how to do this? BTW I am a amateur flash user. I simply use it to create high quality web ready videos.

View 1 Replies

Professional :: URL Link At The End Of Flv/swf Video?

Jun 9, 2011

I need to have a link at the end of a video so the viewer can click on it and go to a survey page.
 
We need the viewer to watch the entire video so it has to be at the end. I'm not an AS expert but I have the Master collection so whever software it takes I should have.Video was done in Premiere exported through media encoder and I have used either Flash to make a custom player or Dreamweaver to embed in a web page. The video plays fine but no link.

View 19 Replies

Professional :: Play SWF Animation When HTML Link Is Clicked?

Jul 20, 2011

How can i play SWF animation when html link is clicked?

View 3 Replies

ActionScript 3.0 :: Create Link In Video?

Feb 7, 2009

I'm sort of new to flash. I've created a pretty nifty intro video for a website and I want to have an 'enter site' link appear at the end of the video.

View 2 Replies

Make A Flash Video A Link In CS5.5?

Sep 22, 2011

I have one website that I am working on that has a flash video logo. The only thing they want me to change about the video is to make it a link to the index page of the site. I can not figure out for the life of me how to do this. Could someone please lay the steps out in a simple fashion for me. I have found a few tutorials online but none of them were for CS5.5 and none of them have all the steps for the version they are for.

View 6 Replies

Professional :: Video Doesn't Play In Authoring Player, Does Play In Debug Player

Nov 8, 2010

I just updated to CS5 - I'm working on a custom video player. It works fine embedded in a web page both locally and on the network. It works fine in the debug player. However, when I test it in the authoring player I get a NetStream.Play.StreamNotFound error and no video. I have tried setting the Local Playback Security publish settings to both local and network - doesn't find the video either way.
 
It used to run fine in CS4 in the authoring environment.

View 1 Replies

ActionScript 1/2 :: Remove Replay Link And Play Images Continuously

Jul 31, 2009

I am a newbie at flash so this might be a trivial problem for the experts. I have a flash banner I wish to remove the replay link and display the flash continuously.
Preview link: [URL]
Src Link: [URL]

View 3 Replies







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