Html :: Flex/AIR: Loaded HTML Links Don't Work?

Jul 14, 2009

I have an <mx:HTML/> component in my flex air app that shows a web page. The problem is, if the web page has a link on it and they click it, it does not take them to that page. Is there a way to allow this, or a work around? is there a way for the loaded webpage to send Flex info about events that occur in it?Here is my code:

<mx:HTML
id="html"
width="100%"

[code].......

View 1 Replies


Similar Posts:


ActionScript 1/2 :: HTML Links Won't Work On Webpage

Aug 4, 2011

I made these Flash movies( the 4 at the top of the page). The links don't work live, but did work as a stand alone while making.

View 7 Replies

Professional :: Links Work In Stand Alone Movie But Not When In Html?

Jul 24, 2010

I have a huge problem. I have a menu in Flash MX (AS2), it's pretty straightforward: It's a list of links but each time you mouseover one several related ones highlight (the client really wanted this). The code on each button is:

[Code]...
 
This works fine in IE8, it works fine in the preview in flash, but in FF/Chrome the rollovers work but the link is not clickable. Nothing happens on click. I thought this was perhaps a plug in issue, but when I loaded the movie in FF but not embeded into html it worked fine, it's only when it's embedded into html that the links won't click. The movie is here and the movie in a plain html page is here.[URL]..

View 3 Replies

ActionScript 2.0 :: External Links Won't Work In Flash File When Embedded In Html

Jan 16, 2010

I used Dreamweaver to embed my flash file into an html file, using "Insert-->Media-->Flash".When I preview the file, everything works fine, but when I upload the file to the web, the external links to my blog and e-mail will not work. Before, I just had the flash file up, with no html, and it worked fine.Url...

View 2 Replies

Html :: Expanding Flash In HTML Covering Text Links In Firefox, Chrome, Opera?

Jun 30, 2010

I have a piece of Flash on an HTML page that when you hover over it, it expands out to reveal more information.There are text links that it expands over, however in everything but IE, when it's not expanded those links are still covered by the Flash making them unclickable.I have the Flash piece in a separate DIV wmode set to transparent.

View 1 Replies

ActionScript 3.0 :: Custom Cell Renderer For A Datagrid And The Html Tags Work Except For The Links?

Mar 11, 2008

I have a custom cell renderer for a AS3 Datagrid and the html tags work except for the links. Anyone know how to get those to work?I am using the class below for the custom renderer which is called in the fla withdg.setStyle("cellRenderer", CustomCellRenderer);

