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


Similar Posts:


ActionScript 2.0 :: Do A Countdown Time Coder Showing Minutes - Seconds And Frames (25fps)

May 12, 2005

I need to do a countdown time coder showing minutes, seconds and frames (25fps). I've searched a lot but w/out a fish The only similar thing I found is the Kirupa's tut, but I think it's too much graphical (I'd like it only w/ fonts) and actually I'm not so AS skilled Does anybody know where can I start or a good tut?

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

ActionScript 3.0 :: Add An Exit Button Onto Program So When Its Clicked It Exits The Program Completely

Nov 4, 2008

Im trying to add an exit button onto my program so when its clicked it exits the program completely.. I've tried some of the suggestions on the forums but they arnt working. what I have been using and its not working..

// CLICK to Exit
exit_Btn.addEventListener("mouseUp", goExit);
function goExit(evt:MouseEvent) {
fscommand("quit");
};

View 9 Replies

ActionScript 2.0 :: Start An Unrelated Program (such As Window's Media Player) From Inside Of A Flash Program?

Sep 29, 2010

Is there a way to start an unrelated program (such as Window's media player) from inside of a flash program?

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

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 :: Flash - Compile Error Parameter Initializer Unknown Or Is Not A Compile-time Constant?

Jun 7, 2010

I'm using Flash Develop to build an as3 application using the Flex compiler. In the constructor of a particular class I have written the following code

Code:
//constructor
public function Test(par1:int, arr:/*int*/Array = [1, 2]){ <----- compiler shows error here

[code].....

View 2 Replies

ActionScript 2.0 :: Program A Timer For A Typing Tutorial Program?

Mar 24, 2003

I need to program a timer for a typing tutorial program. It needs to go to 5 minutes. When the timer gets to 5 minutes the movie has to go to frame 13 which displays the results of the typing test.

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

Flex :: AS3 Flash Compile - Exclude Functions From Compile?

Jun 7, 2011

There is probably no way for this but does anyone know a method of excluding certain functions from a build by use of a meta tag and or compiler option?I want to expose some functions for testing but not have them bloat the application on production. I could create separate testing classes and test for a complier directive or option and only load them if necessary but I like the idea of having the test function on the actual object (in the class).

View 2 Replies

Actionscript :: Connection From Program To The Server Using XAMPP Server And Program In Flex?

Oct 26, 2010

i have the following code ]

[Code]...

but no connection established what is the reason behind not know help required and one more thing XAMPP is installed in D: drive.

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

Flash :: Incorporate IAd Into Application?

Sep 25, 2011

I was working on a simple game app using Xcode, but when I saw that image manipulation is much easier using the Flash SDK, I reprogrammed the game using Flash.

Unfortunately, I don't know how to incorporate iAds into my Flash iOS app. I tried searching on Google, but all I got were references to the ongoing battle between Apple and Adobe.

View 2 Replies

Actionscript 3.0 :: How To Incorporate Sound

Feb 26, 2009

I'm trying to do a project using Lee's Math 2 tutorial. It's done in AS2, and I'm really trying to make it work in AS3. "vernbaby" kindly helped someone out in this post:URL...[code]But I can't seem to figure out how to incorporate sound, which is one of the features of Lee's tutorial (I think that the user that vernbaby helped out didn't need this information). I've got movie clips with sound attached (they're videos of people talking), and am unsure of what property, etc. I should be adding in to get the volume to increase with the proximity of the mouse to one of the movie clips.[code]

View 2 Replies

Actionscript 2.0 :: How To Incorporate Site Swf

Jan 27, 2010

I did Lee's "Full Browser Flash" tutorial, and have got the full browser part to work, but now I need to add my actual site swf to this. In his tutorial, he simply uses a jpeg image, so I'm not necessarily sure how to load my actual site into the movie clip (cover).

View 3 Replies

IDE :: Incorporate ESCAPE Key Into Fullscreen?

May 29, 2009

i have a nice piece of code to set the fullscreen with dynamic text formatting (below)

what i am trying to do is add in a key event listener for the escape key, so that if the user hits esc instead of the button, it will also reset the button's 'normal view' settings

i have tried to do a test in a separate fla but even with just a trace on the function, when i hit esc all the swf does is stop (odd!)

Code:
//bu for fullscreen clicks
goFull_bu.addEventListener(MouseEvent.MOUSE_OVER, fullOver);
goFull_bu.addEventListener(MouseEvent.MOUSE_OUT, fullOut);

[Code]......

View 2 Replies

Flash :: Software To Incorporate Interactive 3d Into It?

Nov 17, 2009

We have used Enliven before to create interactive 3d apps for the web. Enliven uses the Viewpoint Media Player to work. We would like to be able to get the same results using Flash.

Is there a 3rd Party software out there that allows you to create interactive 3d objects and animations in Flash?

Here's a sample of something our company created using Enliven. HHI 3d Viewer

View 3 Replies

Professional :: Incorporate RSS Weather Feed

Jan 10, 2011

I would like to have a map of the 50 U.S. states. I would like to click on a state and have a small pop-up window that displays the temperature of the capital of that state. After 5 seconds the pop-up closes. Behind the scenes I would also like the clicks being tracked by a database. I am digging around weather.com trying to figure out linking RSS feeds to Flash and I am thinking MySql to count the clicks. Does anyone have any tips or a quicker, easier way to set this up?

View 3 Replies

Incorporate Flash Animation In Objective-c?

May 11, 2011

I'd like to incorporate some flash animation (a 2d character animation) into my objective c app.

I heard you can create and export a flash cs5 app into iphone. But I don't want to export an entire app. Just a small component...

for example, I want to get an animation of a 2d character waving that was made in flash and just incorporate that into my objective c app.

View 3 Replies

Flash :: Incorporate A Commandlist Into Robotlegs

Oct 20, 2011

I want to incorporate a commandlist into robotlegs, the way i've done it now is to have a commandlist actor funnel out all the commands when not busy, but when the commands are executed robotlegs loses its' reference to the 'contextView'. Meaning i'm doing somehting wrong.

View 3 Replies

ActionScript 3.0 :: Incorporate The Shadowbox Into Flash?

Jul 9, 2009

I'm trying to incorporate shadowbox into my flash. I'm very confused with the shadowbox flash instruction from their website, but this is what I have so far.I imported flash.net and created a button as follows

ActionScript Code:
mybtn.addEventListener(MouseEvent.CLICK, mybtnClick);
function mybtnClick(e:MouseEvent):void
{

[code]....

I placed the downloaded shadowbox folder onto my server along with the example.swf, but when I click the button on the site, nothing happens!

View 0 Replies

ActionScript 2.0 :: How To Incorporate Variables Into Path

Jul 7, 2005

I am making the following call...
Code:
on (release) {
_root.imopen = "girl1";
_root.girls.imopen.gotoAndPlay("in");
}
And it's not working, it should, of course, be calling
_root.girls.girl1.gotoAndPlay("in");
How to incorporate the variable "imopen" into the path.

View 2 Replies

ActionScript 2.0 :: Incorporate A Variable Into A GetURL?

Aug 21, 2005

how to incorporate a variable into a getURL like so -

getURL ("javascript:NewWindow=window.open('I want to insert a variable HERE','','width=600,height=500,left=0,top=0,toolbar=No ,location=No,scrollbars=No,status=No,resizable=No, fullscreen=No'); NewWindow.focus(); void(0); return false;");
}

I want to be able to generate a new window that just loads into it an image that's in the sites directory. I know it can be done in javascript, cause this code works in a html page

<a href="" " onclick="window.open('#fullSiteTextImage#/#uploadTextImageDirectory#/large_#strTextImageImage#','', 'width=600,height=500,noscrollbars'); return false;>

The green bit is a CFM variable, which contains something like flash/flash_images/image.jpg

So how can I do this from flash? I KNOW it can be done. It must be possible, someone please help me. The thing that seems to stuff it up to me is the fact that I have to enclose the getURLs URL parameter in quotes, so flash doesnt evaluate the variable.

View 6 Replies

ActionScript 2.0 :: Incorporate SWFAddress Successfully?

Mar 21, 2007

However, digging through the SWFAddress forums (as well as their brief documentation), I'm left with the idea that a site must have a very linear navigation in order to take advantage of SWFAddress's deep linking feature. Basically, the Nav must be timeline based, rather than AS based.The site I've designed uses a very common dynamically loaded swf architecture. Does this mean that any site using this architecture will not support deep linking at allSome background on what I'm trying to achieve: I'd like a unique URL that links directly into a section of the Flash site. The 'section' of the site is reached by simply having the right swfs loaded into their container clips.

View 3 Replies

Incorporate Scoring Code Into Current Game?

Apr 28, 2010

I'm trying to incorporate a scoring code into the current game.

View 3 Replies

ActionScript 3.0 :: Incorporate A Custom External Swf Form?

Sep 28, 2010

I have been working creating a fla file that loads several swfs and random background images. However, I have a custom form that I want to implement and I am having a problem figuring out how to do so. I want to have it work like an inner popup where it blurs and unblurs the background image (like the schedule from hbo.com).
 
Here's my setup:FLA file contains-UILoader for swf sectionUILoader for random background image
 
Lets say I load a section called home.swf into the section loader. Within the home.swf I have a button for someone to call up the form.swf. Is it possible for the form to blur the random background image when loaded then unblur it when it's done? If so how would you recommend I go about programming it. **I also have no idea how to unload it.

View 1 Replies







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