Flash :: Embed ActiveX Component In Flex?

May 20, 2011

I have an ActiveX componenet that displays some data from external systems (scada) and I'd like to embed it in my Flex web application's frontend (displayed in browser).

Is it possible to do it?

View 1 Replies


Similar Posts:


Embed AIR Browser Component In Flash, Not Flex

Jul 16, 2009

I am using Flash CS4 and would like to use the available browser component in AIR. However, any information I have found online uses Flex to embed this. Is it available in Flash? I was assuming it was part of the AIR architecture, so it would be able to be used in either, but it doesn't seem so.

View 1 Replies

Java :: Embed A Flex Component In A Pure Android Application?

Sep 7, 2010

I know it is possible to develop a full flex application using AIR for android but what I need is to embed a flex component into an already existing classic java android application.

I found some flash players in java but they all either require a JFrame or include of specific windows dlls.

View 2 Replies

ActionScript 2.0 :: [FLASH AS2] Embed Font For Label Component?

Feb 18, 2011

how can i embed font for a Flash Label Component?

View 3 Replies

C# :: .net - Access Flex Application ActiveX / ExternalInterface In Separate Process?

Mar 5, 2010

I need to fetch a flex application from a process in C#.

How can i get access to the externalInterfaceAPI when the flex application is running as a Application?

EDIT: After further reading it looks like it is possible, as from what i understood, a flex stand alone application is a ActiveX "container", so what i need is to get access to the ActiveX container, and from there the externalInterface API.)

View 1 Replies

Actionscript 3 :: Adobe Flex - Embed Component Inside An Image's "window"?

Sep 2, 2009

I have a an image, lets call it "StageSkin.png".This is an image which is really just a border, and the middle of the image is "windowed", meaning that it is meant to show other information inside of it.The information inside of it is in the form of a component (based on a canvas component, lets call it 'Gauge').I want to create a component out of the 'StageSkin' image and the 'Gauge' component inside of it that would allow me to resize the component with the 'Gauge' component staying inside of StageSkin's window.I searched on this, and got the code below, but the embedded component just overlaps the entire image. What do I need to do?

