IDE :: Can't Tab To Flash Content

Dec 12, 2008

I'm revamping a website I'm working on to be accessible to those with disabilities. I'm using the Jaws screen reader to test.The Flash content is embedded in a ColdFusion page.The problem I'm having is that I can't seem to navigate to the Flash content on the page...

hitting the Tab button on the keyboard only tabs to the next link on the ColdFusion container page, never tabbing to any of the Flash buttons.If I click on the Flash content once, I can then tab between the Flash elements, but 508 standards require keyboard-only access, so clicking once isn't an option.Also, even though I've given each Flash button a name in the Accessibility panel, the screen reader is not reading the names. (Works fine in an all-Flash page, but not in the case of Flash being embedded in a ColdFusion page).

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Content To Load Into The Loader And Have Its Content Change Once Click On The Other Button Flash 8

Aug 15, 2009

I'm have made some buttons (movie clip) and when I click on it, I want a file (home.swf) to load in a loader (mx.contents.loader) and I want the other buttons to do the same, all load into the same loader. I have no Idea how to do that. The way I have it set up now, the home.swf will load over the entire screen and that is not what I want. I just want the content to load into the loader and have its content change once I click on the other buttons. Here is a copy and past of that I have at the moment, I'm using Flash 8 to do it all.

[Code]...

View 1 Replies

ActionScript 2.0 :: Edit Dynamic Content And Modify The Content And Save It All Within Flash?

Oct 1, 2007

how it is possible to edit dynamic content and modify the content and save it, all within flash.I have tried some experiments in the past and have got the text to change etc which is easy but i need a way to save the content so the next time anybody sees the flash it will have the latest content until i change it again.

View 2 Replies

ActionScript 3.0 :: Flash - Loading External Content On Top Of Main Content?

Jan 28, 2011

I'm loading one SWF into another but the internal one is coming over the main content and that can't happen.here is the part of my code where the external content is being loaded anyone hason what I can do to fix this? here is my code:

Code:
var loadAnimBox:Loader = new Loader();
var vid_mc:MovieClip;

[code].....

View 2 Replies

Html :: Content Displaying With Flash Content In IE8?

Apr 23, 2010

The HTML content below the flash content not displaying in IE8 browser. Here is the code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="100%" height="100%">

[code]......

View 1 Replies

Html :: Css - Enable Content On Top Of Flash Content Without Using The "transparent"

Jan 24, 2010

I'm developing a Flash application which is communicating with Javascript to allow more features such as custom html input etc., by placing an absolute positioned div on top of the flash application and controlling it's position etc. with Flash & Javascript.

Because these html elements have to appear above the flash content, I figured the following basic css would be enough to do the trick:

#flashContent {
position: absolute;
left: 0px;

[Code].....

So, the htmlContent has a higher z-index than the flash content and thus it should be shown above it. Unfortunately, this only seems to work when you set the Flash object's "wmode" parameter to "transparent".

The problem with this setting is that it's seriousely decreasing the application's framerate to an unacceptable amount.

For static content this does not seem to be a problem, however for my application there's all kinds of elements that you can drag around which have to be moved real-time (while moving the mouse).

So, how do I enable html content on top of flash content without using the "transparent" wmode parameter or how do I optimize framerate when using the "transparent" wmode parameter?

View 3 Replies

ActionScript 3.0 :: Remove The Loader But Its Content Still Playing I Know That From The Sound Of The Content Was Loaded?

Apr 20, 2009

How to remove a loader and its content using removeChild or any other way, I had removed the loader but its content still playing in the background i know that from the sound of the content.this is the my code for removing:

removeChild(getChildByName("SampleLoader"));

View 9 Replies

ActionScript 3.0 :: Loading Images - Substitute The Content For The New Content?

May 20, 2010

I have a menu whee you can choose a picture to lead, works great with first selection, but when you choose a different picture it loads over the last picture,I want to substitute the content of that movie clip not to load all the pictures in the same space. I treid to use clear() and removeChild(), but this only works when I choose pic1 then remove that to load pic2, is there an easy way to substitute the content for the new content?

View 1 Replies

