ActionScript 2.0 :: Firefox Blocks Legitimate GetUrl & Textarea Html Links?

Nov 26, 2007

this command

Code:
getURL ("http://www.google.com, "_blank")
will work in Firefox, only if launched onRelease of some button

html links in html enabled textarea like this..

[Code]...

View 2 Replies


Similar Posts:


Flash :: File Blocks Underlying Html Links

Jun 25, 2009

We have a Flash swf object embedded in an html page. When the user sees the page it's just a small button, but on the rollover state the area of the object expands and covers more of the page. This is how it was designed. The problem seems to be that the maximum size of the swf object, even though it's transparent and "invisible" unless the user rolls over the button, blocks out all the underlying html so you can't access any of the links. It's as if the object is covering that part of the page even when it's not expanded. I've tried every publish setting I can imagine to compensate and make the item truly transparent so the "hidden" underlying links will still be clickable, but just can't get it.

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

GetURL Command In Firefox 3.5?

Jul 7, 2009

Are there known issues regarding the getURL command in Firefox 3.5?I made a very simple flash movie with some getURL commands and they work in IE7 and IE8 but not in Firefox 3.5.[code]I just tested in Opera (9.24) and it doesn't work either...

View 1 Replies

IDE :: GetURL Not Working In Firefox?

Oct 14, 2009

I have an _Xslide gallery that I need to make each photo link to an absolute URL. Works fine on IE but FireFox dosnt function at all. I can get it to work if I "_blank" but then it is applied to both browsers. The requirement is that the gallery function in the same window for all browsers.This swf is hosted in an "included" html file...where the swf does not live in the same directory...although I have tried that also but to no avail.

Ive also tried "_top", "_parent", "_self"
heres the AS...
one_mc.onRelease=function(){

[code].....

View 1 Replies

ActionScript 2.0 :: GetURL Works On Firefox (mac And Pc), Not On Other Mac Browsers

Jul 13, 2011

I have flash files on a page which load and play a sound file, then advance via getURL javascript to the next page when the sound file has finished playing (i.e. the movie is non-interactive, maybe this is part of the problem).

On firefox - both PC and Mac - it works just fine. On Mac Safari and Chrome at least is doesn't seem to do anything, but the same javascript works fine when I issue it to the browser manually.

the getURL statement

Code:
getURL("javascript:document.getElementById('NextButton').click();");

1. In the html I have used OBJECT with nested EMBED. With all the browsers that I tested, this worked fine, as did having only the EMBED code

2. I have used the allowScriptAccess parameter correctly in both cases (always), and the swf is hosted on the same subdomain as the survey engine too...

3. I'll check now if a simple alert() is displayed

View 0 Replies

ActionScript 2.0 :: GetURL('', '_blank') Not Working In Firefox?

Nov 17, 2004

I'm encountering a problem with the getURL function. When I have a button with the following AS

Code:
on(release) {
getURL("http://www.google.com", "_blank");
}

and test it within Firefox (0.9.2) then it loads within the same tab which isn't what I want obviously. In IE it loads a new window without problems. This used to work but I after reinstalling winXP with SP2 it doesn't work anymore

View 5 Replies

ActionScript 2.0 :: GetURL Function Not Working In Safari / Firefox On Mac

Apr 28, 2010

I have a file upload application I built that uses FLASH as a means to transfer file to/from users directories on a server. Once the file transfer has completed I fire a function that includes a call to a javascript function within my page that executes an AJAX refresh of one of the "div's" on my page.

ActionScript Code:
// COMPLETE FUNCTION
fileRefListener.onComplete = function (fileRef:FileReference):Void {
status_txt.text +="<font size="11" color="#E6E6E6"><b>" + fileRef.name + " uploaded.</b></font>
";
status_txt.vPosition = status_txt.maxVPosition;
filesCompleted++;
[Code] .....

And my JS is:
Code:
function handOff() {
new Ajax.Updater('manage_user_info', '/fileTransfer/manage_user.php?client=' + $('users_to_manage').getValue(), { method: 'get' });
}

This works flawlessly in IE6/IE7/IE8/FF3.6/Opera/Chrome/Safari on Windows Machines but for users on MAC's there seems to be an issue. Any particular reason this wouldn't be working in a MAC environment?

View 0 Replies

ActionScript 2.0 :: Flash/Firefox Bug GetURL Loads Old Movie?

Mar 14, 2006

I have an interesting (and rather embarrasing) error occuring only in Firefox on http://www.northwestu.edu/report/06/. If you watch the presentation in Explorer, this is the proper chain of events:[URL]..I oversee this site and unfortunately we did not find this bug until after linking up this content to our home page.

View 2 Replies

Professional :: Substituting JScript/ HTML When The Browser Blocks Flash

Jan 8, 2010

Many people install an add on to their browser - such as Flashblocker, or FlashOff - in order to stop annoying advertisements from auto-running. Is it possible to detect that this has been done, and then (obviously) use JScript to put up an alternative if this is the case?
 
If you cannot do this, then there is really no point to using Flash's higher functions, because  the majority of users will see them only if they click a gray panel with a hopeful button in the middle of it. Flash becomes merely a decorative bolt on for web applications.

View 3 Replies

ActionScript 2.0 :: GetURL - Getting Firefox To Open File From Exe When FF Is Set To Default Browser

Dec 21, 2006

Is there a work around to the getURL Firefox issue? I am having trouble getting Firefox to open my file from my exe when FF is set to my default browser. If FF is already open, the getURL functions fine. If FF is closed, I have to click on my button twice in order to open the file (ie, click once opens a blank window, click again and the file opens) I have FF 2.0.0.1, Flash MX 2004 Prof. I have tried setting an interval to have the getURL fire again but I can't seem to get it to work.

[Code]....

View 2 Replies

ActionScript 3.0 :: Multiple Links In A TextArea?

Oct 21, 2009

I'm trying to pull data from an XML file into a TextArea to take advantage of the scroll bar capabilities.I have two XMLLists, XListCopy & XListURLs. XListCopy is basically a list of words that need to be on their own line. While the XListURLs are the respective links for those words.Since at the moment, I'm using appendText obviously any links will be merged into one. Is there any way to separate each & make each clickable?

View 11 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 :: Bug (links) With The New Firefox 4 And Mac Os X

May 3, 2011

I've noticed a bug with the new firefox 4 and Mac os x.

I can't post here a link because i don't have enough posts. But if you use a mac and Firefox 4, could you make this simple test.

See a flash animation online and see that when you mouse over a link, the cursor doesn't transform with a hand cursor.

If you try with chrome, safari, camino, it works.

You can also make this test :

ActionScript Code:

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

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

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 :: 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

Professional :: Close Buttons And Url Links Not Working In FireFox?

Sep 23, 2010

I am very new to Flash and actually our graphic designer created this small flash timeline here:[URL]..For some reason when I test it in Firefox the Close button and the links do not work. Also I know of one person who has the same issue in IE. Most others using IE have no problem what so ever. The actionscript for the close button is:

[Code]...

View 5 Replies

Flash :: Layering (100% Width And Height) Over HTML: Can't Access HTML Elements In Firefox / Chrome / Safari

Jul 4, 2011

when I layer an swf over html, with all the good stuff in place (wmode = transparent, z-index), I can't access the html elements in Firefox/Chrome/Safari. Here's a link to a test [URL] This is a stripped down version; I've also tried using swfobject.

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

ActionScript 3.0 :: Using Lightwindow To Create An Overlay That Displays The Links / Images / Video / Firefox

Mar 5, 2009

i have an swf placed into a html doc - the swf creates thumbnails and links that create a sort of videowall effect - the links come via xml. i am using lightwindow to create an overlay that displays the links/images/video etc... so here is the problem - if i open it with firefox on a mac - and choose say the youtube link - it opens lightwindow brings in the flv briefly - then the flv vanishes leaving a white void where the player should.

but if i add the same link to the html and click it, that works as it should do - ie the youtube flv apprears and you can click and play it etc... Safari on a mac works a treat - and loads and then plays the flv. is this just a bug in FF for the mac - or mac&pc? doesn't FF like flash and youtube together or something? or is there a work around? my tester is here could any pc heads tell me if the lightwindow works at all on their windows browsers? and tell me what versions you are on?

View 2 Replies

Professional :: Why Do Links Inside My Flash Site Not Work Properly In Firefox 3.6.1 And Safari 5.0.2?

Nov 17, 2010

The latest versions of firefox and Safari both cannot display email links. For some reason they don't parse ou the "mailto:".

View 5 Replies

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

Actionscript :: HTML In Spark TextArea?

Mar 20, 2011

Trying to add some html to a TextArea in Mobile Flex 4.5 but keep getting the error:

"1180: Call to a possibly undefined method StyleableTextField."

For the following line:

StyleableTextField(txtMyText.textDisplay).htmlText = "sample <b>text</b>";

View 2 Replies

ActionScript 2.0 :: Changing A GetURL To Access Local Html?

Jan 22, 2011

When I originally made this flash, I created a button to access a web page that I had uploaded to my university server.

Now I'm attempting to compile all my webpages and flash to a CD for portfolio purposes and am having trouble redirecting the button to access the html in an adjacent folder to where the flash is stored.

Here's an example of the original button AS:

on(release){
getURL("TheURL(sorry I can't post links)", "_blank");
}

View 2 Replies

ActionScript 2.0 :: Target Html Frame From Flash GetURL Flash8

Mar 18, 2007

Note: I rarely join forums or post threads, however, given the living hell i went through to figure this problem out I thought i would go ahead and post this for all others having my problem (in hope that you find this link and it solves your problem). Aim: using frames, I want to create a flash menu in the left frame, the buttons in the left frame should open up the target page into the (main) right frame. [in other words a normal frame based website that has a flash menu as the navigation for the site] Problem: When using getURL to open the page in the frame i.e. on (release) {

[Code]...

View 2 Replies

Flash :: Legitimate URL Cloaking For SEO?

Dec 10, 2009

I have just asked these two questions, one on flash seo url best practices and one on url redirects for seo in flash, and it got me to read more about cloaking and sneaky javascript redirects.

In that cloaking and sneaky javascript redirects article, it says:

"Provide the textual contents of JavaScript in a noscript tag... Ensure that you provide the same content in both elements (for instance, provide the same text in the JavaScript as in the noscript tag). Including substantially different content in the alternate element may cause Google to take action on the site."

"Use of JavaScript is an entirely legitimate web practice. However, use of JavaScript with the intent to deceive search engines is not. For instance, placing different text in JavaScript than in a noscript tag violates our webmaster guidelines because it displays different content for users (who see the JavaScript-based text) than for search engines (which see the noscript-based text)."

To me that sounds like, if you have a Flash site, and you want it to be SEO, then if you render to google an html page with the same textual content as the flash swf, then you are safe. As long as I am not "with the intent to deceive search engines" and am not "including substantially different content in the alternate [flash] element", am I safe? Is that legitimate? Has anyone verified this?

I also get from that set of webmaster guidelines that it would be acceptable to redirect a [url].. for flash users, because the intent is not to deceive and if they are only differing by the "View", with the "Model" staying the same, is that legitimate?

View 1 Replies

ActionScript 1/2 :: Using An XML File To Add Text Into A TextArea Component Set As Html?

Feb 23, 2010

I'm using AS2 in Flash CS3.I have a TextArea component in the stage that's loading its text from an XML and I've been able to use the ul and li tags to create lists. However, when I try to include a nested list it just inserts a line break between the nested list and the main list rather than indent it further. Is there a solution for this issue?Failing that, how would I be able to add non-breaking spaces into the XML so they will render inside the TextArea component? I've tried   and   without success. I scoured the net for some help with this and found some information about modifying the font embedding xml file with a new entry for the non-breaking space and that didn't work either, so that leaves me somewhat stumped.

View 1 Replies







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