ActionScript 3.0 :: YouTube & Scrolling Home Page Banner
Mar 24, 2011
I am currently creating a new rotating home page banner, on the second banner rotation it displays a youtube video, I've managed to load the video, position etc with out much drama, the issue comes with the actual rotation it self, i need the banner to stop once the user clicks play on the youtube video:Below is the code I'm currently using, is there an easy line of code I can use, to call the stop(); on press of the youtube video?[code]
View 1 Replies
Similar Posts:
Apr 21, 2009
I have just created a website in Flash MX and I would like to have a youtube video on the home page. I see in youtube where it gives the embed code for html sites, but what do I put in flash and what is the action script?
View 1 Replies
Feb 3, 2011
How do i display the flash banner first and then the home page details using javascript.I need load the flash first and then display the home page
View 1 Replies
Sep 9, 2009
This is what I have so far. [URL]. My problem is trying to code the menu:
I've managed to get the services link to do what I'm after but that is because it is positioned straight after the opening animation in the timeline - that is to have the banner fade out and the bottom line drop down to allow room for the content. From the home page I want each of the links, when clicked, to fade out the banner and drop the banner line down......THEN.......if home is clicked from any of the other pages I want the banner line to move back up and the banner to resume (in my case this is frame 279)
View 0 Replies
Jun 2, 2011
I want to have a different image load on my home page everytime the page refreshes or someone visits it. Is it possible to do it without using Flash?
View 2 Replies
Oct 13, 2009
So I am doing a flash intro page, but the intro becomes the home page, as in all the pieces come together to create the Flash home page, so that there is just one file for the home page that includes the intro from Flash..how do I make it so that all the parts on the page stay there indefinitely, because right now after a certain amount of time, they disappear due to using the timeline in Flash.
View 4 Replies
Jul 11, 2011
I have a project for a site that sells fishing lures.I want to have an animated index page before moving on to the home page. My idea is to have a boat sitting on a pond fishing lines in the water, when a fish jumps out of the water, the water ripples, the next time you see the fish it's got a hook in it mouth and jumping out of the water.how do I go about it? How to I create the water rippling? I think with the fish I can do easily enough with it jumping on and off stage. Would I do the water with shape tweens?
View 1 Replies
Oct 13, 2009
I am building a banner ad and I am using Flash CS4. I need it so when someone clicks the banner it takes them to the page in a new window. Its just a a simple URL and I keep getting syntax errors now and I dont know how to do this properly. I have tried these methods.
[Code]...
View 1 Replies
Jun 25, 2009
I have an animated logo swf file that loads and runs once on the home page every time the page loads. The logo has been updated to appear in three different colour schemes. I want one scheme to load and when the page is refreshed or revisited, one of the other colour schemes to load in its place. They can appear in any random order, just a different one to the one that played before reloading.Can someone point me to an answer or tell me how to do it? I have found a way in JavaScript but this only works on plain images, not swf files.
View 6 Replies
Dec 8, 2010
I am trying to create a flash headline gallery animation for a web site and I am having a bit of trouble. I am trying to get something similar to what you see on many websites today. Example 49er website ( [URL].. Typically the animation starts with one headline for a story "Click here to learn more" . After 7 seconds or so it goes to the next.I want mine to utilize the horizontal sliding effect between stories. underneath the stories are several buttons for navigating to a specific headline.
Many example sites i've seen use javascript or something else, but i was attempting to use Flash. I borrowed some code from a tutorial and I have some of it done. I have the button nav working, and the headlines slide horizontally when clicked. What i can't seem to add to this is the auto-play, wait 7 seconds then go to the next.
View 1 Replies
Apr 11, 2006
There is always really cool special fx on the kirupa home page banner. But I can never find out where I can find FLA's with them. Can someone give me a link to where I might be able to find them...If not. This would be a perfect place to put banner ef ex. So post them if you have them!
View 4 Replies
Mar 13, 2009
I am having trouble preloading my .swf files. Can anyone tell me how to create a "index" Page that says page loading while all of my .swf & .png files upload?
View 2 Replies
Apr 20, 2010
I'm trying to display a message on my web pages home page to notify all viewers on some info, I need it to open automatically when the page is accessed then disapper or fade automatically.I'm trying to avoid making this a pop up because most people deativate thier pop ups.
View 1 Replies
Oct 5, 2010
I would like to know if its possible to create a background flash that is dynamic while keeping the bars static?for an example checkI would like someone to build a home page for me to be exactly like the samsung site above except using my images. Is this possible?
View 1 Replies
Oct 8, 2010
I have 10 buttons for various pages on a website I am building. I am only dealing with the first 2 buttons so far: home and about (laborLaw). On my about page, I wanted to have buttons to navigate to another frame where the viewer can Read More Details. In order to get my button to work, I had to type about_mc. before the event listener of that button. Here's the code that worked.
about_mc.laborLaw1_btn.addEventListener(MouseEvent.CLICK, laborLaw1);
function laborLaw1(evtObj:MouseEvent):void{ gotoAndStop("laborLaw1_fl"); }
So I am now able to navigate to frames from buttons inside the mc. My next task was to build a close button to navigate back to the about page from the "Read More Details" page on a 101. Here's the code I used on frame 101:
(stop);
// the following is to navigate back to "about" (Labor Page)
closeLabor1_btn.addEventListener(MouseEvent.CLICK, returnLabor);
function returnLabor(evtObj:MouseEvent):void{
gotoAndStop("about");
}
That worked great BUT, once I navigate BACK to the about page using the closeLabor1 button, I am no longer able to navigate to any other button such as the home button. Here's a video showing exactly what happens. [URL]
View 1 Replies
Nov 17, 2010
I have a 843 pixel x 181 px SWF file that is in a Dreamweaver CS4 HTML table. It plays but the Flash files actual location on the web page is off.It is shifted about 1 or 2 pixels down and 1 or 2 pixels to the right on IE 8, Firefox 3.6.12 and Safari 5.0.1 on the PC.[url]...
View 5 Replies
Jan 13, 2006
I have flash header with several buttons. One of these button should set the page as Homepage in IE.I have the following javascript function:
Code:
<SCRIPT LANGUAGE="JavaScript">
function homePage()
[code].....
View 2 Replies
Aug 10, 2006
[URL]I want to play the home page animation once only - and when visitors come back to the home page - it would ideally go to the last frame (or?). I have seen 'mentions' of Flash objects (cookies) and other scripts but have yet to see the actual script to make this work.I'm using Flash MX 2004 (version 7.2)?
View 7 Replies
Aug 20, 2010
can any one guide me to any tutorial or fla how to achieve the effect of the home page on this site http:[url]......
View 5 Replies
Feb 10, 2010
what is the code for accessing automatically the homepage of my website after the end of the flash animation.[URL]...
I am not a specialist with flash, but I have read that classical getURL code does not work in AS3.
View 3 Replies
Sep 10, 2010
I am an html/css programmer and don't know much about Flash. I've just been asked to update this site which has many Flash elements. I just dissected the site but can't figure out where the slideshow is coming from on the home.html page. I opened the index.swf object and there are no images just a background. I believe the original designer used Flashbox for the slideshow and Flash as the backdrop? I think I have the other galleries (click View Rings portfolio or another portfilio) figured out.
It looks like it's pulling in a Flash file and the Flash file is pulling in images for the slideshow (at the bottom) from the images.xml file. I opened the Flash file (image gallery.swf) and the full pop up -- background and large photo and slideshow -- are included in the .swf file unlike the index.swf file. Am I correct? Not sure if a Flash file would pull in images from an images.xml file. How do I edit the Flash file if it's not pulling the images from the images.xml file? When I open the file it just shows me the .swf file in design view.Is this over my head and should I hire someone with Flash and Flashbox experience?
View 10 Replies
Mar 10, 2011
Is it possible to create an xml slideshow that runs .swf files for my home page?and does anyone know where to find some good tutorial on creating xml slideshows that run the .swf files.
View 1 Replies
Apr 27, 2011
i have a question about loading an mp3 in flash. the mp3 is loading & playing fine, but if i click a button to go to a new frame, and then click another button to return to the home page, a new copy of the same audio clip is loaded over the one that is already playing, thus causing two audio files to play at the same time. it will keep loading a new copy of the audio clip every single time i return to the home page. how do i go about correcting this? the following is the code i am using:
[Code]...
View 7 Replies
Aug 30, 2009
I am using the following code for my Navigation in a FLash CS4 file:
stop ();
function buttons(event:MouseEvent):void{
gotoAndStop(event.target.name);
}
home.addEventListener(MouseEvent.CLICK,buttons);
services.addEventListener(MouseEvent.CLICK,buttons);
about.addEventListener(MouseEvent.CLICK,buttons);
contact.addEventListener(MouseEvent.CLICK,buttons);
It works great when I am on the home page, but stops working once I navigate to any of the other pages. I have an Actions layer and that layer extends the full length of all pages/frames of the timeline.
I have the frames labeled as such: home, services, about, and contact. (All are "Type:Name")
each button is named as such: home/ instance of "home", services/instance of "services", etc.
View 1 Replies
Jul 27, 2010
I have integrated sIFR3 and it shows perfectly in my home page but not on any other pages. I never changed anything only the name of the font. Here is my sifr-config.js:
[Code]....
View 1 Replies
Aug 5, 2011
in that task i have to make one website intro and have to run with html page. that i know haw to do it. and i have done with this part.
but now i have to do one thing that is. when my intro is completed then page will automatically redirect to website home page.
is it possible then page will be redirect without single click. if yes then how.
View 1 Replies
Jul 15, 2009
I have a site at [url]... with flash content on the home page. The preloader works fine the first time you load the page, but if you click any link on the page, and then hit "back" in Internet Explorer to get back to the home page, the preloader shows stuck at 100%.
The movie file has 2 frames. The 1st for the preloader, and the 2nd for the content. Here's the code for my preloader[code]...
View 1 Replies
Nov 1, 2009
I made a thumbnails slide, works great, but here the questions. I need the thumbnails to navigation on my home page .. ( go the next page 1.2.3 etc.)
Script code on the thumbnails:
on(release){
photosMC.gotoAndPlay("img2h")
}
View 1 Replies
Mar 5, 2011
I'm having trouble creating code logic for 2 doors that open up to a business and personal section. I want them to be coded for all these scenarios:
1. when user's mouse is over the door (or section), the door opens up. the other stays put where it is. (done)
2. when the user exits the zone, the door closes shut (but slower than the opening)
3. if the user's mouse exits and reenters very quickly, i need to detect that somehow and rewind the easing function? example
if (user left and reentered in 2 sec){
trace(personalDoor.rewind());
}
what kind of method or class gives access to a rewind function.
[URL] put an http: before that and the whole link will work.
View 3 Replies
Jun 30, 2004
i always see some fancy/complex/elements got random motion: flash home page navigation, such as [URL] I just wondering is it very complex/hard to make one? & How can a newbi, like me get started to make one? does it involve complex/advanced actionscript?
View 1 Replies