Flash :: AS3 Forbidden Protocol In URL

Feb 23, 2010

I have the crossdomain.xml set and I've also tried setting the local playback to network only and still no luck. What I'm trying to do is have the user upload an image, then I pass that value over through PHP and a directory is created. After that hits it returns with the path and I try to load the image as a thumbnail and thats when i get the security error.

[Code]....

View 1 Replies


Similar Posts:


Flash :: Flex Be Forbidden If Performance Is Top Requirements Compared?

Dec 20, 2010

I looked at this demo: [URL] Flex seems very slow compared to silverlight 3. Unfortunately can't see pure flash but should flex be forbidden if performance is top requirements compared to Flash ?

View 3 Replies

Flash :: Does ExternalInterface Work On The File: Protocol

Mar 9, 2011

Can anyone confirm that ExternalInterface works on the file: protocol, or point to some docs that say that it will not?

View 3 Replies

Flash - Create A Custom HTTP Protocol In Delphi?

Dec 16, 2009

I build a project using Flash and Delphi. In Flash i need communication with delphi. Current i use ExternalInterface and FSCommand. Now i need Flash communication with Delphi via HTTP but it need open a custom port on Delphi and it can prevent by user's firewall. I see a product called F-IN-BOX it can implement HTTP link like [URL]

View 3 Replies

ActionScript 3 - Using Real Time Messaging Protocol In Flash

Jan 27, 2010

Flash can use the RTMP protocol to exchange data between a server and a client. How do you typically access this functionality in AS2 or AS3/Flex? For example to use sockets you use the XMLSocket (AS2) or Socket (AS3) classes. Does the server-side RTMP software use Sockets under the covers? or is it HTTP with tunneling?

The Real-Time Messaging Protocol (RTMP) was designed for high-performance transmission of audio, video, and data between Adobe Flash and a server. RTMP is now available as an open specification to create products and technology that enable delivery of video, audio, and data in the open AMF, SWF, FLV, and F4V formats compatible with Adobe Flash Player.

View 1 Replies

Actionscript 3 :: Find A Specification For The Flash Debugging Protocol?

Dec 6, 2010

Where can I find a specification for the Flash/ActionScript debugging protocol? I would imagine that the protocol is public, as there are plenty of open source debuggers; If you're curious, I'm implementing an ActionScript Bytecode (ABC) to CIL compiler, and I'd like to make the resulting assemblies debuggable via standard flash debuggers.

View 1 Replies

Linux :: Can't Pass Parameters To Flash Using 'file://' Protocol?

Sep 27, 2011

system infoflash player version: 10_1_102_65OS: linux debian, 6.0.2web browser: Mozilla Iceweasel 3.5.16problem descriptionI have a flash file that uses parameters to show output on the screen. unfortunately i don't have sources and can't modify/review it.shows correct flash in the browser.but when i try to load flash from fileflash can't read passed parameter and shows invalid outputit's really strange. because when i downgraded flash plugin (from 10_1_102_65 to 9) both protocols works! That is something occurred in the flash player above 9.unfortunately i can't use Flash Player 9 in my production environment so i should resolve the issue with Flash Player 10.

View 2 Replies

Flash :: Flex: Find Out If An Object Is In A Page Using SSL/TLS [https Protocol]

Feb 8, 2012

what's the best and shortest way to get this information?

i've read about BrowserInvokeEvent which contains a boolean of the sort - [URL]

yet i havn't been able to implement it.

View 1 Replies

Actionscript 3 :: Is AMF3 Protocol Is Good For Flash / Flex Client Server Development

Jul 11, 2010

I need to develop client server application that involve gaming. I have no experience in flash and I was reading about the AMF3 protocol that is compact and fast, is it better than xml/json for data exchange? Also I need it to be on port 80.

View 2 Replies

ActionScript 2.0 :: Detect Web Protocol?

Sep 6, 2005

I'm working on a site where I have a flash animated logo in the header of all pages that links to the home page of the site. Sometimes that logo shows up on SSL pages. But when you link back to the home page, it needs to be non-SSL. But we don't want to always use an absolute URL because that makes testing in our local environment tricky.

View 6 Replies

Actionscript 3 :: AIR App Be Programmed To Handle A URL Protocol?

Mar 16, 2010

I'm writing what is essentially a browser in Adobe AIR (ActionScript, not AJAX). A great bit of functionality to implement would be protocol handling. iTunes, for instance, handles itms protocols; when your friend sends you a link beginning with "itms://", it's going to launch iTunes as long as it's installed. Is there a way to write an AIR app (requiring AIR 2 would be fine) that can be the "handler" for a protocol in this way?

View 3 Replies