ActionScript 1/2 :: Finding Content On One Of The Pages In The Content Menu?

Oct 29, 2009

I am a designer working in a flash file on the navigation part. The web site (is not yet posted) works fine but I need to change the contents when the menu is clicked (contact us, etc. ..). I need to find where the information is so I can change the address, phone number, info. but I have looked everywhere and cannot find it. Where could it be hiding?

[Code].....

View 4 Replies

ActionScript 2.0 :: Keep The Content Of A Mc (attached Content) When Duplicate It?

Sep 28, 2004

is there a way to keep the content of a mc (attached content) when I duplicate it? I know that duplicate remembers size, position, rotation etc. But I want to get the attached content too.

// Example.
Container1_mc.attachMovie("star","obj_1",1);
Container1_mc.attachMovie("stripe","obj_2",2);

[Code].....

View 3 Replies

ActionScript 2.0 :: Loading External Content To MC Content Box?

Oct 8, 2003

how to load external swfs into the an MC content box using movies with embedded buttons?the problem i'm running into is this: i have animated buttons within movie clips. i also have a main_content MC in my scene into which i'm trying to load background images from another file. this other file has 3 frames, each with a different image.i don't know what the action script would be for a movie/button to load my external swf frames into the main_content MC.

View 1 Replies

IDE :: Scolling Content (A.S 2) - Cant See The Actual Content?

Jan 15, 2009

I have a problem with scrolling content.I m using the information and files from the following tutorial...http:[url].....The scroller is working but I cant see the actual content.I cant figure out what the problem is, I�ve uploaded the .fla file so that you can check it out...http:[url]......

View 2 Replies

Professional :: Load/display HTML Content In A Flash Box From Flash Movie?

Mar 24, 2012

I'm editing a flash web template in Flash pro (cs5.5 master collection) . I have a horz scrolling calendar with event and direction links in each day. The calendar is Html/css/ and jQuery.  If I Build a single Html page that loads the CSS and jQuery and contains all the calls and Content text and I call/display this in a flash box in my "movie"

View 4 Replies

ActionScript 2.0 :: Edit The "content" So That It Display Html Content?

Jun 28, 2008

I have an xml doc which works beautifully....now I want to edit the "content" so that it display html content, ie....within the text of the "content" I could add bold tags or add a links or something like that....I have looked up and down and no thread I could find has a straight forward definitive answer...not just on here either...is it that difficult...i doubt it?I will have to set the properties of my text box to accept html...right?so something like this....

theText.html = true;

THis was my attemp...(the first part)...but no deal...

Code:
<icons><icon image="shoes.png" tooltip="www.shoes4crews.co.uk" content="I made this...<![CDATA[<a [code]....

View 1 Replies

Unable To View Flash Content With Flash 10,0,22,87 As A Non Admin

Jul 2, 2009

We currently have an issue with in our Citrix farm with Windows 2003 Servers (x64, R2, SP1) Where Flash Flash 10,0,22,87 is installed and working fine when logged in as a Domain administrator but will not work as a normal (non administrative user) to confirm I've given a user who it did not work for Domain admin rights and it started working straight away. I'm using (and published within Citrix) the 32bit version on IE for compadibility reasons and have also tired this on a Window 2003 Server (x86 R2 SP1) and am getting the same results so I have to assume the issue is with Flash and not with my setup.
 
I've tried the following recommendations:Remove with Adobe Flash removal tool and Reinstalling via website with an Domain admin login using the change user /install command Remove with Adobe Flash removal tool and Reinstalling via install_flash_player_ax.exe installer with a domain admin account using the change user /install command Allowing Domain users Modify Premissions (to both the Directories and Files) to the M:WINDOWSsystem32MacromedFlashswflash.ocx & M:WINDOWSSysWOW64MacromedFlashFlash10b.ocx Following KB article [URL] and applying the premission changes recommended Following KB article [URL] and checking the registry premissions on these items I've enabled all ActiveX and Java related IE options in Group Policy to allow the to run for the Internet Zone When going to [URL] either as a Domain admin or a Regular user it confirms that "You have version 10,0,22,87 installed" Still I cant seem to get flash components of websites to load when logged in as a non Administrative User.

