Flash :: Embed An External Application?

Jan 28, 2010

I want to make a local application with flash, to watch in the upper side a movie, and in the lower side a pdf. I think one thing I can do it's to embed external application like acrobat reader to watch pdf, but I have no idea how to do this.

View 1 Replies


Similar Posts:


Embed A Previously Created Flash Application Into Another Flash Application?

Jul 23, 2009

What is the best way to embed a previously created flash application into another flash application?

View 1 Replies

Ios :: Embed Adobe Air / Flex Application Inside A Standard Application

Aug 29, 2011

I have a native (Obj-C, standard Xcode project) application and I'd like to integrate a partners iOS application (or specifically, it's functionality) into it as just another view in my application. The problem is that their application is a Flex/Air app. I really don't understand the Adobe compilation process on how it gets from a bunch of flex code down to an IPA. I don't see intermediate projects, shared objects, etc on the disk to produce that IPA. It looks like it doesn't rely on the Apple tool chain... as I understand it, you can produce the IPA on Windows as well. Is there any way to build that Flex app in such a way that I can import it into Xcode so I can link against it and use it as a library from within my application? While I specifically used iOS as an example since that is the most important platform, we'll want to apply this solution to our respective Android and Blackberry 6 apps as well.

View 1 Replies

Flash :: Embed Application In Html?

Jul 15, 2010

I am new to flash world, i created a flash application, reqires user interactions, i have a problem embedding it in html, my application reqires some socket connections etc.

View 3 Replies

Flash :: Embed Movie In WPF Application?

Sep 19, 2011

I would like to embed a Flash Movie in WPF Applicaion. preferably via the activeX control that is also used in internet explorer.

View 1 Replies

Flash :: Embed A Web Conference Room Into Application?

May 12, 2011

Basically what I need is to have a permanent web conference room in my web application to handle remote interviews.

This means that any user of the web application can get access to the room and have an interview with another user of the same web application, I need only 2 connection at the same time.[code]...

View 1 Replies

Documentation :: Embed A Flash Application Into Trac Wiki?

Jan 14, 2010

How to embed a Flash application into trac Wiki

View 2 Replies

Flash :: Html - Facebook Sharer From Embed Application

Sep 4, 2010

I have a small problem with a the Facebook sharer.php! I'm developing a small flash application (kind of slideshow) that will be embed into different website. In the application there is a button that send a request to Facebook to share a link. So based on the Sharer.php doc, I send a request like this :

[Code]....

The facebook page pops out, I see the correct title for 2 seconds and then facebook replace it with the title of the current page. Is there a way of preventing Facebook of rewriting the title that I chose? I know that I can use this in the head of my HTML document :

[Code]....

View 1 Replies

Asp.net :: How To Embed Flash Object In MVC2 Application Home

Sep 24, 2010

I need to put a Flash Object in my website developed on MVC2 .NET, however the third party who made it just gave me an html with this code.HTML errors apart I don't know how to put it on ASP.NET.

<table width="608" border="0" cellpadding="0" cellspacing="0" bgcolor="#F4F4F4">
<tr><td height="412">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="[URL]" id="runtime" width="608" height="412" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
[Code] .....

View 4 Replies

Actionscript 3 :: Multilingual Application, Which Font Sets To Embed In Flash

Feb 22, 2010

Building a multilingual application that should work with the most prevalent global alphabets but confused as to which font sets I should embed.For instance for Chinese there is Traditional Level 1, Simplified,Traditional (all). and Chinese (all).

View 1 Replies

Java :: Embed Adobe Flash Player Into Desktop Application

Aug 9, 2011

How can I embed a adobe flash player inside a java based desktop application? Can I be able to load and run an on-line flash game in it?

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

Professional :: Embed An External Video Into Flash?

Oct 15, 2010

I would like to embed an external video into Flash. the video is located on URL...I saw on youTube a lot of code for embedding the video. How exactly do I put it into flash.I am guessing I have to use the UILoader, but then there is no room for all the code?Where would I put it all in flash/

View 2 Replies

Flash :: Embed External HTML Page?

Aug 4, 2011

Does anybody know how to embed an external HTML page into Flash? I am envisioning something like an iFrame, but can't really figure how this would work. I've attempted using a scrollpane, but it didn't work at all.

View 5 Replies

Actionscript :: Possible To Use Flash 'include' To Embed External Swf's?

Feb 15, 2011

I'm naturally a PHP coder, but I have to use flash for a part of a project.I was wondering if I have files such as mainsite.swf and page1content.swf, is there a way to simply include the page1content.swf file into a predefined area on the mainsite.swf file (as in PHP's include)?Also, would it be possible to use this flash "include" to embed external swf's?Finally, ideally I'd be able to merge these files together, but from what I've read, it's a tricky business, with filenames, referencing etc, so this is optional.

View 1 Replies

ActionScript 2.0 :: Call Or Embed External Javascripts Within Flash?

Jan 22, 2009

how to embed external javascripts within flash with out having the scripts on the HTML.

View 0 Replies

ActionScript 3.0 :: Embed An External Website Into Flash Movie?

Jul 2, 2009