<mx:Style>
.nineSliceScalingBackground
{
background-image: Embed("assets/StageSkin.png",[code]..........

View 2 Replies

C# :: Flash ActiveX API Documentation?

Oct 18, 2010

I am trying to put a Flash ActiveX control into a Windows Form but I am running into a problem: a lack of documentation. The best I have found is a site called "F-IN-BOX" that has some documentation but much of the API is still a black box. For example, some property will take an integer or a string and provide no clue about what it wants. Another exanple is the FlashVersion() function that inexplicably returns 655361 on version 10.

Incidentally I'm having the same problem with Apple's Quicktime OCX. I've searched both sites and Google and I'm starting to wonder if either of these companies provide documentation for any of their products. Does anybody know where I can find documentation for either of them, even if it's the unofficial variety?

View 2 Replies

Professional :: Cannot Set FlashVars With Flash ActiveX 10.1.53.64

Jul 19, 2010

My external container isn't able to set FlashVars since I upgraded to Flash version 10.1.53.64. What's the matter ? A simple for loop didn't list anything in the loaderInfo.parameters object (for (var val:String in loaderInfo.parameters)).
 
It didn't happen with any older Flash version.
 
Environment:
Windows XP SP3
Container: Excel 2003, set FlashVars through VBA code
Flash ActiveX version 10.1.53.64

View 2 Replies

C++ :: Use Flash In Windows Application With ActiveX?

Nov 20, 2010

I known how to use flash in my windows c++ application with ActiveX.

But what it the way to do it under linux?

View 1 Replies

Flash ActiveX's CallFunction Method Always Fails

Jun 8, 2007

I likely have collected all information in the web, but still facing the problem.I am trying to host the Flash ActiveX in a C# program and establish two-way communication between the host application and the ActionScript contained in my SWF file.On the ActionScript side, I use the
ExternalInterface class.[code]

View 6 Replies

Flash :: ActiveX Control For Player Could Not Be Registered?

Aug 1, 2011

For a month now I have been without the use of programs lke Swishmax and sothink video downloader because all of a sufdden, flash can;t be installed. I do have in in firefox but I get this error when I try to install "ActiveX control for Flash Player could not be registered" I have tried everything, but nothing works.

View 2 Replies

ActionScript 2.0 :: Disable To The ActiveX Control Over The Flash?

Apr 23, 2007

this script is for making disable to the activeX control over the flash.

Code:
<script language="javascript">
objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)

[Code]....

but it dosen't work on the opera

some body tell me the perfect reason or problem regading the my script.

View 2 Replies

ActionScript 1/2 :: Controll Activex Media Player With Flash?

May 28, 2009

I have a swf and an activex media player on a page... the stream urls are in my flash movie and I would like to be able to choose which stream to play in the media player by selecting a button on the swf... this is where i am currently in detail... skip to the bottom if you would like the quick description

[Code]...

View 3 Replies

Professional :: ActiveX Control For Flash Player Could Not Be Registered?

Jul 16, 2009

I am in need for some serious help before i have to do the ultimate and reformat my hard drive and spend the next 12 hours reinstalling everything. The issue is flash. I get this error "ActiveX control for Flash Player could not be registered" anytime i tru to install flash. I can see flash content in every browser except internet explorer 9 so I don;t know what to make of this. I have tried everything to now avail. There are a few programs that won;t work and always prompt me to install flash. When I do I get the same error. The fact that this error can;t be fixed is amazing to me. I am asking has anyone got any idea on how to fix this problem minus the usual links that Adobe has, none of their remedies work. I am using windows 7 64 bit.

View 7 Replies

Professional :: ActiveX Control For Flash Player Could Not Be Registered

Aug 11, 2011

i have to do the ultimate and reformat my hard drive and spend the next 12 hours reinstalling everything. The issue is flash. I get this error "ActiveX control for Flash Player could not be registered" anytime i tru to install flash. I can see flash content in every browser except internet explorer 9 so I don;t know what to make of this. I have tried everything to now avail. There are a few programs that won;t work and always prompt me to install flash. When I do I get the same error. The fact that this error can;t be fixed is amazing to me. minus the usual links that Adobe has, none of their remedies work. I am using windows 7 64 bit.

View 1 Replies

Windows :: ActiveX Flash-Player Can't Access Web-content

Jan 23, 2012

I have a ActiveX control hosting a flash-player which is in turn running a flash file trying to access data from a web-address.

In an old Windows Application version of my application everything works fine and the flash file is able to access the web-content.

However, in a newer Console Appliction version of the application it can no longer access the web-content.

Is there some kind of difference between a Windows Application and a Console application in terms of security/permissions that might affect an ActiveX hosted flash-player?

View 1 Replies

Flash :: Professional - Camera Work Bad After Installing Player ActiveX 11.0.1.152

Oct 21, 2011

I have a piece of code:

[Code]....

Which implementation is running here: [URL] I have Vista Bussines SP2 but problem also exists on Windows 7 Home Premium. On IE 32 bit the capture image is flickering on my moves. This is very annoing. I compile my project with additional settings: -swf-version=12 -target-player=11.0 On for example Firefox this work much better but problem also exists. And external library is set to newest playerglobal.swc downloaded from Flash Adobe download site.

View 1 Replies

Several Errors During Building Shockwave ActiveX(Flash) In C++ Builder 2010?

Jan 11, 2011

[URL] how to build ShockWave ActiveX in C++ builder 2010 as I had a transition from c++ builder 6 to c++ builder 2010 and much used to it, however it's possible to build it in c++ builder 6.

Errors are smth like these::::

Checking project dependencies...
Compiling ShockWave.cbproj (Debug configuration)
[ILINK32 Error] Error: Unresolved external '__stdcall Shockwaveflashobjects_tlb::IDispatchEx::GetDispID(wchar_t *, unsigned long, long *)' referenced from F:个人é‡è¦èµ„æ–™(勿删)ADMINISTRATORæ¡Œé¢DEBUGSHOCKWAVEFLASHOBJECTS_OCX.OBJ

[code]....

View 1 Replies

Css :: Flex 3 Embed Throws "Invalid Embed Directive In Stylesheet' Error On Linux

Mar 9, 2010

We have a flex application which compiles fine on windows box using mxmlc ant task but when we try to run the same build scripts on linux, it throws the 'Invalid Embed directive in stylesheet' error indicating it is not able to resolve the path to the image files.

Can someone pls. educate me on if there is a difference in the way the image files are looked up, in a CSS file, on windows vs linux.

Flex sdk version is 3.3. The same sdk is used on both windows and linux. Not sure if this has been fixed by any future 3.x sdks.

View 2 Replies

Flex :: 4 - Null-component - Checking If The Cancel Button Component In The Child Component?

Jun 23, 2011

I have a component "child" which has a cancel button. Now this component is placed in a state called "newChildComp" I also have another component called "parent". In the parent component, i have a button that dispatches an event. Here is the event code:

[Code].....

so, basically,i am checking to see if the cancel button component in the Child component, while i am still in the parent Compoent, was clicked, if it was clicked, call the cancelButtonHandler. The problem is by the time the addNewChild handles the event, that cancel button was still null. My question is how do i solve this without using the itemCreationPolicy on the cancel button?

View 1 Replies

Actionscript 3 :: Embed Characters In Component Labels

Dec 28, 2009

I have the following code:

var tf:TextFormat = new TextFormat();
tf.font = "arial";
aRButton.textField.antiAliasType = "advanced";
aRButton.setStyle("textFormat", tf);
aRButton.setStyle("embedFonts", true);

When i run this i get antialias on my radiobutton but the Swedish characters å, ä and ö disappears. Is there a way to manually embed these characters?

View 1 Replies

ActionScript 2.0 :: Embed Fonts In Component Textarea?

Oct 17, 2006

I am working on this website, but i can't figure out why i can't embed my pixelfont in my textarea.

[URL]

I read on the internet i had to do it with styles because the textarea is dynamically filled with content. So i wrote this code, but it doesnt work!

Code:
// **************************************************************
// Styles
// **************************************************************
var my_styles = new TextField.StyleSheet();

[Code]....

View 4 Replies

Flex :: Simple TextField - Using SWFObject To Embed Flash

Nov 20, 2009

I'm using swfobject to embed my flash. I've created a simple textfield using FlexBuilder. It's an AS3 project, which extends Sprite. I've set its width to be 640 and height to 450. Then, in the swfobject parameters of the page, I've also set 640 x 450. I've made the background nice and red and ugly so you can see it. [URL]. It seems to be the right dimensions.

But I've got a textfield which is supposed to be almost the same size and height. This runs fine in FlexBuilder (is the right size) but is all messed up once I add swfobject Can anyone see what is happening? I just looked at it and it looks ok. But then I refreshed the page and the textfield is postage-stamp size (again -- this is the original behavior I saw.) It's now looking OK in firefox but not in IE8. Flash is supposed to look the same in all browsers?

AS3 code:
package {
import flash.display.Sprite;
import flash.text.TextField;
import flash.text.TextFormat;
import flash.text.Font;
[Code] .....

View 2 Replies

Flex :: Display Embed Images In Flash / Builder?

Jun 7, 2010

I'm using image embedding in Flex 4 (the same goes with Flex 3). [code]...

When i run the application i see the icon but in Flash(Flex) Builder i can't see the images while working in Design mode. Is there any way to enable image visualization in Flash Builder design mode ? or a better way to include resources.

View 2 Replies

Actionscript 3 :: Way To Embed Custom Fonts In Flash Without Flex?

Feb 26, 2012

I've never used flex and don't have the library as far as I know, but I have a custom font I want to use in my flash program, and even though I have it imported into my library, when I move my files to another computer that does not have the custom font I'm using installed, it's replaced with a system default font.

View 1 Replies

ActionScript 2.0 :: Embed The Fonts Using The Embed... Button In The Flash IDE ?

Jan 30, 2007

I am using the following line before my class declaration .

[Embed(source="C:WINDOWSFontsVERDANA.TTF", fontName="VERDANA", mimeType="application/x-font-truetype", flashType = true)]

But there is no change in the appearance of the Text whatsoever.. I need the text to be crisp and clear.Just like the way it looks when we embed the fonts using the Embed... Button in the Flash IDE.

View 1 Replies

ShockWaveFlash ActiveX In VB6?

Nov 22, 2002

In VB6 the main form loads a full screen .swf animation played by the ActiveX control ShockwaveFlash. If I rightclick on it (the control while playing) a small rectangular form says "About MacroMedia Flash Player 5" then the second form should be loaded (when animation is over) but Runtime error 401 says "Can't show non-modal form when modal form is displayed". I know the cause of this error and can fix it. But do you know a way about how to make ActiveX control ShockWaveFlash itself ( thru its properties maybe) not respond to right-clicks at runtime?

-----------------------

P.S No reason to right-click there, but as you know users can do anything.While the animation is playing mousepointer is set to invisible, yet still the error.

View 1 Replies

Flash :: Flex :: Embed A Html File Into An Air Package By Using Builder?

Jun 30, 2011

I have an Air Application which uses mx:HTML to show a html Page. This html page is located in my bin-debug and as long as i start my application out of FB it works fine.

In Project -> Properties -> Flex Build Packaging -> Package Content the test.html is selected

When I build the project by Project-> Export Release Build the HTML file is not included in the Air Package and so cannot be shown.

View 1 Replies

Buttons - Loading Without ActiveX?

Sep 6, 2009

I just spent 3 days making a drop-down-button-menu. It looks great.I added it to the HTML of my website, but everytime you load the page, you have to download the ActiveX control...How is it that people have drop-down-button-menus that are flash-based, yet they don't make you download the ActiveX control? Should I just scrap my buttons and try to use CSS, or HTML, or Javascript?

View 1 Replies

Flex :: Embed A Streaming .swf File Inside Another Flash Or Adobe Air Application

Sep 24, 2010

I currently have a network camera that streams video as a .swf (and also as a motion JPEG as well...) and I want to be able to embed the stream inside of either a Flash or Air project that I'm creating myself. The only examples i've been able to find though, require the .swf to be saved as a resource of the project; clearly, this is undesirable for a live stream.

Another option is to utilize the motion JPEG. I have some generated code (shown below), but unfortunately only the first image is displayed when viewed via adobe air (if I were to view it in a HTML browser, the image would automatically update, effectively showing the stream:

<SCRIPT LANGUAGE="JavaScript">
function displayImage( )
{
// Set the BaseURL to the URL of your camera

[Code].....

View 1 Replies







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