ActionScript 3.0 :: Overlay Flash Banner Which Sits On Top Of A Flash Site?
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
Similar Posts:
May 9, 2010
I'm attempting to create a flash ad banner (728x90 leaderboard) which, when clicked on, loads a new frame that expands to fill the view port with a 6 page flash form. I'm not sure how I would go about loading a whole new window off of a banner which has already been predefined to a stage size of 728x90. I understand that if it were an expandable - I could merely make the stage larger, and knock out the transparency within the html/css. Here's an example of what I'm trying to do, but it was done with css/js, [URL]
View 1 Replies
Sep 20, 2007
i have to make a banner that expands over the website it sits in to reveal more content. i've never made one before so i was wondering a few things.
1) is there anything special i'd have to do to the flash to make it work?
2) it looks like the banner sits in a css layer that's over top the rest of the site, is that correct? [URL]
View 8 Replies
Jan 13, 2009
We recently decided to add a flash banner to our site which calls an xml file which loads the price and name for 5 separate products and keeps looping through until a user clicks a product. Unfortunately, it appears each time the file loops it calls another iteration of the xml file -- so if a user opens our homepage and walks away the xml file could be called 100s of times. My question is, can we set up the actionscript so the xml file is called just once?
View 1 Replies
Dec 24, 2010
Specs:
Windows 7 Ultimate 64-bit Browsers: IE (64-bit),
Chrome & Safari Flash Player: 10 ActiveX & 10 Plugin
Coded in Action Script 2
I made a flash banner to my friend so he could upload it on his site. [URL]. Image:
The flash banner on top loads in Mac OS X in every browser I try. On Windows though it works only on Firefox & Internet Explorer Beta 9. I disabled the firewall to see if that work, but no result. There's an inconsistency issue. At my workplace it works as it should. It's also important to note that other .swf files on the net plays fine, so it's only this particular site.
View 1 Replies
Feb 18, 2009
I'm trying to create a flash banner with URL buttons for a html site but I've come acropa and can't figure out why.
Here is my code
[code]...
but why am I getting 2 syntax errors on the URL line?
View 9 Replies
Jan 30, 2009
I've been working on my first full blown flash site for a few weeks, tackling problems as I encounter them, and I've learned a lot...but sometimes the simplest things I cannot figure out for the life of me. All I am trying to do is have some flash banner SWF files play within the portfolio page of my site. I don't want them to open in a pop up or anything just play within the page when the link on my site is clicked. I figured it would act like a movie clip and I could just drop it onto the stage, but when I do that it doesn't look right, loops continuously, and is not interactive. How can I make this work?
View 0 Replies
Jan 9, 2011
I have a swf file that my graphics designer has created for me that is placed on my intro page of my asp.net mvc website. The problem is that when the site is viewed with Internet Explorer (works as it should in firefox) the flash image sits over the top of my dropdown sub menu's (menu's at top of page that when user hovers mouse over they expand a sub menu).
[Code]...
View 1 Replies
Nov 11, 2011
I've gotten a complaint from one operator that my banner won't open in a new tab. Indeed on their site it opens the link on self. Its fine on other sites tho.Btw I noticed all the banners on their site open in self. Including an old banner I did for them with the same [code]...
View 1 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
Aug 11, 2009
I am trying to load an swf into a movie clip (Named 'mc' which I have created using a transparent border rectangle with no fill), which sits within a movie clip on a layer of its own, which sits within another movie clip. I have been told to try:
[Code]...
View 17 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
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
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
Feb 25, 2012
i have made a site in flash. stage size 955x600 i have exported it as fullscreen with no scale. the problem is that if i browse the site with a resolution of 800x600 (760x420 if i'm not wrong), the browser dont' add scrolls and its impossible to see the complete site. How can i fix this without resizing the site. i want the users to see with the proportions that i have now.. ijust want a scroll on the browser.
View 2 Replies
Aug 13, 2010
I'm trying to create a simple banner ad where the mouse hovers over the button and a panel shows up over some content of the site.[URL]I have two different .swfs: the container, which is the button and a loaded swf that has the animation that comes up when the button is clicked. The button is only 183 x 40px where as the loaded swf is 183 x 160px.When the loader swf is loaded, it takes the dimensions of the button.
Is there a way to have the loader swf be its original dimensions, so when the mouse hovers over the button, the loader swf covers some of the content on the Web site?Also, how can I change the MouseEvent to load the SWF when the mouse is only over the button and not clicking?
The simple code I have so far:
stop();
var myLoader:Loader = new Loader();
open_btn.addEventListener(MouseEvent.CLICK, loadBanner);
[code]....
View 1 Replies