Attach Code
package {
import fl.controls.listClasses.CellRenderer;

[code]......

View 5 Replies

Html :: Parsing HTML Structure In Order To Obtain Some Links?

Nov 7, 2011

I need to parse an html source in order to obtain some links...Let's assume we have:

<html>
<head>....</head>
<body>[code]...

I only want the link1 which is a child of a div with class class1

View 3 Replies

Html :: Rendering HTML Text Containing Advanced HTML Tags Like <strong> - <em> - <span> And Advanced HTML Entities In Flex

Aug 4, 2011

I am designing a web application in Flex 4 and currently facing an issue rendering advanced HTML tags and entities in Flex 4. All I want to do is basically render an HTML text coming to me something like the one given below:-

[Code]....

View 3 Replies

ActionScript 3.0 :: Create 'virtual Mouse' Which Will Be Click On Links On HTML Page Loaded Into HTMLLoader

Jun 6, 2011

It is possible to create a "virtual mouse" which will be click on links on the HTML page loaded into HTMLLoader? I tried to do this using the class senocular .url... but it does not work.[code]

View 0 Replies

Flex 4 - Define A Style For Html Links In CSS?

Aug 30, 2010

how can I define a CSS style for html hyperlinks inside a mx|Label component such as a, a:link, a:hover and a:active ?

(I can't use s|Label since it doesn't dispatch link events I tried everything (even really stupid ones), but am unable to find anything that actually works:

[Code]...

View 1 Replies

Html :: Html - Video Embed Code Doesn't Work In Internet Explorer 8

May 12, 2010

Following embed code is from [URL] but it doesn't work in Internet Explorer 8. Firefox no problems. Any recommendations for improvements?

[Code]....

UPDATE 2010-05-14: If I'm not mistaken HD.se uses Flowplayer and all those flasvars are for that. Perhaps someone here is good with Flowplayer? I've never used it myself.

View 2 Replies

ActionScript 3.0 :: Create A "virtual Mouse" Which Will Be Click On Links On The HTML Page Loaded Into HTMLLoader?

Jun 6, 2011

It is possible to create a "virtual mouse" which will be click on links on the HTML page loaded into HTMLLoader? I tried to do this using the class [URL] - but it does not work I have something like this:

[Code]...

View 10 Replies

Html :: Styling HTML Links Within A Flash File Without Using An External CSS File?

Mar 6, 2011

I am having a nightmare using CSS to style HTML within a dynamic textfield in my flash doc. From what i now understand after much trial and error and reading online, CSS doesn't even work properly in flash even for the tags that it does understand (which are few and far between anyway). For some reason my layout is getting completely screwed up in certain scenarios (predominantly when there are images present too) when i hover over links (which are styled in an external CSS file). If i remove the external CSS styling (which only contains the following simple code):

a:link {text-decoration: none;}
a:active {text-decoration: none;}
a:visited {text-decoration: none;}[code]....

Then everything works fine (but no links are underlined as standard or on hover). Does anyone know of any way to style the links without using an external CSS file (all i want to do is have no underline as standard and then underline them on hover). As this is from user input into a text editor I cannot place these links manually on the page in flash as they could be anywhere, I need a way of parsing the HTML and then displaying it accordingly.

View 1 Replies

ActionScript 2.0 :: HTML Links From An XML Document - Links Not Working

Apr 21, 2011

I've got a PHP script that searches for links in a block of text and converts them to HTML values. The $message variable is then entered into my database using a simple INSERT. So far, so good. Then I have Flash parse the message using XML:

ActionScript Code:
function messStyling() {
messCSS = new TextField.StyleSheet();
var messCSSURL = "include/links.css";

[Code].....

The problem, however, is that my links don't work. The rollover works from the CSS styling, but the links don't actually go anywhere. When I rollover the links, the hand cursor doesn't appear, and clicking only serves to change the color back to the non-hover value.

View 9 Replies

Actionscript 3.0 :: Trial Links To Html Links?

Apr 14, 2011

I want to add links to 3 different external html pages in the place of th 3 my trial links(which are on the timeline) Here is code, this creates the three buttons listed in var catBtmmenu_label Array:

Code: Select all// Catalogue Bottom Button
//stop();
//hide button on the stage[code]..........

I dont know how to assign links to dynamic created buttons.

View 1 Replies

Flex :: Does Window.open Not Work Inside An AIR Html Component

Jun 15, 2010

I have a component in AIR like so:[code]The 2 alerts both work. however nothing happens when you click the new window link.all 3 links works when in a real browser so I know its ok.Is there just no support for window.open in the AIR HTML component? or is this a bug?Is there a work around?

View 2 Replies

Flex :: HTML Post Error - Swf Made HTML Posts To PHP Scripts?

Dec 5, 2010

I have a swf that I have created that make a few HTML posts. When I run and compile the swf locally, it successfully makes posts to my php code hosted on my domain. However when I then upload my swf to my domain, and then alter the embed tag to have a fully qualified path to my hosted swf, the swf will load correctly but it will make any HTML posts to my PHP scripts. The reason that I have an an embed tag with the fully qualified url in it, is that my goal here is to be able to place the html embed code on a number of different sites.

I have it working on a single remote site, and it has a wild card crossdomain.xml file in it. However when I try to apply a crossdomain.xml to any of the hosted sites, or to my computer locally nothing runs when the I use the embed with the fully qualified URL, if I just the locally hosted swf on my computer the HTML post work just fine. I feel this is related to the crossdomain.xml file, however I guess I'm not understanding some aspect of the security model.

View 1 Replies

Html :: Data In A String Make Clickable Html Link Flex?

Jul 1, 2011

I have a scenario that I get an string with html data, this is not just html data it's an email (outlook) saved as an html file and dropped in the string.Now this string needs to be formatted to an html document and should be a clickable link in a datagrid. So when I click on the link, the HTML document should pop-up and should gave me a nice HTML page that is readable for the normal users. I hope it's a bit clear what I want o_0. don't know where to start.

View 3 Replies

Html :: Flex - Display HTML Text In A Textarea Control?

Apr 15, 2012

I have created a textArea element but cannot display my HTML content. If I just display regular text it works or if I change the textArea element to a RichEditableText element it works fine. Since this is for a mobile app I would prefer to use the textArea element as recommended by Adobe.Here is the MXML code for the textArea. All I get is the border and no content displayed.

<s:TextArea id="myHelp" editable="false" width="100%" height="100%">
<s:textFlow>
<s:TextFlow>[code]..........

View 1 Replies

Html :: TextArea For Flex, Which Supports Html-text With Css Formatting?

Feb 26, 2010

I would like create a text area with code highlighting in flex. Is there an advanced textArea witch suports css for real. For example:

myHtmltext:String = '<span class="keyword"> #include </span>';
myTextArea:TextArea = new TextArea();
myTextArea.htmlText = myHtmltext;

View 1 Replies

ActionScript 2.0 :: Swf In An Html - Click On The Button In Aaa.html And Have The Action Occur In Bbb.html?

Sep 20, 2009

hopefully this is possible:

-1 large html (home.html) file houses 2 html files (aaa.html and bbb.html)
-aaa.html consists of 1 swf button
-bbb.html is empty

question: is it possible to click on the button in aaa.html and have the action occur in bbb.html? (for example, clicking the button in aaa.html will load a swf in bbb.html)

View 2 Replies

Flash :: Html - Using Images In Flex / Html Controls

Jan 4, 2010

Using the flex text area I am trying to put an image inside a list. Whatever I do, the image is pushed to a new line. The html is below. I want to show text and the image on the same line in list item 2. I have taken some of the formatting out for readability.

[Code]....

View 2 Replies

Html :: Flex - HTML + CSS Dynamic Render In Flash?

Apr 11, 2010

I have HTML + CSS text. I need some lib with simple function like "Render String Var conteining HTML" So no external files (like in flash lib called HTMLwraper you just have to play your SWF on top of HTML). dinamic! I give it string it renders It into some conteiner (not as a bitmab but as if it was real HTML dynamically rendered in flash). (And I need real HTML + CSS support not what normal rich text block gives us)I am going to use it in with Flex (Flash Builder) so I like MXML component model but even pure flash AS3 will workout.It should be Free and Opensource (any license like GPL, LGPL etc will be ok).So Is out there such flashflex library for HTML + CSS dynamic rendering (rfom given String or XML)?

View 1 Replies

Flex :: Compatible Html Tag To Show Flash On Html?

Sep 1, 2011

There are various ways to show flash(swf file) on html, for example, object or embed tags.I want to support IE6-9, FireFox3-, Chrome, Safari, and as many other browsers as possible.(especially IE6-9)But I also want to use simple tag as possible.What is the best way to write html tag to show flash(swf file)?

View 2 Replies

Flex :: 4 HTML - Append HTML Text To TextArea

Oct 24, 2011

Question is about Flex4 Text Engine: I want to

1) append HTML text to textArea text1 I can load text like:

[Code]...

But I have no idea how to appen new text !

2) add an image to textArea All this in the the new TLF :

View 1 Replies

Html :: Flex 3 - Using Html Tags In Custom Tooltip?

Nov 23, 2011

I'm using a custom tooltip in order to be able to use html tags. The method I used is described here.I'm using SDK v.3.5. I also did a little hack so that the TooltipManager.tooltipClass would work (check this post for more details).Here's some code.

HtmlTooltip.as:
public class HtmlTooltip extends ToolTip
{[code].....

Everything works fine BUT 2 things: First, font colors tags don't work. If ever I use sth like <font color='0xadadad'>...</font> it won't work. However, if I use <u>...</u>, it works fine

Second, the <a href='...'>...</a> does not work either. I checked in several websites, and the solution would be to set the selectable property of the text to true.

View 1 Replies

Html :: Load Html Page Into Flex Textarea?

Jun 2, 2009

I would like to show some textcontent from a website in a textarea box in flex.

<?xml version="1.0" encoding="utf-8"?>
import mx.managers.PopUpManager;
import mx.core.Application;

[code].....

View 3 Replies

ActionScript 2.0 :: HTML Links In XML

Aug 22, 2011

I can't figure out how to get an html link to show up in Flash. I know that I need to use a CDATA function but It will not show up as a link in my Flash file. I have selected the dynamic text field called "d_desc" and clicked the box "render text as html".[code]

View 1 Replies

Actionscript :: Html - Encode HTML In Flex?

Feb 26, 2010

Are there any functions available to convert:

Me, Myself & I to

Me, Myself &amp; I

I can't find anything in the Flex documentation.

View 2 Replies

Flex - Accessing HTML Via AIR's HTML Component?

Jan 22, 2011

I can't seem to find anything in Adobe's documentation about accessing the HTML of a web page through the HTML component in AIR.

I've looked into "domWindow", but that seems to only return Javascript.

Is there a property I can access that has the whole of the HTML in string format or do I need to use URLLoader or something like that?

View 1 Replies







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