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


Similar Posts:


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

Flash :: .net - Sample Of Embedding In Windows Form Using C#?

Sep 14, 2011

I have a swf file (little animation) created in swish and I want to put it in my windows form app like a header, I was reviewing the below link but it doesn't say too much, could someone give an example of how to do this?

Embedding Flash in a Windows Forms .NET app

View 1 Replies

Flash 10 :: Embedding A Contact Form To Website?

Mar 28, 2011

I have a very simple problem but I just couldn't solve it by myself . I found a contact form on this website.(I can't send the link because it says I need to post 50 threads . But it is Jesse Stratford's contact form tutorial.) But I don't know how to embed this contact form on my website. My website is flash and I am working on Adobe Flash CS 5.

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

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

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

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

ActionScript 3.0 :: Coder To Compile Incorporate The Swf With Delphi Program

May 24, 2010

i got a piece of code i really need someone to compile so i can incorporate the swf with my delphi program. since im not a Actionscript coder. im begging someone to maybe compile it for me? So what i need is the swf is to encrypt/decrypt to a thing called SimpleCrypt. This is the code to encrypt/decrypt

[Code]...

What i want someone to do is to change the code so it has two functions. both that i can call to return either a encrypted or decrypted string. also it shouldnt have a parameter for taking in a string. it should just use this global variable i will set. hopefully it will work with the delphi program This code uses [URL]

View 0 Replies

Multithreading :: Player In A Delphi TWebBrowser Control To A Background Thread?

Dec 6, 2010

I have a Delphi 6 Pro program with a TWebBrowser component that loads a web page that embeds a Cool Iris Wall. The Cool Iris wall is an SWF object which means that when running, the execution happens inside the Adobe Flash player, an ActiveX or similar object I believe. The problem I am having is that sometimes when the Wall is loading pictures/videos from the web, it takes a big hit on the CPU on the main UI thread. I know that TWebBrowser moves most of its operations on to a background thread to keep the main UI thread happy, but something the Adobe Flash Player is doing is happening on the main UI thread and its causing my program much grief. Is there a way to move the Adobe Flash Player on to a background thread?

[UPDATE - 12/7/2010] - After a marathon probing and debugging session it turns out that the problem had to do with the Cool Iris Wall's Flickr proxy. You can interface with the Wall in two main ways: 1) You pass them special Flickr api protocol URLs and let them talk to Flickr for you, for example [URL]..loads the Wall with the results of a Flickr keyword search for puppy. The advantage to this approach is that they do all the work for you necessary to make the query to Flickr and build the Wall's contents. 2) You build an RSS media feed yourself containing the photo stream item data and feed it to the Wall.

I was using technique #1. The problem is with #1 is that when their servers have trouble building the Flickr feed for you (for whatever unknown reason), their host SWF puts a heavy load on the CPU interfering with the main UI thread's operation. I converted my entire code base to work directly with the Flickr API and create the feed myself using the second technique and the problem vanished.

View 1 Replies

ActionScript 2.0 :: Flash Form Inputs - Form Doesn't Function?

Feb 17, 2010

I have a super involved and somewhat silly site I've been working on for a long time piecing together fragments of AS2 code and modifying them to the best of my limited ability.The site is here:http:[url]....I am finally adding the last steps, a series of contact forms with a PHP script in the back end. Anyway, I implemented a form script and have it triggered by clicking the "CONTACT" button you can see on the lower bar. So, click contact and once the form opens (an external SWF loaded into an MC), type away and everything works fine unless you use the letter "f" in either upper or lowercase. It causes the screen to flash and for the form input to lose focus.It works (in that you can enter everything normally -- the form doesn't function, but that's just the PHP which I have yet to edit.)

View 0 Replies

Qt :: Access The Form Elements Of A Flash Form From Qtwebkit?

Nov 6, 2011

I have a qtwebkit browser with Mozilla NPAPI plugins from which I access a web page. This page contains flash forms and I need to be able to access and manipulate its elements. Does anyone knows if this is possible and how?

PS: I don't want to use flash's ExternalInterface

View 1 Replies

ActionScript 2.0 :: Creating A Flash Form And Using .php To Send The Form To Myself?

Sep 16, 2005

