ActionScript 3.0 :: Flash "overlay" With Reference Button To Other Swf?
May 26, 2010
I would like to build a menu in flash as3 an put it on my site, but when I scroll on the site the flash menu should scroll down and stay at the top of the screen... i other words a static menu...a little bit like this... just with swf under this menu...second i would like to know how to communicate between the the button in the menu and the behindswf(scrollable).I dont know if it should be two swf or you can do it in one swf... maybe one swf with a specific layer with always would be on the top...?
View 0 Replies
Similar Posts:
Dec 23, 2011
I am using Google's Audio player to play an MP3 on a webpage. My issue is that I am overlaying an image on top of the the play/pause button. Yet when the image is clicked nothing happens. Here is the code:
<div class="center" style="width: 400px; z-index:1; visibility:hidden;">
<embed wmode="transparent" width="400" height="27"
type="application/x-shockwave-flash" flashvars="audioUrl=/sourcefile.mp3"
[Code]....
That did not work. One thing I noticed is if I have visibility:hidden; the flash player will not respoind to any clicks regardless of what is over it. With that said I attempted to overlay the image using <input> without the visibility:hidden; and it still did not work.
I need to get this fixed if at all possible. I am willing to use another flash player that is similar as long as it works correctly and will use an mp3 like above.
View 2 Replies
Jun 18, 2009
I am making a head unit "wall" for an AV store. the wall will have all the various head units they carry. When clicked, I want a small overlay to come up over the rest of the app that displays basic info about the unit. Then a simple click to make the box disappear... There are several head units, so efficiency would be ideal.
View 0 Replies
May 14, 2010
I am trying to close on as I am attempting to get this incorporated into my website. It came with the recommendation to try the CS5 today to see if this will meet the requirement at the moment.There is a desire to take custom SWF files (I think there is something called Swish files too?) from various sponsors for advertisement purposes and place them on my website.The implementation was straight-forward to make them work through the webserver.I tried a custom example of making a button that upon mouse click would open up a new webpage in CS5 which did work for me.My problem is since the SWF files are finalized, there is no way to put URL information into those files.After doing a lot of searching around today, it appears that the best way to redirect a user upon click of a video is to:
1) Open up a new Flash
2) Import the SWF video file into the project
3) Create a Invisible Button over top the SWF video so when the user clicks, they are redirected to a specific URL.
But for some reason, when I tried to overlay it with a sample SWF file I imported, there was all this flickering going on to where both were made transparent to one another on the screen not to mention the video wasn't even visible at all.My hope was that the SWF video could be seen clearly while the button remained invisbile to handle the click on the video.Is there someone on the forum that is able to guide me fairly quickly with a fast-path procedure so that I can try this?
View 16 Replies
Apr 13, 2007
I'm trying to figure out how to make a configurable wrapper or container file that I can simply pass variables such as
wrapper.swf?m=movie-to-load&u=url-that-button-goes-to
It seems simple enough, and I'm half way there ( I can get external movies to load ) however the transparent button is over my head ( read: I'm a complete noob ).[code]...
I've tried hardcoding a url into getURL as well but it doesnt' seem to be recognizing that there's even a button there.. is that because there's a new movie being loaded?
View 8 Replies
Apr 11, 2012
I need to remove the word Button from the reference to reference the actual item that will be tinted.
[Code]...
View 1 Replies
Jun 16, 2003
URL...How and where and what do I add to make the movies unload before only the movie corresponding to the button clicked loads up and doesn't overlay?I'm having trouble with the level and all that URL...
View 4 Replies
Aug 14, 2009
I have an fla file with a simple flv video player control. How do I add a big "Play Button" similar to an embeded YouTube video in the middle of the video when it isn't set to auto play. Some videos have black screens when they start, so it looks pretty barren with a bunch of black players all over.
View 5 Replies
Nov 24, 2010
What I have is a simple flash movie displaying text. I want it to play covering the whole screen, then once it's finished disappear and then thats where the home page is.
View 1 Replies
May 29, 2011
I have a Button Component on my Stage.
When I go to compile I get the following error.
1000(Ambiguous reference to Button)
Cant seem to find what is wrong here.
View 2 Replies
Apr 17, 2009
How does this website enable a user to punch in any URL then see that site with a chosen flash overlay?
View 1 Replies
Nov 22, 2010
I want to make some online courses in video format. I am wondering whether it is possible and what the best work flow and tools are for achieving the following. Once I have a video in Flash format (.flv) I grant users access to it via a login-in. At that point I want the user name to be overlaid to the video. This is to deter fraudulent exchange of the video (only the ones who paid for it should watch it). I am baffled by what I found in the internet. I looked at JavaFX, swfmill, SWFTools, MTASC, Ming library, haXe, FlashDevelop, Flex SDK... It is not clear to me:
- If what I want to achieve is possible (overlay the user name to the video).
- What the right work flow is.
- What the right tool is (the simplest and possibly free).
View 8 Replies
Jan 2, 2011
I am trying to overlay a div on top of a flash object, embedded in a web page and viewed on android web browser. The flash object always appears on top of the div, no matter what I do. My page works fine on other OSs/browsers. Is this a known bug? Is there a bug ID and/or an ETA on a fix?
View 1 Replies
Jan 11, 2010
Div Z-Index issue with Flash movie
how can i overlay html elements over flash ?
View 2 Replies
Jul 27, 2010
I'm having trouble displaying a overlay div saying "Please wait..." on top of a flash movie, even with absolute positioning and z-index highier than the flash movie itself. But the overlay div is still behing the flash movie. Why is that? I think it's something to do with embed/param tags but I'm not sure? Here's the code:
[Code]...
View 2 Replies
Oct 21, 2010
I've got a div over an iframe, in the iframe there's a website that contains a youtube movie. On mac firefox and safari everytyhing works fine, on windows both IE and FF put flash on top of my div.
The situation I have is really similar to google image interface, I noticed that google images manages to correctly overly an immage over a website with flash content in any browser both win and mac.
How they manage to do that? Considering they have no access to iframed page code. I tried reading their code to find solution with no success.
View 1 Replies
Jan 11, 2011
usually it can be solved with the "wmode transparent" param, but in firefox i have a strange problem. when i overlay a flash element with a part of a div the div renders strange (like stairs at the border of the flash element)
[URL]
the grey area (and a small transparent area above) is the flash element. the outline is the div with a border.
the error occurs only on FF (i have 3.6) chrome/safari works fine...
CODE:
its an swfobject implementation. the overlaying div/ul is positioned after the
flash-wrapper.
<div id="flash-wrapper">
<object width="740" height="500" type="application/x-shockwave-flash"
[Code].....
View 1 Replies
Apr 6, 2007
how we can create an overlay in flash?
I want a case where user clicks something in the flash file, I want to check if he is logged in, if he is not then give him a login screen on top of whatever he was viewing in the flash file. Once the login screen is displayed, he should not be able to do anything in the background - only when the login credentials are verified, will he be able to do anything behind this overlay.
I don't want to go to a different frame, I want to show a screen on top of the current screen being viewed by the user.
View 2 Replies
Feb 17, 2011
Overlay blending mode in flash on trasnaprent, imported images, doesn't work properly! It leaves dimmed black background instead of transparency. Same thing is in CS4 and in CS5. What is even more weird is that in Flash preview stage window everything is fine, and it works, but after publishing the SWF, you can see black background.I looked for workaround that...no success. No one answeres to this question.
-I tried with 24png, 8png, gif with different settings. No success.
-Tried also with After Effects, and then export to SWF, it works surprisingly.
View 1 Replies
Sep 24, 2010
Possible Duplicate: Div Z-Index issue with Flash movie is there a way to have an external flash movie that I have iframed in from another server show up behind an overlay div? Currently when I open my overlay, the flash movie shows through it.
View 1 Replies
Mar 13, 2011
flash, actionscript, and the class/method/static/instance paradigm. I do have one class that I use, it loads a png file and adds it to the stage, I can then manipulate it with the mouse. What I want to do is add some text on top of the png file. When the user clicks and drags the png file around, I want the text to stick with it, basically make it part of the png, overlay it, combine them, group them, whatever.Here is the class I am using to load the png.
package {
import flash.display.MovieClip;
import flash.display.Loader;
[code]......
View 2 Replies
Feb 14, 2010
I have seen loads of cool sites with video that have an overlay of dots sitting over the video. I guess this is in part for a design aesthetic, and the other to reduce the visible amount of pixellation from the compression.Can anyone tell me how to create this sort of effect dynamically, or am i going to have to duplicate a million movieclips? And if i do, will this affect performance?
View 14 Replies
Apr 4, 2011
We have a flash object and when we use blockUI or some other overlay div with opacity < 1, it doesn't make the flash area transparent. However, it do hides the flash object when opacity is 1, but I want to have the overly div transparent which make the flash area transparent too like it doing for other HTML objects.
Here is the code expert:
[Code]....
For overlay div we are using jQuery.blockUI and FancyBox (when we need to some popup and block the UI). We also tried to overlay the flash object using a div with z-index. It overlays and hides the flash when opacity is 1 but not when it's < 1.
Here is the screen shot:
[URL]
View 2 Replies
Nov 17, 2011
I am doing an overlay flash banner which sits on top of a flash site. Within the overlay banner I have a moveclip called 'imageHolder' which needs to call the same image thats in the flash site.
I have this code which allows me to directly control the movieclip in the flash site from within the flash banner. var img:MovieClip = takeoverContainer.getImage();
img._scaleX = 0.25; (for example) The problem here is I only want to copy the movieclip so I can see the same image in my banner as I do the Flash site, I do not want to manipulate the main flash site in anyway.
COuld anybody write me a piece of code that will duplicate/mirror the moveclip in the main flash site inside a movieclip within my flash banner so I can see the same image?
(From a creative perspective 'imageholder' is a smaller version of the image which is animated over the top of the main flash site) I am happy to pay for an hours work if somebody could help (via paypal if you like). I am in desperate need
View 6 Replies
Apr 22, 2010
is it possible to let clicks on a HTML element that's overlaying a Flash or Silverlight object bubble through to the Flash / Silverlight object? I've been experimenting with this, but i can't figure out if it is even possible because of possible security restrictions to prevent clickjacking.I don't have access to the source code to the FL / SL object, so i can't implement an ExternalInterface or something like that.
View 2 Replies
May 17, 2010
I want to have my overlay adjust in size depending on how much content is being shown in the flash movie. Also, I want it to resize in real time when the user adjusts the content.
View 2 Replies
Dec 8, 2006
I need to display my Flash app with a transparent background on my Windows desktop. Not within a browser, but by itself. I basically want it to hover by itself on my machine.
View 2 Replies
Jul 7, 2011
My code is an external .as file. Google provides this code on their demo, which contains the this keyword:
[Code]...
Notice that I have 4 calls to console.log. The first 3 fire, but after the new GATracker statement, the 4th does not fire. I have a feeling that I'm overriding the entire package with the object created from new GATracker when I should be passing a different context. I believe the correct context I should pass is whatever this defaults to when not inside of a package/external file, I assume it references the main stage object.
View 2 Replies
Nov 22, 2011
We have a Red5 Server that we use to host a video chat. We are looking for a way to overlay SWF files over the top of a live stream video.For example, we could overlay an SWF animation of snow falling in front of a live stream from a webcam.
View 1 Replies
Jul 8, 2010
It's with a Flash overlay that has been custom made to overlap a .flv video running in Flowplayer (open source video player at flowplayer.org) The Flash overlay is mostly transparent and just includes a few buttons over top the video to allow visitors to share, email and visit a related website. Take a look here for example:[URL]
The video and Flash buttons work fine when videos are played within Flowplayer at normal size in the browser, but when making it fullscreen using Flowplayer, the Flash overlay plugin does not resize to fullscreen with it. Then, when made regular size again it gets distorted, as you can see from the example.
I know it might involve creating a custom onResize() function, but I haven't figured this out yet with Flowplayer. There are vague instructions & snippets of code here under "Layout management" section on flowplayer . org/documentation/developer/writing-flash-plugins.html
Code:
override public function onResize():void {
/*
set _childButton width according to my new width,
[Code]....
Interesting, but doesn't tell me much of what to do. I have a feeling it might involve making a new .as class in Flash and associating it to the custom buttons overlay .swf. On the right track?
get the overlay to resize using onResize and what code should be used would be very helpful. Others may be also trying to make custom overlay plugins too, and the fullscreen issue would be the next step to know after that and make it look more complete.
View 3 Replies