ActionScript 3.0 :: Flash To Ignore The Cloud Layer For Purposes Of Interaction?

Feb 2, 2009

After adding a floating cloud layer on top of the map all the elements below the cloud layer are inaccessible as the cloud layer is the only object getting mouse events.Is there a way to to tell flash to ignore the cloud layer for purposes of interaction?

View 3 Replies


Similar Posts:


ActionScript 3.0 :: How To Cloud A Tag Cloud

Feb 20, 2009

I desperatly need to work out the best way to create a tagcloud type system in flash. However I want the actual positioningto be much tighter than traditional tag clouds. So it looks bettertypographically. My brain has got me to the point where i know ineed to make a system that detects each elements width and heightand place others around it, (wahoo for me:)). But i'm simply not

View 1 Replies

How Does The Flash Layer Interact With The Flex Layer In A Multiple Layer Design

Aug 26, 2011

Don't know if the flash layer on the view stack contain only the compiled flash swf file

View 1 Replies

IDE :: Flash Tag Cloud Via XML

Apr 1, 2010

I need a Flash Tag Cloud via XML. I did find one but its a 3D Cumulus. Do you know one in 2D or do you have some hints for me how to make it. In addition it has to resize if new tags are added.

View 1 Replies

Disable Flash For Testing Purposes In Internet Explorer/Firefox/Chrome?

Jul 11, 2011

I'm wondering if there's an easy way to disable flash in Internet Explorer for testing purposes:I'm writing a script that tests for flash (based off the information at this link - https:[url]....) and I'm hoping there is an easier way to test this than uninstalling flash.

View 2 Replies

Professional :: Modify Or Recompile Flash SWF In Cloud

Mar 30, 2011

Any work flow to allow a Flash swf to be compiled by a web server. I would like to create an app that allows me to inject some code into a swf file and publish the output. Basically the user logs into a website sets up some properties, hits publish, and then downloads the app as a swf file. So the part that is stumping me is that I need one file. Compiling or editing would have to happen on the web server since I need to avoid separate resource or data config type files. The user must be able to download one complete SWF file only.

My thoughts were that maybe... Inject some code or variables into a SWF after it has been compiled from a FLA to SWF? somehow parse and rewrite the swf file on the server. An open source complier that can sit on the web server, or a javascript app that could compile a FLA to SWF? A way to complile a FLA to a SWF by using another Flash SWF? A homebrew web server that runs a command line compiler of the FLA script on demand. HaXe, MTASC, Adobe AIR? Any high level workflow that might work??

View 1 Replies

Flash :: Custom Music Player Using Youtube, Sound Cloud, And Mp3 Streaming?

Oct 14, 2011

how to create a custom player that would stream a list of youtube videos along with soundcloud, and MP3 similar to the one on [url]....I know that this might seem like quite a general question but any direction on how to accomplish this and whether it should be done using flash and Youtube API, and sound cloud API or whether it should be done with some sort of flash audio ripping way.

View 1 Replies

ActionScript 2.0 :: Access The .FLA For Design Purposes?

Oct 21, 2006

I have a flash remoting storefront I developed that I want to start protecting the source code to. The main FLA is quite extensive with a lot of layers, movie clips, and such. Most of the ActionScript is seperated out into seperate .AS files though, some classes, others just function files.Is there a way to secure my source code, encrypt, obfuscate, or other the .AS files? I need developers to still access the .FLA for design purposes. or is there a simple way to make these .AS files secure?

I was thinking of moving all my actionscript to the fla and all my movies into seperate swfs to be loaded, then securing the one .fla, but users could still duplicate the entire project as many times as they wanted...

View 11 Replies

AS2 :: Know The Width Of The Actual Text For Positioning Purposes?

Aug 30, 2011

I am using a TextField in Flash CS2, because I need to know the width of the actual text for positioning purposes. However from some odd reason it doesn't always work when the browser is Google Chrome.

View 2 Replies

Javascript :: Make A Flash Tag Cloud Clickable When Using Href="#"?

Jan 20, 2011

I want to display all the tags that returned from server and if anyone clicks on any tag, i would like to display all the blogs which having the tag.

Actually i am able to create tag cloud click-able. But its click-able only when i give h ref like [URL]. But i don want to give direct URL in href. If i use "#" instead of whole URL, then the tag cloud becomes non-click-able.

Do we have any other option to make the link click-able without giving whole URL.

how to get that <a> element in javascript or jquery, when it clicked.

View 1 Replies

Flex :: Link To Project On Localhost For Testing Purposes?

Mar 8, 2011

I've got a Flex 3 website. I've got a bug in my deep linking. For some reason, if another site links to my site, it shows the main content instead of the specific bit that should be show. So, if the link is for [url]...

I'd rather not debug this problem on the production server. Is there a way to make a page on my localhost with a link to my Flex project on my localhost?Link to Project on Localhost for Testing Purposes?

