ActionScript 2.0 :: Pictures Block Effect?
Mar 9, 2004How to make the effect of the pictures on this site: http:[url]....where the pictures show up in blocks with easy.
View 3 RepliesHow to make the effect of the pictures on this site: http:[url]....where the pictures show up in blocks with easy.
View 3 RepliesUgh how to start...Each thumbnail image is a link which enlarges to an easel to the right with a neat effect. If you move the cursor over a thumbnail it has a little effect on it (very transparent "snow" like on a TV screen) I don't know why Flash keeps "moving" (if you call it that) the snow effect on top of the thumbnails when I open the file at a later time. All I remember doing is just editing simple text and swapping one bitmap thats not even tied to the thumbnails.
I can still click the thumbnails and they open to the right just fine. I just don't get why the "effect/link" moves on top of the thumbnails. If I delete the snow it deletes every effect on the website so they won't enlarge to the right. I don't care if I lose the effect but I don't remember/know how to make each thumbnail a link so they open on the spot I want.
I'm trying to get this effect [URL] but, instead of scrolling through pictures from an xml I want it to load one movieclip from the library and pan in and out as shown in the demo.
ActionScript Code:
var xmlURL:URLRequest = new URLRequest("images.xml");
var xmlLoader:URLLoader = new URLLoader();
var xml:XML;
//Declares the image array
var imageArray:Array = new Array();
[Code] .....
I tried to modify this so it would work to my standards, but it doesn't... I don't even get any errors.
Can someone tell me if there is a way to get the action script used for the mouse trail, and the changing pictures effect on this web site? It is the only mouse action script that I have seen to work well in just about any web browser to date. [URL]
View 2 RepliesSo i have an external as file which have a function. the function make the movie clip do something when it hit another object which i named "block."
but the external as file can't accses "block" movie clip which's added from the fla files and given an instance name as "block".
I'm having two problems. First of all, the gallery loads all pictures at once. The more pictures in the XML file, the slower they all load. Secondly, I wanted the pictures to scroll in its _y coordinate, similar to Sugar Rhyme's website portfolio (see url]...).
View 1 Replies[URL] Take a look at that website. See whe you rollover one of the pictures, the other pictures fade out...Well how can I do that? I've tried some swapDepths techniques but it gets a bit confusing.
View 2 RepliesI maintain two web sites and am reasonably competent in Dreamweaver and Fireworks. Now to get into Flash.I want to produce a banner which shows a flag + Welcome in that language and have about 20 nations to cover. Can anyone please point me to a guide as to how to get this started?
View 1 RepliesI have a question: The following code, which works OK in Firefox and Safari, gets IE8 to throw a pop up block The simple code:
[Code]...
I've got an AIR app that is loading mx:HTMLs. I would like to block the ads that show in them just like Adblock Plus for Firefox does (see http://adblockplus.org/en/). I subscribe to the Easylist USA filter.
var req:URLRequest = new URLRequest("http://www.google.com");
thisHtmlWindow.open();
thisHtmlWindow.htmlContent.htmlLoader.load(req);
I don't know where to begin to interrupt the HTML GET-ting process in actionscript. This is where I suspect I can add the HTTP filter. It'd be nice to subscribe to the filter and periodically download it/update it to make sure the major ad networks are blocked.
Something I've always wondered, but never got round to asking is should I use...
Code:
}
... or...
Code:
};
... at the end of a code block? What's the difference as I've seen both used but no explanation as to why?
why my code not workinghere is my as code
package com_dp
{
import flash.net.URLLoader;
[code].....
ok i'll try and explain this best i can, on my site i have a menu that takes up the whole of the content area.. the plan is that when the user clicks the menu button within a content page the menu would appear over the top however with a slightly transparent background so you can still see the last visible content page in the layer underneath.. i've got this to work however the buttons within the content page are still active.. is there a way i can make the menu layer 'solid' so the content below is only visible but not accessible?
View 5 RepliesHow do we make an entire block of code (maybe 10 lines) as comment.
Maybe just to deactivate a code block when trouble shooting AS code.
I want a movieclip to appear in a drag and drop game. When you successfully drag the right object and drop it then an animation is called from the library.The animation doesn't appear. However, when I use the same code at the beginning of my programme it does appear so it's not that part of the code that is the problem. Also, a trace statement does trace so it is running the code.[code]...
View 7 RepliesFlash banner block up authorization div. Currently it looks like:
View 2 RepliesI am trying to make a pong like game but i need to find the offset from the center of the paddle so that i can make it bounce differently depending on where it hits the paddle. How can i achieve this?
View 1 RepliesI want to make a synchronous request to a server. I want the entire program to stop processing anything until the request is complete and the server has responded; what is the proper way of doing this?
View 3 Repliesi'm watching actionscript manual and can't understand this code, could you please explain what it is.
View 2 RepliesWhat the soundwave should do is follow the block, and scale appropriately. This is my code for scaling and adding the block, inc. soundwave
[Code]...
I am working on an archive that contains a large number of flv and swf videos. The plan is to make this archive available to my site visitors to be able to go back and look at some of the old flash videos. Simple enough. The problem is that most of these videos have a redirect at the end which will send you to a website that no longer exists and I do not have the original fla's to work with. These files are pretty old. So, what I'm looking for is a way to prevent these redirects and keep my visitors on my site.
View 3 RepliesIs it possible to use actionscript to move a block of text up (like movie credits) so it scrolls up smoothly?
I've tried motion tweening but no matter what i do, it jerks :-|
i have an html web site withe flash movie there is white block for a few second before the flash movie is up ow do i get read of it? can i make this white clock to be black or to have a clock the time until the flash movie is up
View 5 RepliesI've got a row of boxes (named box01, box 02 etc) in AS3 I'm trying to get it so that when you rollover one of the boxes, it scales up using tweenmax, and all the boxes to the right of the current box shift along by about 80 pixels and any boxes to the left stay where they are, and on roll out the box tweens back to normal size and the boxes to the right tween back to their original positions
[Code]...
I have a block of code in a game I'm making that checks to see if guy1 is in contact with guy 2:
Code:
var randomGuy1X:Number = Math.random()*550;
var randomGuy1Y:Number = Math.random()*400;
[code].....
if there is a way to allow the page content to still be clickable with a flash animation the size of the webpage over it. I have a flash animation the size of my page that is a loading wave that drops to the bottom of the page after a few seconds but even though its dropped and the page content is visible.. i cannot click anything.
View 2 RepliesI follow this steps and manage to play videos on my flash movie, [URL]is possible to block the ads?
View 1 RepliesI'm developing an application using flex/AIR and right now it changes all the time due to its beta condition. What could be the best way to block all older versions activity and force the user to update the application?
View 2 RepliesIs there any way to block an embed flash from accessing the internet? The idea is to block ads that appear "internally". I have it embed in the traditional way, as follows[code]...
View 2 RepliesIt is possible to block a link from flash object? (Link is hardcoded inside a flash object).
View 3 Replies