I was following 1 of the flash tutorials about creating a flash form and using .php to send the form to myself.I've followed all the instructions but upon uploading, the file just doesn't seem to work. I hope to have some kind of form in my new website.

View 4 Replies

Simple Flash Form Variable - Collect Data From A Form, Then Pass That Data To An Asp File?

Oct 19, 2009

I am trying to create a simple form using Actionscript 3 that will collect data from a form, then pass that data to an asp file. I have attached the following code to the submit button,but this is not working.I'm not sure if I have to add anything else and I don't understand why this is not working. I'm trying to load all the variable info into one variable called email form.

submit_btn.onRelease = function() {
var emailform:text;
emailform.email_txt = email_txt.text;[code]......

View 1 Replies

ActionScript 2.0 :: Flash - Form That Submit To A PHP File That Contains A Form That Submit To A Database?

Jan 13, 2012

I have a flash form that need to submit values to a PHP file.I am using in flash: varsToSend.send("subsrcibe.php","process","POST"); The "subsrcibe.php" contains a form that is connected directly to a database.What i want to do is, to load the variables from Flash to this PHP file, and then submit them automatically to the database (The PHP page should not open to the users).

View 2 Replies

ActionScript 3.0 :: Php Email Form Tabbing - Placing The Php Form On A Separate Layer In A Seperate Mc?

Feb 4, 2009

I am having some issues with a php email form that I am using in my AS3 project. the form works perfect and all communication is good.however when the user is on the page and wants to tab to the next text field it jumps to one of my hyperlinks on the same page and not to the next text field down on the php form.

is there any way to stop this from happening.I have tried placing the php form on a seperate layer in a seperate mc and I have done the same with the hyperlinks .you can see what I mean by visiting this development site.(after entering go to contact)http:[url].....

View 2 Replies

Actionscript 2.0 :: PayPal Order Form - User Will Forced To Pay Before Posting The Mail Form?

Jul 17, 2010

I have only two fields Name and Email in a Order form and a PayPal button for payment at PayPal ( into my account).I can do the mail portion but have no idea about PayPal code, however on search here I found one code and after pasting this one to the PayPal button it redirects to my PayPal account.But the question is anybody can post a message and leave the site without paying me. How can I do this thing so that the user will forced to pay before posting the mail form.

View 1 Replies

ActionScript 3.0 :: Pass A Value Form Search Form To URLRequest String?

Feb 12, 2012

How can I replace the value in the getstring for parameter partNumber=a100 with whatever the user typed into the search box.

[URL]

AS3 Code

var link:URLRequest=new URLRequest("http://www.stockmarket.aero/StockMarket/SearchActionR.do?partNumber=a100&communityName=BLU E&partial=true&theAction=search" + search_txt.text);

[Code]....

View 3 Replies

ActionScript 2.0 :: Get The Form To To Go To A New Frame Once The Form Button Has Been Submitted?

Dec 11, 2009

I'm struggling to get the form to to go to a new frame once the form button has been submitted. [URL]Using ActionScript 2.0 The submit button is at this following path:

Scene -> txt8 (MC) -> t8.1 (MC)

The button has the following code on:

Code:
on (release) {
share_form.loadVariables("pay_per_click.php", "POST");
}

The onClipEvent(data) is held on the movieClip txt8, as this is the clip that holds the all the form components.

Code:
onClipEvent(data){
_root.nextFrame();
}

The next from frame that i'm asking it to go to, is directly after the txt8 MovieClip. Both the the txt8 MovieClip and NextFrame have stop(); code on them.The form submits all the info into the database, I just can't get it to load the next frame.

View 1 Replies

Flex :: Get Array From Server To Form,as Form Items ?

Nov 28, 2009

am sending one user object from java to flex using remote object,now i want to get each item from that array to display in text boxes...how can i do this ?

userInfo=event.result as Array;
<mx:FormItem label="FirstName" fontWeight="bold" width="325" required="true">[code].....

View 1 Replies

Php ::HTML Form -> Flash Submit Button -> Set A PHP Variable In Flash Button -> Submit Form?

May 8, 2010

I have an HTML form that I want to upload to MySQL with PHP. That part's easy, but the thing is I want the submit button to be a Flash object. Somehow I need the Flash button to submit the form, but I think I can figure that out. The tricky part is that I need it to set another PHP variable before submitting the form. The variable will be determined by a bunch of stuff, but I can code that in actionscript later. I just need to figure out how to pass the variable back to the webpage. A $_POST variable would probably be fine.

edit: What if the flash object returned some javascript and set a variable that way? making it submit the form as well while still catching a variable?

View 3 Replies

Embedding Code In Flash?

May 25, 2010

is there anyway to place this embed code into my flash file? It's a code to an interactive flash file that I need to embed on a portfolio I'm making. I've tried countless methods of embedding youtube videos in an attemmpt to figure it out but nothing has worked. I'm using Flash CS5 with actionscript 2.Here is the embed code I'm trying to use.

Code:
<div><object style="width:420px;height:315px" ><param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?[code]................

View 1 Replies

Flash :: Embedding .pdf Inside .swf?

Jan 22, 2010

I need a solution to embed a pdf inside a flash screen i.e. want to open a pdf file inside a flash screen without redirecting the pdf to a new browser.

View 2 Replies

Flash :: Embedding Two Slideshows?

Mar 26, 2010

I am trying to embedd two slideshows into my flash file.I already managed to integrate one, but I can't integrate another since my knowledge of actionscript is very limited. For people that know Flash well it is a really easy question. What do I have to rename in this script so that I can create a second slideshow, without always calling on the first one.Here is the script for the first slideshow:(I got it from the website where I bought the template for the slideshow from)

var loader:Loader = new Loader();
var monoslideshow:Object;
loader.contentLoaderInfo.addEventListener(Event.CO MPLETE, onLoadComplete);

[code].....

View 1 Replies

Flash :: Embedding The Flowplayer In OS X

May 10, 2011

For a site I'm using Flowplayer and the Overlay tool from jQuery Tools, to show video. Within windows everything is fine in the main three browsers: IE7/8/9, Firefox and Chrome. Within OS X (Snow leopard), the problems begin: A click in the video, anywhere, causes a reload. This is the case for the three browsers Safari, Firefox and Chrome (Not in Chrome 12.0.742.53 beta ???) Giving the embeded player the property wmode = 'opaque' or wmode = 'transparent' results in the same situation on the windows platform, but only Firefox en Chrome browsers. Not in IE. So wmode is really bugging me... documentation on wmode ? I can't find anything suitable

[Code]...

View 2 Replies

Flash :: Embedding SWFs Via SSL?

Sep 14, 2011

I know that the common misconception with embedding SWFs on secure pages is that people always try to embed it using a non-secure link. This isn't the case, as I am trying to host the SWF and swfobject.js locally using relative paths to account for the use of SSL.

It appears that the first of these players (under ssl) will play the audio playback, but won't display the video, while the second one will render the entire SWF fine.

Here are 2 examples that are EXTREMELY similiar. Unfortunately I can only post 2 hyperlinks, so you'll have to swap the http: protocol with https: to see how each player renders under SSL.

These 2 players are using 2 different SWF's, so I'm lead to believe it's a Flash/ActionScript issue, but I have failed to isolate it.

Example 1

Non-secure working embed

Example 2

Non-secure working embed

View 1 Replies

Way Of Embedding A Font In Flash?

Nov 16, 2011

I'm using Flash CS5 and I have a problem with my exported SWF file: it's over 100kb in size. I have 2 vectorial symbols and 4 dynamic text with embed Calibri font boxes which are displaying information from an external XML file. These text boxes are the ones which are generating the most size of my swf file. I need to cut down somewhere, I've searched but I haven't came across a "best practices guide to embedding fonts in a flash file". I find it hard to believe that if you only embed alphanumerical characters of 1 single font your file size reaches >100kb..

View 1 Replies

ActionScript 2.0 :: _root Type Mismatch Error - Flash Stay: Embedding Flash While Supporting Standards

Nov 10, 2010

I am using Flash 8 and I'm having a problem with a line of code that uses _root. This code is used in a swf container movie to ensure that my HTML page validates properly. This page is where the line of code comes and explains why it is needed. A List Apart: Flash Satay: Embedding Flash While Supporting Standards

[Code]....

View 3 Replies

Embedding Flash Into HTML Without Any Error?

Oct 5, 2007

When I embed the flash into HTML I get an error saying:
"This page required AC_RunActiveContents.js"
What is this supposed to mean? It works fine when its not inside HTML.

View 4 Replies







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