View 2 Replies

ActionScript 3.0 :: Drawing A Text Field For Display Purposes Only?

Nov 9, 2011

Im using TextFields to draw text information in my project, but the problem is I need to be able to click in the area where the field exists without transferring focus. And I also don't want the 'I' shaped cursor to appear when mousing over. Essentially I want to draw a dynamic field a text for display purposes only.

View 3 Replies

ActionScript 3.0 :: Unable To Sizing When Loading .swf Into An Html For Viewing Purposes?

Nov 27, 2011

I finished my first as3 project that wasn't Hello World and I wanted to send it to a friend. So I put together an .HTML document to load the .swf file but when I open it as a page the game is larger than the displayed area even though my project is 640X480 and the HTML is set to display that (the .swf displays correctly when opened with the stand alone viewer). I also went into the bin/index.html file in my project and edited the height and width from "100%" to "640" and "480" respectively. I have tried adjusting and changing every parameter and value that I could find to try and fix this issue.

View 2 Replies

Flex :: Tag Cloud Example Or Source Code?

Oct 9, 2010

There is such a wonderful source http[url]....but it does not get integrated into Flex. Are there other examples of an animated tag cloud?

View 1 Replies

Java :: Cloud For Flex MongoDb?

Aug 28, 2011

I am about to develop my masters project using Flex as front end, BlazeDs, Java Web Services and MongoDB in the backend. I am looking to deploy and manage it on a cloud. (The application analyzes financial data from various sources, I will need to query multiple endpoints for news articles and DB for processing)

It is my experiment to usage of cloud rather than deploying on my local for demo and presentation purposes.

