Professional :: What Are The Permissions Needed To Receive A Mp3 Stream

Jun 20, 2011

Like some others here, I am trying to write a music player that will play live stream (shoutcast mp3). I've tried both Flex (Flash Builder 4.5.1) and Flash CS5.5, it works great when I play the SWF on the PC, but when tranferred to the phone I hear nothing, although it is streaming, I assume that it is something to do with the permissions, but I'm not sure. The permissions I am using at the moment (for android) are as follows:

[Code]...

View 2 Replies


Similar Posts:


Media Server :: Change Recorded Stream Files Permissions From Server Side?

Dec 20, 2010

I need a way to set the permissions (ex 0777) for the recorded streams without calling any additionals scripts.

View 2 Replies

Media Server :: Receive More Than Four Stream At Same Page?

Dec 9, 2009

Can we receive more than four stream at same page .
 
Like many to many video conference .On a single page i  want to see more than one person at same time by different-2 streams.

View 1 Replies

ActionScript 1/2 :: Receive A Rtsp Stream Inside Flash?

Jun 21, 2008

Does anyone know a way to receive an rtsp stream inside flash?

View 1 Replies

Media Server :: Receive Stream.send Commands On Server-side?

Nov 12, 2010

I am recording a video and while recording I issue some NetStream.send("doSomething", params) commands from client side. When I am playing back this video I receive the doSomething events on client side. No problems so far.Can I receive those events on server side? I want to handle those events on server side. Not client side.

View 2 Replies

Professional :: All Code Needed For Embedded Swf?

Jun 20, 2010

When embedding an swf (which plays external FLVs), you have quite a bit of code generated for the HTML embed.

<script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js.");  AC_FL_RunContent(  'codebase',

[code].....

View 7 Replies

Professional :: Sound Stream From One Clip Playing Over Stream From Another

Jan 23, 2011

I have a layout with narration and a nav bar. When I click a nav button for section 2, the audio from section 1 (set to stream) continues to play over the audio for section 2. This cumulates so if I click buttons for sections 3, 4 and 5, I get five audio files playing on top of each other. Sections are individual movie clips with embedded audio streaming on a Sounds layer in each movie clip.

View 3 Replies

Professional :: Install New Flash 10.1, It Tells "A Required File Could Not Be Written Due To Insufficient Permissions"?

Jun 12, 2010

I'm using 64 bit Windows 7, I tried to download it on both Firefox  and Google Chrome, I used the uninstaller on this site so I shouldn't  have any current Flash installed. When I go to try  and install the new flash 10.1, it tells me...."A required file (C:WindowsSysWOW64MacromedFlashNPSWF32.dll:5) could not be written due to insufficient permissions."

View 2 Replies

Professional :: Bright Spark Needed To Create An Interactive Renewable Energy Map?

Jul 2, 2010

A Melbourne-based group, Beyond Zero Emissions, are about to release a 200+ page plan (already endorsed or supported by quite a few illustrious people) for Australia's stationary electricity to be provided entirely by wind and solar energy using existing technology by 2020. It would be great to create an interactive map that would show in a nutshell how this plan would work. Please contact me if you are interested in this project.

View 1 Replies

Professional :: MovieClip Does Not Receive Custom Event?

Nov 9, 2010

I have a problem understanding Events and event handling.I have a movieClipA wich contains several other movieClips (a1,A2,A3, etc..)MovieClipA is parent of movieClips (a1,A2,A3, etc..)
 
In movieClipA I use the following code:
...
addEventListener ( "Pieter", pieterFnP ) ;
dispatchEvent(new Event("Pieter"));[code]....
 
When I execute the application, function "pieterFnP" is fired, but "pieterFnC" NOT.

View 3 Replies

Professional :: Receive Combobox Data To Another Frame?

Feb 4, 2012

I have combobox in frame 2. how can I receive the selected "string"data when I go in frame 3? I thing it can't do that. Must I store data in class and I read then when I go in frame 3.

View 2 Replies

Publish A SWF With Local Access Permissions?

Nov 22, 2011

We have been purchased a training course made with Flash. When we received the course (a SWF file with external files inside a "data" directory, images, videos, etc), we realized that it was necessary to explicity give permissions to Flash Player to access the content in the CD drive. We think that is not a good idea to distribute a CD where the user have to do "extrange things" to make it work.
 
So, we talked with the developer and he sent us an .EXE file with the course, that obiously works fine (al the content in the CD is readed without user interaction), but it only works in Windows machines.
 
The question is: is it possible to publish an SWF that can access to the CD content without user interaction? We are almost sure that the answer is "yes" because we have a lot of "magazines" cds with SWF files that load the contents from CD (text and images) and they work perfectly "as is".

View 1 Replies

Facebook :: Cannot Get Extended Permissions To Work

Nov 4, 2011

I'm working with the Facebook Actionscript API (no PHP or Javascript), and I'm having trouble granting access to extended permissions, like publish_actions. I'm using the following login:
var opts:Object = {perms:'read_stream,publish_actions,offline_access,user_photos'};
Facebook.login(handleLogin, opts);