I want to put my blog into my flash movie and have it show up as an external website. (it's at [URL]). Is there a way to do this?

View 1 Replies

Embed Flash Games Into Windows Forms Application.net Compact Framework Under Windows Mobile 6?

Feb 5, 2010

I want develop an application on windows mobile.In this app, i need to show some Flash games to the end user.ow should I do?embed an Flash ActiveX Control (in Windows mobile Form application) ?embed an IE control?BTW (because i do not have a windows mobile device now)Can I views flash in IE of the windows mobile device?for play flash, Macromedia Flash Player 7 for Pocket PC should be installed on your windows mobile emulator.DIT2:after practice i found following package should be installed before your windows mobile progr

Vista SP2
Visual Studio 2008 SP1
Windows Mobile Device Center

[code].....

View 2 Replies

Actionscript 3 :: Using External Xml Data In A Flex Application Without Compiling The Source Into The Application?

Jul 15, 2011

I want to read xml data to a mxml application from a xml file on my filesystem. The example I found was for AIR,link2, link3. But I want to target the Flash Player runtime. If I use the the tag, I can do it; however the xml compiles into my swf. How can I retain the xml file in my release build?

View 2 Replies

Flash :: Javascript - Embed Completely In HTML Without Reference To An External SWF File?

Mar 18, 2010

Is there any way to embed Flash completely in HTML, without reference to an external SWF file? I ask because I would like to send an HTML file as an email attachment that the recipient will open in a browser and fill out as a form. The last step is that they will copy the result to their clipboard, paste it into a new message, and email it back. I cannot reliably copy to the clipboard with JavaScript because of the security issues, but there are simple Flash apps to add that capability.

I know I could just display the response text (which will be Base64 encoded) to the recipient and have them copy/paste, but it would be nice to provide this small convenience to them. Also, so you are aware, the text is often too large to include in an email using mailto. Yes. This needs to be done via email. The users have slow, occasional satellite email access and no other data connection to the interwebs. To make things worse, I cannot make them install anything. It is a difficult situation.

View 4 Replies

Embed Air In Flex Mobile Application?

Oct 15, 2011

I'm quite new to developing in Flex. I've found out that it's possible to create mobile applications with Flex 4.5. So far so good, I've made an app and it's working well on my mobile phone. But there is one thing that I'm not very happy with. When I'm installing the app I also have to install Adobe Air (stand alone application). So is not realy cool and not the way to go in my opinion because this will look strange to the users of the app. And especially the users which aren't realy 'geek minded'.

Any solutions to this? Is it possible to include or embed Air in the app? It will make the filesize of the app bigger but that's a much smaller problem then having to install a complete different app next to the real app.All the best from NL.

View 1 Replies

Flex :: Mxml - Embed An SWF Graphic In A 4 Application?

Sep 21, 2009

In Flex 3, you just said

<mx:Image source="@Embed('foo.swf')"/>

What is the preferred way to do this with Flex 4? Should I just keep using Image?

View 1 Replies

Javascript :: Embed Module Within Flex Application?

Mar 15, 2010

I have a large module written in JS which uses Canvas to draw and animate trees. This module was written for a product which is now being migrated to flex.

Is there a way in flex to embed this JS module as is? Or would I have to rewrite the whole module in AS3 (shudder)? Further, if embedding is possible, would user interactions (mouse clicks) etc. work seamlessly?

An example of the tree structure I am talking about can be found here - [URL]..

View 1 Replies

Flex :: Embed An ActiveXObject Into An Adobe AIR Application?

Dec 7, 2010

Is it possible to embed an ActiveXObject (in this case, the 3DVia Viewer) into an AIR application and communicate with it?

View 1 Replies

Database :: Embed A SQLite DB (*.db File) To The AIR Application?

Jan 14, 2012

I want to emded SQLite database (*.db file) to the AIR app, like images, mp3 etc.This is to ensure that it was impossible to copy my database for other users.

View 2 Replies

Flex :: How To Embed Share On Facebook Button Into Application

Sep 9, 2010

I'm trying to duplicate the behaviour of the "Share on Facebook" button from Youtube. Basically, inside a Flex app I'll have a button and when I click it I want a popup that enables me to post something on the wall. While it is possible to make a call to javascript to open the pop-up I want to be able to set the images and the text of my posting. How I could set the images or text as a parameter to the sharer window?

View 3 Replies

Java :: Embed A Jar File Inside A Flex Application?

Jan 30, 2011

I have a great idea and I want to build a flex application around a .jar file. Is there a way I can go by embedding a jar file into the flex application?

View 1 Replies

Flex :: Flash - External Swf Control Application?

Dec 21, 2009

I have a flex application that loads an external swf file. I created the external swf file using flash cs4 so I can add code to it if that is what it takes.

Here is the code I use to load my external swf:

//add button swf
var request:URLRequest = new URLRequest("http://www.yadayada.com/media/but_button.swf");

[Code].....

Can I have my external swf send click events to my flex application? How?

View 1 Replies

Actionscript 3 :: Access The Width Attribute Of The Embed Object From Within Application Swf?

Apr 4, 2012

I have a flex 3 project with a root mx:Application. The width and the height are set to pct values, because the application has several sizes that can be chosen by the user, so the correct size is set on the embed's width attribute.

how to access the value in that attribute. I read in several places that this.root.loaderInfo.width should give me that value, but it always returns 500, which I am guessing comes from the default application container width [URL].

I realize I could pass it as a flashvar, but that is not a good solution in this case due to the nature of the project. I've also tried pplication.application.width, stage.width, and stage.stageWidth, to name a few. I can't depend on any of those values, since they change based on the browser zoom level.

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







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