I saw heroku (http://www.heroku.com/), but I am not sure if it allows flash.

Please suggest a cloud application platform which allows Flex, BlazeDs, Java Web Services and MongoDB?

View 1 Replies

ActionScript 3.0 :: Get A Bitmap To Spit Out Just Straight Black And White For Blob Detection Purposes

Oct 27, 2010

I am trying to get a bitmap to spit out just straight black and white for blob detection purposes.. but my image processing function (below) is spitting out black and transparent instead of black and white... can someone tell me what my pee brain is doing wrong

[Code]...

View 0 Replies

ActionScript 2.0 :: Word Cloud - Getting Hung Up On A Bit Of Script?

Jun 24, 2009

I'm trying to adapt Roy Tanck's excellent WP-Cumulus Word/Tag Cloud plugin for a project and am getting hung up on a bit of script, which I'm sure _should_ be easy.The Tag Cloud normally draws in an XML document, extracts the tag words and URL's, and maps them to a cool interactive sphere. For this project we can't use an external XML file, so I have to make a kind of default list inside the script when it runs.Here's where the loading part happens:

=======================
// load the data
if( _root.tagcloud == undefined ){[code]...........

View 6 Replies

IDE :: How To Make Cloud Background Continuous Loop

Mar 25, 2009

I am making a cloud background continuously loop using actionscript, however the image cuts itself off. I was following the tutorial at: [URL]. I attached a picture of what it looks like. Here's my code(very similar to above websites code)

Code:
animator = createEmptyMovieClip('animator',1);
bg_1 = animator.attachMovie('cloudsMC','bg_1',1);
bg_2 = animator.attachMovie('cloudsMC','bg_2',2);
bg_1._x = -bg_1._width/2;
bg_2._x = bg_2._width/2;
[Code] .....

This code is all in a movieclip named bg_mc. The width of cloudsMC is 1500 px. Why the image cuts off as it scrolls to the left?

View 1 Replies

Doing Interaction Design With Flash

Feb 28, 2011

I've been trying to teach myself flash for a couple of weeks and am totally lost. I have had experience with programming in the past, so I understand logic, etc, but I really am not grasping this forced time based system.What I need to do seems pretty simple. I have a jpg of a washing machine front panel. I need to be able to put some transparent "buttons" over it, and have some areas "light up" when the buttons are pressed. So far I understand that I have to work in a chronological setup, with key frames for each state of interaction, and use buttons with some kind of gotoframe action script. what I can't do:

1. get the background jpg to stick to the stage. it apparently has to be either a symbol or a layer?

2. make transparent buttons. in flash catalyst I can just set the opacity to 0, but I'm not sure how to do this in flash pro.

I guess those are the pressing issues. I had tried to import the jpg as a psd background, but then I had to put the button on a separate layer, and it was always either behind the background, or I had to have it's action refer only to the timeline of it's own layer and not the background.

View 10 Replies

Flash :: Set CopyPixels To Ignore Transparent Pixels?

Mar 17, 2011

I have a BitmapData object with transparency (the sourceBitmapData parameter). Every time I use copyPixels() to copy it onto another BitmapData object the transparent pixels replace whatever is beneath them. I would like the copyPixels() function to simply ignore these fully transparent pixels (0x00) and NOT copy themBTW, I've tried setting the alphaMerge to true but that doesn't solve the issue - the whole source object just goes black and ignores ALL transparency.EDIT:

Here are the code snippets;
var b:UIComponent = new UIComponent();
b.graphics.beginFill(color, opacity);

[code].....

View 3 Replies

ActionScript 2.0 :: Flash Ignore Text Characters?

Mar 19, 2010

I've created a quiz in flash that reads in questions and answers from an external xml file. E.g (xml).

<question q="allons-nous? = are we going/do we go?"
ans_a="allons-nous?"
right="a">

I have been asked to develop the quiz further so it ignores the case the answer is typed in (which I guess is possible using toLowerCase) and also to ignore any ! or ? symbols the user might type in .I assume the only way to accomplish this is to check the answer against a range of possible answers in the XML eg.

<question q="allons-nous? = are we going/do we go?"
ans_a="allons-nous?"
ans_b="allons-nous"
right="a",right="b">//this lines probably wrong

Does anyone know if there is any way of getting flash to ignore symbols if they are typed in?

View 1 Replies

Dynamic User Interaction Flash UI?

Dec 13, 2009

I am looking at taking on a project that will be a considerable challenge since I come from a LAMP development environment. I am wanting to create a Flash driven community with chat and profiles. In PHP I know how I would go about handling the data as everything is put together on the server and returned to the user completely formatted, however adding a flash layer on top of it present a problem. I am not sure how to transport data from the server to a flash file without using XML. The obvious problem that I see is as more people are online, Sending updated XML files to flash could become a bandwidth hog and make for a slow UI. best method of moving result data from a PHP script to Flash without using XML or is that going to be the only viable option? My concern is load time. Also is there a good way of unloading data once it is no longer used (ie Photos).

View 4 Replies

Flash Interaction After Flv Video Playback?

Dec 7, 2010

I have a video embedded in Flash as an FLV. I'm able to get the video to play through the way I want, but when the video plays through and ends, I want to have two options/"buttons" display that allow the user to either replay the video a la youtube, or link to another web page.

I know it must a very basic question but I can't seem to find any answers. I've included a screen capture of the end of the video.

View 1 Replies

ActionScript 2.0 :: Interaction Between Two Flash Files?

Jan 31, 2003

I wish to be able to use a Flash animation (call it "one.swf, loaded into "one.html"") as a control panel to control the activities in another animation (say "two.swf" which of course will reside in "two.html")The control panel ("one.swf") will have 10 buttons for the navigation around "two.swf" and "on release" of the butons, I would like for BOTH 1. the navigation in "two.swf" to happen AND 2. "one.swf" to be (preferably) minimised or else closed.What sort of coding is needed to enable this interaction between the two swf files?here will be a button on "two.swf" which will be used to call up "one.swf", but presumably the coding there will need to be different if "one.swf" is minimised to how it is if it is closed. Whilst I can hack opening "one.swf" from fresh if it has been closed, how do I code the button to restore it from being minimised?

View 1 Replies

ActionScript 2.0 :: ASP Flash Interaction - Too Many Variables

Aug 15, 2006

I created a huge flash application and I need it to interact with an ASP file that interacts wiht a database. But when i loadvars in flash it take a very very long time to load. My guess is that becaus there are sooo many variables, passing them all takes a long time. Is there anyway I can pass only a few variables or speed up the process?

View 1 Replies

ActionScript 3.0 :: Flash / CSS / Javascript Interaction

Jun 24, 2009

I have search all forum, but didn't find any good example with sources of as3/css/js integration. I need that swf could send itself dynamic height's value through javascript and css (div). Or, as last hope, to another swf with redirectiong to another page.

View 2 Replies

ActionScript 3.0 :: Ignore The Header From A Website When Loading It Into Flash?

May 15, 2009

Every time I try to load text from websites onto my flash program, it also includes a lot of white space and the website header/title, which i don't want. here is my actionscript

[code]....

View 4 Replies

Flash :: Xml - Reading XML Ignore White Spaces That Would Be Ignored In HTML?

Mar 22, 2011

How can I have Flash reading XML ignore white spaces that would be ignored in HTML?

[Code]...

I don't want the spaces or the new lines that show in the text to show in Flash. In HTML there is no new line character between the two lines either.

View 1 Replies

ActionScript 2.0 :: Searching XML With Flash (ignore Characters Case)

Jul 9, 2007

I have checked out this tutorial and have created my own version of this but is there any way of ignoring the character case. i.e if i searched for "happy new year" it would display results including "Happy new year"

View 1 Replies

Flex :: Record User Interaction In Flash App?

Apr 30, 2010

I am looking for a way to capture the user interactions with a text input control in Flash over a period of time (not a screen cast)?For example: If the user enter some text, then delete, then enter something, I would be able to store that interaction as it happens and replay that later.

View 2 Replies







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