I get two "Request for Permission" windows. The first says my app needs access to "Your Photos". The second says my app would like permission to "Access posts in your News Feed" and "Access your data anytime". Why can't I request access to "publish_actions"? It looks like there may be two permissions levels - regular and "extended". It looks like extended permissions may require a "scope" parameter, instead of "perms". How/where to use the "scope" parameter.

View 1 Replies

Flash :: Run Application Without Install Permissions?

Jan 16, 2012

I'm trying to build an app, which should have Flash Player control, which plays SWF from server (certain URL). For Flash Player ActiveX you have to save SWF file to a temporary location to load it and play, isn't it? You'll have to create a corresponding link that you can pass to the Flash Player ActiveX and then delete SWF file after it is played. Of course, high security level can't be guaranteed, but I think it's good, if at least no temporary files are created (can be intercepted LOCALLY). So the question is how to make Flash Player ActiveX be able to load SWF file directly from any source without usage of temp files?

View 1 Replies

ActionScript 3.0 :: Facebook AIR Permissions - Using GraphAPI_Desktop_1_8_1.swc To Access FacebookDesktop

Nov 23, 2011

I have an AIR app using GraphAPI_Desktop_1_8_1.swc to access FacebookDesktop. I call FacebookDesktop.login eg: FacebookDesktop.login(handleLogin);and all is good, the login window opens and the user logs in. But! when I add extra permission, for example: FacebookDesktop.login(handleLogin,{perms:"publish_stream"}); In the 'handleLogin' callback function I get the following error: message, An active access token must be used to query information about the current user.

View 2 Replies

ActionScript 3.0 :: Cannot Click On Camera Permissions (allow Or Deny) In Mac Firefox

Jun 7, 2010

I am working on a flash video recorder.When the video recorder applications loads , a camera permission dialog box opens asking the user to either allow or deny access to the camera or microphone.The problem is that on mac firefox the the user is not able to click on the allow or deny buttons.In fact the entire flash dialog box does not respond to any mouse clicks. When you right click on the flash area to manually open the security window it opens .But even here there is no response to mouse clicks.Using the keyboard i am able to shift focus from allow button to deny buttons or any other part of the dialog box but nothing happens on pressing the enter key.In short, the recorder application freezes at the very first step in mac firefox.

View 3 Replies

Actionscript 3 :: Flash Async Calls With Mouse Click Permissions?

Nov 19, 2009

The current workflow is as follows:

user clicks a button sends a Loader to see if the user has permission if the user has permission uploads a file

Unfortunately, this gives:

SecurityError: Error #2176: Certain actions, such as those that display a pop-up window, may only be invoked upon user interaction, for example by a mouse click or button press.

It appears that as a security feature, Flash 10 disallows certain functions (such as uploading a file) unless it is preceded by a mouse click or button press. However, since I am first loading the request for permission, it no longer see the MouseEvent event (presumably in the stack) and thus throws a SecurityError.

View 2 Replies

Actionscript :: Flash Camera Permissions Dialog: Why Does It Sometimes Take More Than One Click To Work

Jan 15, 2010

Often, but not always, the first few clicks on the "Allow" button on the Flash camera permissions dialog are ignored. This is very frustrating for users. And for me, when I'm testing code! I'm afraid I don't really know what else to say about the problem to give more insight. My hunch is that it has something to do with getting focus on the embed element, but that is merely a guess.

View 1 Replies

Flex :: Build Dynamic UI And Allow A User To Create New Roles And Set Permissions?

Dec 6, 2010

I'm changing the way I build my UI from this:

If ( role == 'Admin' ) myComp.visible = false;

...to a totally dynamic UI based on what is returned from the DB.I've read about role-based access control and understand that it's best that the server generates the UI after a user is authenticated, but apart from re-doing the entire backend to store MXML et al., is there a better approach? Is it a bad idea to have a Permissions object that has properties like:

showTabOne:Boolean = true;
allUserToEditGrids:Boolean = false;

The components visibility and includeInLayout properties will be bound to these values. The UI will also allow a user to create new roles and set permissions.The only drawback I see is that every time a new feature is added, the app will have to be recompiled to update the bindings.

View 3 Replies

Flex :: Security Sandbox Violation: Lack Of Policy File Permissions

Apr 15, 2011

I'm using as3httpclientlib to post data to my web service, but I'm continually getting the following security violation. Does anyone know how to resolve this? My crossdomain.xml file is below the security violation notice. NOTE: I'm using apache to proxy requests to the web service, therefore the target url/port and the url/port serving the applet are the same -- [URL] Also, the rossdomain.xml file is located in the root of the web app which serves the applet rather the web service; however, since the requests are proxied the url for the file is [URL]

[Code]...

View 1 Replies

Professional :: Sound Synch: Stream Vs Event

Apr 23, 2010

I'm working in Flash CS3. My animation is about a minute long, with a single audio track that plays from beginning to end. The sound quality is noticably better when I set the synching to Event, but unless I set it to Stream the sound falls behind the animation. Is there any way to maintain proper synchronization with the Event setting? Also: will the lag be consistent on different machines and players? I thought about adjusting the timing of the animation so that it matches the Event-set sound in playback, but that's such a clunky a solution it seems likely to cause other problems.