Flex :: Https - Protocol For Crossdomain.xml In App?

Oct 20, 2010

I've changed the protocol for my flex app from https to http and flashplayer still wants to download the crossdomain.xml using https though with the port for http. [URL]..

View 3 Replies

C++ :: Use Of XMPP In Flex Code On UDP Protocol

May 24, 2011

I am working private network.This alread developped product which implemented using TCP(client server technology). Existing product is as follows

-There is a UI which is developed using flex, where user can see video or snapshot
-There is a server which is developed using c++,which redirects request from UI to gateway.
-There is gateway which is connected with the Camera,which stream video to UI through server.

Now we wanted to add p2p technology to existing client server.So it will support TCP as Well As UDP.Presently we are exploring flex and XMPP to implement the p2p.as newer version flex of flex support p2p using RTMFP, but thats the propriety protocol of adobe.if we use RTMFP we need to change all the existing code that we dont want.I wanted to implemented to p2p using flex client(UI) which will use XMPP to communicate with Gateway and Server. Is it possible to use XMPP from flex code.Will XMPP support UDP p2p or not.

View 1 Replies

ActionScript 2.0 :: [FMX] HTTP Is Not A Registered Protocol?

Sep 12, 2005

Anyone ever received this message after using the "on (release)" and "getURL" scripts for a button hyperlink? You would think I had a typo somewhere, but I don't see one. Every button hyperlink produces this message then goes to the intended page after clicking "OK".

View 11 Replies

Media Server :: HTML 5 And Use Of HTTP Protocol

May 23, 2011

In our company we upgraded to fms 4 and installed the apache that comes bundle up with the installation. We had it configure and now we can play videos in html 5 by using the http protocol. The question I have is, can we use https protocol instead of rtmps? I've been doing a lot of research and I found documentation that says to put a minus sign in front of port 443 (-443) in the fms.ini file in the ADAPTOR.HOSTPORT line but it also says that with this configuration port 443 will only receive rtmps connections. My next step is to put the minus sign in front of the port number and restart the server and just try to establish connection using https to see if i works.

View 1 Replies

Media Server :: Progress Bar For RTMP Protocol?

Jan 27, 2012

Anyone know about progress bar in rtmp i m making player using rtmp protocol because it allow to seek in any position even if the video data is not cache but i did not solve this issue how to display progress bar data is loaded i can do this in http protocol using Netstream.bytesLoaded and Netstream.bytesTotal i know rtmp is streaming video but i just want to know the when we pause in youtube u can see bufferlength in light gray which indicate this much of video cache i want to does they rtmp protocol or something else.

View 3 Replies

Flex :: Zend AMF Implementation And AMF Protocol Security?

Jan 15, 2010

I have a Flex frontend connecting via RemoteObject to Zend Framework's Zend Amf. This is my only means to transport data between client layer (Flex) and the application and persistence layers (LAMP with Zend Framework).Some ways I can address security are as follows:

I can address TLS by using mx.messaging.channels.SecureAMFChannel in my services-config.xml file and ensuring Flash player is loaded into a HTTPS wrapper and is in fact using HTTPS since the AMF protocol is layered on top of HTTP RemoteObject has a setCredentials method with which I can pass AMF authentication headers to protect user related data. Assuming TLS was actually secure I can expose methods on the endpoint after authenticating the User.I can protect against cross-site scripting and other FLASH vulnerabilities with a properly set up crossdomain.xml how to I protect my endpoint against another AMF consumer? For instance, if there were another AMF consumer (not Flash so not bound by crossdomain.xml and Flash sandbox security) other than my Flex client that knew my endpoint, what would stop it from using methods that the endpoint exposes?

As far as I know I essentially need a way to authenticate my Flex application against my Zend Amf endpoint. After AMF consumer authentication, I have some of the security mechanisms I mentioned above to protect certain pieces of data (like User authentication). I can not embed some sort of authentication mechanism into my Flex swf because the swf is vulnerable to decompilation (the swf can not be trusted). While sensitive data is protected via User authentication the unprotected data is hardly public but as far as I can tell is totally open for public consumption.

View 2 Replies

Javascript :: Stream MMS Protocol Radio On Your Website?

Jan 31, 2012

Is it possible to stream a radio channel in my website if I have the mml url mms:// ? I was checking out XML Flash Players but they do not seem to support that protocol. I am also ok if I need to code something but I would like to be guided in the right direction as I cannot find a lot of information about this issue.Is there something ready made? Would it be easier if I get my client to get me a different type of stream?

View 1 Replies

ActionScript 2.0 :: FileReference.download Without HTTP Protocol?

Jan 10, 2010