View 1 Replies

Flash 10 :: Hidden Flash Content Showing Up When Zoomed Out?

Aug 11, 2011

My website is already done, however I found some sad property right after completion and publishing. When I zoom out (with ctrl+mousewheel or ctrl+-) my content which should be hidden is revealed which looks terrible and ruins whole effect (as you can see in the link below).

[URL]

I did not use any mask, as I could not overcome the issue that I needed 2 masks actually - one for the whole opacity in the middle, and second for the rest with slight opacity and I believed flash CS 5 does not allow this.Therefore I used simple layer with low opacity and small cut window in front leaving my moving pictures in the back.Now is there any way I prevent either browser from zooming out or zooming in(javascript perhpas?) or Flash from showing off-document content?I think I've tried every combination of Flash publishing. Every time after zoom out the space between flash object and the rest of the html are enlarged and pictures off-screen are shown.

View 2 Replies

Professional :: Flash Over Other Content?

Feb 1, 2011

Is it possible to have Flash content from one Iframe appear over the top of content in another Iframe? e.g. as if one wanted to have a drop down menu?I tried exporting an animation beyond movie size, with a windowless transparent setting but that didn't work

View 2 Replies

Flash Content In ELearning: One SWF Vs. Many?

Apr 3, 2010

We are designing a Flash-based language course, and I am not sure which architecture we have to choose. The content won't be uploaded to the Internet, it will be used only locally.Possible architectures:1) A single SWF with all the data stored internally - it seems a rather clumsy and inefficient way (or it's not?).2) To make a Flash-based interface, and to keep the data saved in a MySQL database. It presumably allows to organize the content better, avoiding self-repetitions. The problem is that the language teacher (who is not an IT specialist) will have to install additional software to handle MySQL.

View 2 Replies

C# :: Possible To Write Flash Content

Sep 2, 2011

I've been googling this for a bit but haven't come across anything definitive. Is it possible (by which I also mean practical) to compile Flash swf apps using C#?

View 3 Replies

Flash :: CSS Transform With Content?

Nov 28, 2011

i have a web application that runs inside a iframe. The iframe is scaled with -webkit-transform:scale(0.8), thats works pretty good but my flash audio recorder inside that iframe doesn´t work when the iframe gots scaled. The flash selfs got loaded and works but the SecurityPanel on which the user has to allow the access to the microphone, is not clickable.

Maybee someone has the same problem or any idea what i can do to fix that?

View 1 Replies

Flash :: Hijacking Swf Content In IE

Dec 4, 2011

How to hijack the swf file content while I use IE to view a webpage which contains a Flash (swf) file. This does not involve decompiling a swf file or cracking a swf file, that's easy for me. My goal is to modify the content of the swf file (eg. http://www.xxx.xxx/org.swf) just after the swf is loaded and just before the Flash player executes the swf file (parsing by asv engine). Yes, the modifying opportunity is very rigourous. I just want to hijack the swf in IE, that is to say, my target is flash***.ocx (ActiveX control).

I tried to hook InternetOpenRequest and InternetReadfile APIs and I detected that IE calls internetreadfile to download the data of the requested swf file. I have tried to modify the buffer returned by the internetreadfile api (I zeroed all the buffers), but it doesn't work. The Flash works as normal. I clean all my IE caches and all flash caches and try again, however it doesn't work either. Flash shows just normally. I do not know why this happens.

[Code]....

View 2 Replies

IDE :: Expandable Flash Content?

Mar 8, 2009

I'd like to create a expandable flash file that lays over html content. Here's what I am trying to figure out how to do. I have a client that I made a flash banner for that has flash map that you can interact with which I loaded in as an external flash file. The client would like the map bigger for better viewing, but currently only the US map and not the whole world, so what I would like to do is make a button that expands just the US map with locations and add some rollover interactivity, but it would have to lay over the html content. So currently my flash file is 682 by 201 placed in div on html page, I'd like to expand out of that box to larger map system.