View 2 Replies

Professional :: Stream A Live Webcam On Website?

Aug 25, 2010

I'm not sure if this is the right place to post but here goes. I'm looking to stream a live webcam on my website and have no idea where to start. I've been searching for a while and various things refer to Flash Media Server but this is costly and, as I will be streaming from University, it will probably be blocked on the network or take up too much bandwidth.

Does anyone know of a way to stream a webcam, without FMS or Quicktime Broadcaster etc.? Any free websites that provide this service could be possible, so long as the stream isn't available to anyone outside my website.

View 1 Replies

Professional :: Video Stream Doesn't Resume

Aug 26, 2010

I have a very simple videoplayer, made much like the reference instructs with netstream and netconnection etc. It used a ordinary http stream (progressive download) I works, but sometimes when I pause the stream for a while and resume, it doesnt resume. I use stream.pause() and stream.resume(). Most of the time it works, but sometimes it doesn't. It's like the connection is being lost. Have anybody here tried the same, or does anyone know a way to tjek if the connection have been lost?

View 2 Replies

As3 :: Professional - Video Player - Stream Does Not Start

Oct 20, 2010

Recently i had developed an as3 videoplayer for a section of a webpage. The player loads the links for the videos from an xml file. It had been tested locally and it works great. BUT when i uploaded the entire "site" on my web server - surprize The stream does not start. And i don't understand why. I've uploaded the exact structure ... and i also know that it reads well from the xml file, cause it loads the video thubnails and names ... just the video won't start.

View 3 Replies

Professional :: How To Play Single Stream On Two Objects

Jan 18, 2011

I'm interested in making a stereoscopic player similar to YouTube's 3D Player. The first strategy I tried is having two streams (one for each eye) attached to two video objects, but I noticed that this could lead to problems with them going off sync due to separate buffering issues. So now I'm thinking the way to do it is to encode the two eyes side-by-side into one video, and do some Flash trickery whereby I can take the left side and overlay it with the right side.

I suspect that this is how YouTube does this, because they ask you to upload 3D videos in a side-by-side format in the first place. I don't know how to do that Flash trickery, where I essentially take a video's left-half and overlay it with it's right-half. I tried attaching one stream to two video objects that were offset from each other, but only one of the streams played.

View 6 Replies

Professional :: Flash Video To Stream From A Website?

Jun 10, 2011

I have a client who needs a Flash video to stream from a website, the video which is being made from powerpoint slides is roughly 22 minutes long. With the voiceover it's gonna be pretty heavy. Way too long to stream correctly from my experience so in order to do this right I need to know which way to go here.

I broke up the fla's into 4 ( 5 minute .swfs)I finished the first and I'm working on the second .fla. the first fla was published with the html wrapper let's call it v1.swf.on thelast frame of v1.swf I used the loader class to load the v2.swf into the wrapper when v2.swf ends it will loadv3.swf all the way up to 5.

So far this works using the two .swfs which are on my server and are streaming.Before I continue I just to make sure I do not do unecessary work I need to know if the way I plan on doing is correct or is there another way.

View 28 Replies

Professional :: Live Stream Lag After Unpublish And Publish?

Aug 9, 2011

I am sending a live stream over the web. I'm testing its performance and reliability, and I've noticed that after unpublishing and publishing the stream again, the video becomes very laggy - about 1-2 fps. It happens when the player has buffer bigger than 0. When buffer is set to 0, everything is ok, and after a short break (the moment when stream is unpublished), video is being played normally, like before the break (fps ~25).

View 4 Replies

Professional :: Net Stream Glitch When Loading External Content?

Jan 11, 2010

I have a program that plays an FLV using netStream and has cue points embedded which trigger the loading of external graphics.  If the code for loading the external graphics is commented out the video plays normally.  However, if the code to load the external graphics is left in, each time a graphic is loaded the video appears to stop and start. FYI, I built the program using a FLVplayback instance on stage and there is no glitch when the images load, but I have a lot of other things built using the nestStream class so I'd prefer to do it that way.

View 3 Replies

Professional :: Flash - Animation With Stream Sound Not Playing In Mac?

Jul 29, 2011

I have made a 5 min animation with stream sound. Its playing perfectly in PC. But in mac, its not playing. Stream sound starts from frame 60. So mac plays the swf plays till 60 frame, after that it pauses. I tried importing different sound format (wav, aif, mp3) and tried with all sound export setting but the problem remain same; its playing only till 60.When i removed the sound, it played till end. Even with event sound, it plays till end. But with stream sound, the problem. The problem is only in mac; in pc its perfect.I am using VMware Mac OS x leopard in window xp for testing purpose.

View 2 Replies

Professional :: Content Will Not Stream / Runtime Shared Library Settings

Mar 21, 2011

I recently began using CS5 with AS3.0 and I encountered this error.I can not find where I can edit the AS3.0 settings nor do I know what to change.

View 1 Replies







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