I'm trying to create a simple flash app that runs on the CD. I need to let user save some files from the CD to their local.

This script works:
ActionScript Code:
import flash.net.FileReference;
var listener:Object = new Object();
listener.onComplete = function(file:FileReference) {

[Code]...

View 0 Replies

Video Media Player That Supports Rtmp Protocol?

Aug 5, 2011

video media player that supports rtmp protocol and has no branding? Maybe an open source general license? Simply to play flv files on a web page.

View 1 Replies

Media Server :: Connection Stop With Rtmpt Protocol

Jun 30, 2010

I am publishing my live stream with rtmpt protocol on port 80,to overcome network proxy.
But after 10 to 15 minutes (telecast) video get stuck and connection get lost.But i don't
have this problem when i use rtmp protocol with port 1935.

View 1 Replies

Flash :: Media Server - Send Video And Audio Data To A Media Server By Using RTMP Protocol

Jul 22, 2010

I'm trying to make a software which sends video and audio data to a flash media server by using RTMP protocol. Currently, my program can communicate with a flash media server correctly. RTMP specifications does not describe about the raw data in video/audio messages, so I muxed raw H.264 and AAC data into video/audio messages and sent to the server. The server seems to accept them, but a video player cannot playback the stream sending from the server. The player just says "Loading..." For a test purpose, I sniffed the network packets between Wirecast and the flash media server and ripped off only video and audio data. Then, I muxed those data into video/audio message and sent to the flash media server. In this case, the video player connected to the server can playback the stream correctly.

I checked the stream sent from Wirecast, the stream seems not to be H.264 raw data because those data are not started from 0x17 instead of H.264 start code. With those situation, I am wondering what kind of container format I should use for H.264/AAC data to the flash media server.

View 12 Replies

Media Server :: When Using RTMFP Protocol FMS Doesn't Operate In Channels

Nov 26, 2010

I'm developing an online meeting system with audio/video sharing, using Adobe Flex 4 and Flash Media Server 4. I'm using the RTMFP protocol to make the transmission of audio/video which increases considerably the performance. The trouble now is that i must record the audio/video transmitted, but i figured out that when using the RTMFP protocol the FMS doesn't operate in the channels. So, how could i make FMS record this channels?

View 1 Replies

Media Server :: Publish Live Stream To FMS On HTTP Protocol?

Mar 26, 2012

I want to use customised encoder to publish live steams to a FMS4.5 server?Is it possible to connect encoder and FMS4.5 server on HTTP protocol?i read in other articles FMLE can connect to FMS on RTMP protocol.

View 4 Replies

ActionScript 2.0 :: Detect Whether SWF File Is Launched Locally Or Through A HTTP Protocol?

Dec 30, 2006

Is it possible to detect whether an SWF file is launched locally or through a HTTP protocol?

View 4 Replies

Actionscript 3 :: Understand If A Message Is Successfully Sent To Target Server In Client Using TCP Protocol

Jan 17, 2012

Using TCP protocol. Client is Flash. Server is Java (on Linux). Is there anyway to understand if a message is successfully sent to target server in client (Actionscript 3) ?

View 1 Replies

ActionScript 3.0 :: "Error #2039: Invalid Remote URL Protocol" With Http:// Url?

Jan 2, 2011

I am kind of frustrated, as I am trying to have a little flash downloader download a file. However, I keep getting:

Code:
Error: Error #2039: Invalid remote URL protocol. The remote URL protocol must be HTTP or HTTPS.

[code].....

View 2 Replies

Get Adobe RTMP SDK / Other SDK Which Implement RTMP Protocol?

Dec 26, 2010

Know how can i get the Adobe RTMP SDK or any other SDK which implement the RTMP protocol.[url]...

View 1 Replies

ActionScript 3.0 :: Protocol For Importing Classes From Sub Classes?

Feb 8, 2011

I'm trying to import a class from a class that is located in another folder. How do you move up a directory? Using./ or ../ doesn't seem to work. Essentially I want to access a TweenLite Class but not from the document class. My class is at com/myName and the class I want to access is at com/TweenLite. import ../TweenLite doesn't work... I realize I could just copy and paste the entire Tweenlite folder again, but there's got to be a less duplicative way of doing this..

View 2 Replies

ActionScript 3.0 :: Streaming Mp3 Using Mms Network Streaming Protocol?

Jan 8, 2009

Is it possible to stream mp3 files from mms url's like this? [URL]

It throws an error when i try the way i use to load mp3 files (it works with other mp3s):

var sndObject:Sound= new Sound();
var reqObject:URLRequest=new URLRequest("mms://example.streamsvr.com/example.mp3");
sndObject.load(reqObject);

[Code]....

View 1 Replies







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