I've seen this expandable box thing in Flash Ads, but not just for regular content. Here's a really good example of flash expandable which would similar to what I would like to do just using on onclick so it stays and onclick to close. I've seen a lot of google ads do this to lately. I'm using the CS4 products. I've tryed making my original document the full size for instance, 682 by 501 and loaded that into my div, but when played, the flash is resized to fit in my div space of 682 by 201 and there is no expansion over html content at all.

View 1 Replies

IDE :: Flash Hides Content Below It?

Sep 15, 2009

I have a swf file (as3) that is in a header of a page. When I run the page the content below it is hidden. It's in the source code but the browser doesn't display it. If I put the swf below the content everything shows up fine. It does this in both chrome and IE. If I take out the swf from the header all of the content shows up fine also.

View 3 Replies

Send Content From Flash To Asp?

Sep 16, 2004

I'm trying to send content from flash to asp, but I dont know how to request for the data in asp,

This is my AScode:

Code:
var myLv:LoadVars = new LoadVars()
myLv.vr1 = vr1
myLv.vr2 = vr2

[Code]....

View 1 Replies

ActionScript 3.0 :: Xml - Getting Content In An CDATA Tag To Be Seen In Flash 9

Feb 10, 2009

I need some help here with getting my content in an CDATA tag to be seen in flash 9 using AS3. Here is what my xml look like

[Code]...

I can get all of the other values except for that.

View 2 Replies

Load Flash Content Over A Submitted URL

Apr 23, 2009

Url...He wants something similar but his site will be 100% flash and so this will have to be done form a flash form.I'm having problems even getting this running from an HTML form. I've done my best here:URL...but since I don't know the original output settings of these flv files I'm trying to load over the submitted page, the versions are messed up and when I run the form, I keep getting prompted to download flash player.Do I need to embed these flv fiels of presenters I have and plonk them into a swf file and then load that swf file from the form, rather than link directly to the flv?I'm tearing my hair out over this - I thought I'd be able to work it out easily from the numerous pages out there that offer the same service but there don't seem to be any resources online that point me at creating a form to load flash content over a submitted URL.

View 2 Replies

Javascript Blocking Flash Content

Oct 21, 2010

I'm working on a simple website for A level ICT and am having some difficulties. My site has a javascript based drop down menu, as well as two .swf files embedded. When the drop down buttons in the menu are scrolled over, the .swf files disappear.index1.jpg is a screenshot of the page normally, index2.jpg is a screenshot when the menu link is scrolled over.I am also having difficulties with flash working with java on another page, the same .swf files do not fade into the background like the rest of the page when images are enlarged in a javascript gallery within the page. gallery.jpg shows this.

View 2 Replies

CS3 Using Other Content To Control Flash Object?

Nov 18, 2010

can you use another form of content to control a Flash object embedded within an HTML page? Was thinking of a CSS menu to start with but really dont see how its possible, but that led to the idea of another Flash object within the page. (have Googled this extensively but all I seem to get these days from Google is a billion pages wanting to install some shady plugin or offer me some download of a handy .exe file that will solve all my problems.. )The reason being is the layout of the site (img attached) I would like to have a nice menu in a seperate div above the one containing the flash object.

Have toyed with the idea of having a strip within the flash object that matches the style of the page at the top of the content part (indicated by rainbow strip in img) and attaching the menu to the top of that (thus seamlessly blending in.) I really am wondering though, whether one F object can be used to control another embedded within the same page?

View 2 Replies

Load Dynamic Content Outside Of Flash?

Feb 9, 2011

I would like to create a Flash menu but want to load HTML inside a targeted div on the same page dynamically without refreshing. I've seen several people say iframes can be used but I would prefer to stay away from iframes and use divs if possible. I'm guessing some fancy javascript would be required?

View 1 Replies

Blocked Flash Content On Website?

May 16, 2009

I have recently had a new computer, and I run my own website containing various Flash animations. I have had to reinstall all my software packages onto my new machine incl. Dreamweaver and my FTP program. I've just uploaded my website, but none of the Flash content is able to be viewed online. It works perfectly when viewed via Dreamweaver, but is just not visible on the Net, as if something is blocking it. All other Flash websites, apart from mine are working fine.

View 1 Replies







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