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


Similar Posts:


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

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

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.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

Flash :: Point Me To A AMF Library In Either Delphi Or FreePascal?

Dec 8, 2009

I've done a simple search on the usual suspects(Google Code, Source Forge, SO) but did not find any hints of a project for AMF or Flash/Flex remoting.

Has anyone stumbled on a project of this nature?

View 1 Replies

Flash :: Represent Data Using Animation Using Delphi?

Jun 22, 2011

I have a lot of employee data. Then i want to show to user the data using flash animation.Is it possible to be done with flash animation with delphi ?

View 1 Replies

ActionScript 3.0 :: Embedding Flash Onto Delphi Form?

Apr 19, 2011

I have designed a nice menu using AS3.. now, I want to embed it onto a delphi form flash applications run in a adobe flash window.Instead of it, I want it run on a delphi form...

View 0 Replies

Flash :: Pass Parameters To A Movie In Delphi 2010?

Apr 26, 2010

I have imported the ShockWave flash Activex Control in my Delphi project. I can manipulate All the properties of a Flash movie file. But I need to define my own Parameters in the my own Flash file and Manipulate those parameters in the Delphi project. I know that passing parameters to a flash file is possible in the HTML script. But my project is a desktop application and i can't use it.

Is it possible to get a handle to the defined parameter of a flash file in the Delphi project? in fact All i need is passing parameter to flash file in the Delphi project.

View 1 Replies

Set Up Multiple Flash .swf Animations Simultaneously In Delphi Form?

Jan 31, 2011

ShockwaveFlashObjects_TLB works fine, but I can't see any way in which I can play multiple .swf at the same time.

View 1 Replies

ActionScript 3.0 :: Custom User Agent For HTTP Requests?

May 29, 2010

To put it short, I have an MP3 player on my website coded in flash which plays MP3 files located on my server. What I want to do is give my flash player its own user agent, then in my .htaccess file I will deny the MP3 extension to everything except that user agent. I already have an idea planned using PHP to pass the user agent to flash (to stop reverse engineers getting user agent).

To cut a short story shorter: Is there any way that I can change the user agent flash uses on HTTP requests?

View 2 Replies

Flash :: Read A Http Response Body When Tyring To Read Http Via Tcp Socket?

Feb 19, 2011

So I want to read http streams using flash tcp sockets. I do not really need the http header at all - all I need is body which contains flv. so how to read http response body into byte array using flash sockets?

View 1 Replies

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

Professional :: Create A Website Like Http://www.wechoosethemoon.org/?

Sep 28, 2011

Actually I don't want it to be anywhere near as complicated, all I want is a video background and a button to initiate different videos.The website uses a button "change view" at the top of the page which starts a video (I think?)

View 1 Replies

Flex3 :: Possible To Create A Separate File For Http Services

Sep 9, 2010

I am new new to flex development.I am building a flex application which uses rest APIs. Right now I have created different for different API calls (login, logout, search etc.) And all these services are in main mxml application file.I am wondering if I can create a separate mxml file like services.mxml that I can use to call any service.

View 1 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 :: Delphi Application Shows An ERROR "Class Not Registered "?

Feb 17, 2011

I create Delphi application with Flash and everything was perfect before today day. Now when i start this project it send me a error.If i try to add shockwave component to another project it gives me ERROR: Class not registered ?

View 2 Replies

Flex :: Builder - Create A 3 HTTP Service With Variable Arguments?

Aug 6, 2009

I need to call an HTTP service using Flex that has variable arguments. I'm using Flash Builder 4 (Gumbo) to create the service definition, but there's no UI for variable arguments, and the subclass of HTTPServiceWrapper that it creates doesn't seem to support it.

View 1 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

Flex :: Create A Flash Custom Button ?

Sep 29, 2009

I'm using Flash CS4 and Flex 3.4.0. I'd like to create a vector-graphic button in Flash and use it in Flex.I'd tried to install the Flex Component Kit, but it won't add me the 2 commands I need for the conversion as stated here.

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

Flash :: Create A Custom Scroll Bar In FLEX 3.0 Application

Jan 25, 2012

I want to create a Custom Scroll bar in my FLEX 3.0 application. Which should enable to use Text instead of |||| that shows in ScrollThumb... I have used mx_internal for changing the style of that but still facing the problem that text is not displayed. here is the code that i have created.

[Code]...

View 1 Replies

ActionScript 3.0 :: Create A Series Of Scripts That Will Create Some Custom Event Listeners?

Nov 14, 2009

I'm trying to create a series of scripts that will create some custom event listeners.
 
I have three movie clips on my stage. One is a movieclip who's sole function is to hold array's and the event listeners. A second which moves around the screen. And a third that is motionless.
 
The problem is that the argument I want to test (which activates the custom event) is held within a string.
 
What I want to know is, how do you test to see if the string argument is true?
 
Is it something similar to this:
  
var myCode:String="1<0";if(myCode){
trace('one is smaller than 0'); //Strangely apparently one IS smaller than 0!!!
}

I think I'm going about this in the wrong manner, however this is the only way I can think of this working... (since I need to be able to dynamically create these events)

View 7 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 3 :: How To Create Custom Cell Renderer For Tile List In Flash

Jun 27, 2010

I need to implement a custom cell renderer in a project of mine, I have done some search on google but couldn't find what I need, I need each cell in the tilelist to display 2 icons with couple of labels, I need a good example to start it. If possible I need a way to design the template as a movieclip and pass it to the tilelist for rendering the cells.

View 2 Replies

ActionScript 3.0 :: Create Custom Event Class If I Dont Need To Pass Custom Property With That Event?

Dec 28, 2009

Is there a point of creating custom event class if i dont need to pass custom property with that event?

View 3 Replies







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