Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








[F8] Simple Flash Movie, Load Webpage After It Ends


I'm using CS3 now. I used to make these Flash movies before but it was almost 5 years ago. Now I'm going back to try again but it seemed harder. Anyway...

I just want my movie to load a webpage after the movie runs. I tried using getURL code, but I keep getting an error. Can anyone give me a complete procedure to make this work properly?

Thank you in advance.




FlashKit > Flash Help > Flash Newbies
Posted on: 07-18-2007, 08:30 PM


View Complete Forum Thread with Replies

Sponsored Links:

How Do You Automatically Load A Url After A Flash Movie Ends?
After the movie ends, I want to automatically jump to a webpage.

how can I do this?

can anyone help?

View Replies !    View Related
Please Help I Cant Get Flash Mx Movie To Load On My Webpage
I cant fiqure out how to get my MX movie to run on my site. It starts by having a preloader and goes into site fine on my sys offline but wont work properly when i try online please help....

View Replies !    View Related
Is There A Way To Load Another Webpage Into A Flash Movie?
Is there a way to load another webpage into a flash movie with AS2 or 3 so it displays within the movie? I'd like to do something similar to an html iframe where I have a box that contains another website (a web-accessed application). I'm trying to make a "control panel" flash interface where users can access several different web apps from the same place, and they would open right in the interface--not in a new window. Any help would be appreciated!

View Replies !    View Related
Load New Html Page When Movie Ends?
This is probably simple but I am a noobie

All I want is, when my swf movie ends, the browser loads a new html page (called inside.html, in the same folder on the server).

In other words this is a "splash" flash, which should then load the secondary index page (inside.html) after the last frame of the swf movie.

I've tried all kinds of different things and I can't seem to get it to work. I'm using Flash MX. Help please!

--Jeff

View Replies !    View Related
End Of Movie * Load Webpage
Finally I've finished my movie.
Instead of using a button to enter my site, I want it automatically. How can I realize that? Is it actionscripting of HTML?

Thanx.

View Replies !    View Related
HELP SIMPLE, SIMPLE XML-FLASH Load Into Movie Clip
This is so stupid, my first dive into XML, with a company project - a tutorial/training piece which will require mjultiple screens with questions, etc.

Anwyay- I can get the XML loaded into the root, and it works pefectly, but I'd like to put things INTO a movie clip, so that each new screen or slide is just he movie clip advancing.

How the HELL do I target the movie clip? I even tried setting a NEW variable in teh main timeline once the XML was loaded, but the best I get is not the value from the XML, but the path (e.g. "level0title1")

Any help? I imagine it's a really stupid, easy question, but I can't find anythign ANYWHERE to answer it.

View Replies !    View Related
How To Publish So The Movie Is Cached In Browser, And Can Load A New Webpage?
At the end of my movie (10mb) I have this code assigned to a button:

myButton.onRelease = function(){
getURL("pages/page2.html");
};

I published the movie with the 'local playback security' setting on 'access local files only' and the button didn't load the page.

Then I republished it with it set on 'access network only' and the button works, but my movie no longer seems to be cached in the browser.

I have another button in the same place which is a 'play again' button, and sends the movie back to the start of the preloader.

If I refresh the movie at any point it has to preload itself all over again, which it doesn't do when set to 'access local files only'.

How do I make it so the movie is both cached, and can load a new webpage in the current window?

Thanks for any help.

View Replies !    View Related
Close Window After Flash Movie Ends..how Do I Do This?
I am working in Flash MX....I have a flash presentation that I have prepared. The flash SWF file is a pop up that automatically pops open when the homepage opens. After the flash goes through once, I have stopped the movie so it does not loop.

What I want to happen next is to have that window close so that the homepage is showing. I do not want the user to have to close the window themselves. Can someone please help me out and tell me how to do this??

Thanks!

View Replies !    View Related
Closing A Window When Flash Movie Ends
hi guys,
I am trying to find out what is the proper actionscript code to close a window that a flash movie is currently playing in at the last frame?

Thanks!

View Replies !    View Related
Detect When Movie Clip Ends. Flash MX
Hey,

I have an object that I have set to spin and deaccelerate when the movie loads. What I want to do is carry on from there. The object is made to spin using action scrip, not a tween.
onClipEvent (enterFrame) {
if (rotDest>0) {
this._rotation += (rotDest)*.16;
rotDest--;
}
}

Im after a way to detect when the object has come to rest and then load the next scene. Is this possible? Its either that or I have to wait 206 frames for the animation to stop and then put in my gotoandplay statement. Im sure this method is classed as 'scruffy'!

Thanks in advance

Chris

View Replies !    View Related
Load Webpage On Top Of Flash....
I've got a flash movie that links to a webpage....if i use the fs command for full screen, the webpage remains behind it....

it has to be upfront, (otherwise its useless)....what are the alternatives?

View Replies !    View Related
How Do I Load A Webpage Into Flash?
I want to be able to load a .html page into a movie clip in flash...

And for it to load in the center of the .swf so the borders of the animation show up. Here is the .fla

http://www.constantina.com/music.zip

Can anyone help me with this please?

View Replies !    View Related
Is It Possible To Load Webpage In Flash
is ir possible to load a webpage (or a part of webpage) in a flash movie?
static page just info...

thanks
is it impossible i search google but didn't found solution

View Replies !    View Related
Load HTML Webpage Into Flash
Hi everyone,

I'm quite new to flash and am currently using CS3. I want to load a html webpage which contains a calendar into my swf file. The html file does not contain tags that flash does not recognise but im unsure on how to get flash to display the webpage, if this is possible at all. I have attached the code within my html file. Basically all I want to do is load "calendar.html" into my flash movie and keep its format. Any help or a demo on how to do this would be really appreciated.

http://www.bookingcalendar.info/9380 - that is all I need to get displayed within my flash movie. I hope someone is able to reply.


Many thanks,

Kev







Attach Code

<IFRAME SRC="http://www.bookingcalendar.info/9380" TITLE="http://www.bookingcalendar.info" height="820" width="610" SCROLLING="no" frameborder="0" allowTransparency="true" STYLE="background-color:#F7F5F5"></IFRAME><br><a href="http://www.bookingcalendar.info" style="text-decoration:none;"><font size="1" color="#C0C0C0" face="arial">Free availability calendar</font></a>

View Replies !    View Related
Load HTML Webpage Into Flash
Hi everyone,

I'm quite new to flash and am currently using CS3. I want to load a html webpage which contains a calendar into my swf file. The html file does not contain tags that flash does not recognise but im unsure on how to get flash to display the webpage, if this is possible at all. I have attached the code within my html file. Basically all I want to do is load "calendar.html" into my flash movie and keep its format. Any help or a demo on how to do this would be really appreciated.

Many thanks,

Kev







Attach Code

<IFRAME SRC="http://www.bookingcalendar.info/9380" TITLE="http://www.bookingcalendar.info" height="820" width="610" SCROLLING="no" frameborder="0" allowTransparency="true" STYLE="background-color:#F7F5F5"></IFRAME><br><a href="http://www.bookingcalendar.info" style="text-decoration:none;"><font size="1" color="#C0C0C0" face="arial">Free availability calendar</font></a>

View Replies !    View Related
Load A Flash Movie From A Simple Html Link?
I´d like to load different movies made in flash from several html links. How can I do that?.

Thanks in advance

View Replies !    View Related
Load A Flash Movie From A Simple Html Link?
I´d like to load several flash movies from html links. How can I do that?.

Thanks in advance

View Replies !    View Related
Flash Load External Images Into Flash Webpage
Hello

Im looking for a way to load jpgs into a set space in my movie.

similarly to the load variables 'text' trick but with images.

anyone help?

its so i never have to change the origional flashfile and simply upload new images under the name flash looks for ie image.jpg

hope its a challenge good people

View Replies !    View Related
Loading A Webpage Into A Flash Movie
I'm making a replica-type site for my clan for some game and when I push a button, I want to load our forum website into a section of the Flash, how would I go about doing this?

View Replies !    View Related
Centering A Flash Movie In A Webpage
Hello everybody!

I have two questions which are probably very easy but I'm new to Flash so I guess I'm not doing something right.

1. I have made a flash movie and when I publish it I want it to appear in the center (vertical) center (horizontal) of the webpage, how can I do this? I tried the publish settings in Flash MX but the setting "Flash alignment" doesn't seem to center the movie in the middle of the html file!?

2. I was wondering whether anyone knows about Dreamweaver stuff. I just can't find a forum for Dreamweaver help. All I want to know is how I can make my text and images stay where they are when a user re-sizes the browser page to a smaller size. For example, if you resize this page the text above which says: Flash Kit Community Forums > Flash Help > Flash MX gets scrunched up and moves to the next line.

Anyway, I be ever to grateful if you could help me out with my flash problem and if anyone knows about the second.

Thanks a million!
Spiros

View Replies !    View Related
Flash Movie Transparent Over Webpage.
Is there a way to have a flash movie floating over a webpage thats transparent, like an advertisment sort of thing that you see on yahoo for pepsi and other companys. Just wondering if anyone knows how to do this effect.

View Replies !    View Related
Center Flash Movie In Webpage
hi

i have created a flash movie and exported it into a html it shows on the html fine...

the problem is that it doen not center properly

here is the code....


Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>protfolio</title>
</head>
<body bgcolor="#fbe6e3">
<!--url's used in the movie-->
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="768" height="1024" id="protfolio" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="protfolio.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#fbe6e3" />
<embed src="protfolio.swf" quality="high" bgcolor="#fbe6e3" width="768" height="1024" name="protfolio" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>


ive tried everything to my knowledge please cud u help me or redirect me in the right direction

thanx

kix

View Replies !    View Related
Putting Flash Movie In A Webpage...
Hello, I was recently told by someone that they had set up their PHP webpage to include JPEG images and therefore could not use flash animations in their site. Is this true? I'm really new to flash and I haven't tried putting it into webpages myself yet, so any info here would be greatly appreciated.

Thanks )

View Replies !    View Related
Image Url From Webpage In Flash Movie
Hi,

I'm sure this is probably a very simple one. but i am rather new to the world of flash.

I would like my little flash movie to display an image but instead of hardcoding it into my flash movie, is it possible to use a parameter from my html ?

I was hoping i could use one of the embed tags to place an image url in my movie.

If anyone knows how to do this could you shoot me the code to acheiving it.


thanks

View Replies !    View Related
[F8] Prepare Flash Movie For Webpage?
So I have a Flash movie that I want to use as my portfolio website however I've never done it before so I have a real newbie question: Once I've completed my Flash movie, what exactly do I need to do to prepare the Flash movie to go up on my server? What exact file do I need to publish? Again, bear with me as I'm new and have never done this before.

Thanks!

View Replies !    View Related
Possible To Use A Flash Movie As A Background For A Webpage?
HI,

I was wondering if if was possible to use a flash movie as a background for a webpage, similar to how you would use an image as a background for a webpage.

I would really appreciate any advise and suggestions. Thanks!

Josh

View Replies !    View Related
Embed A Webpage Into A Flash Movie (swf)
Hi,


How do I embed a webpage (for eg:- gmail log-in page) inside our flash swf file? I want that whole content to be loaded in our Flash movie!

I've provided a screen shot of this...

Is that possible in Flash? Or using ‘Lingo script’ or ‘mdm Zinc’?

Anyone has any idea, please help me out!

Thanks in advance,
Rajeev VM

View Replies !    View Related
Embed A Webpage Into A Flash Movie (swf)
Hi,

How do I embed a webpage (for eg:- gmail log-in page) inside our flash swf file? I want that whole content to be loaded in our Flash movie!

I've provided a screen shot of this...



Is that possible in Flash? Or using ‘Lingo script’ or ‘mdm Zinc’?

Anyone has any idea, please help me out!

Thanks in advance,
Rajeev VM

View Replies !    View Related
Embed A Webpage Into A Flash Movie (swf)
Hi,

How do I embed a webpage (for eg:- gmail log-in page) inside our flash swf file? I want that whole content to be loaded in our Flash movie!

I've provided a screen shot of this...

http://www.kirupa.com/forum/attachme...0&d=1200584021

Is that possible in Flash? Or using ‘Lingo script’ or ‘mdm Zinc’?

Anyone has any idea, please help me out!

Thanks in advance,
Rajeev VM

View Replies !    View Related
Possible To Use A Flash Movie As A Background For A Webpage?
HI,

I was wondering if if was possible to use a flash movie as a background for a webpage, similar to how you would use an image as a background for a webpage.

I would really appreciate any advise and suggestions. Thanks!

Josh

View Replies !    View Related
Flash Movie As Webpage Background
Hi,

I created an interface within Photoshop, sliced and exported it.

Now there's a small frame which will contain my pages, loading via an iFrame.

Basically on each page which loads in there I would like to use a Flash Background on the pages.

Now I know it may not be a good idea for filesize matters, but the background swf is only 8k so its nothing big, just a very small animation.

Could anyone tell me how to set the page background to a SWF please.

Cheers!

View Replies !    View Related
Confused On How To Put My Flash Movie Into My Webpage
hi everyone

This might seem like a stupid question but i dont know how to take my flash movie and put it into my web page.

I want it to be the first page they see, the intro and i have no idea how to do this. im making my webpage on geocities just to start out and learn, then i will move onto harder stuff. so any help will be great.

View Replies !    View Related
Movie Clip Play And Then Repeat Frames 15-20 Until Entire Movie Ends
please let me know how to have a movie clip (flash 5) play through once and then repeat frames 15-20 until the movie clip is removed thank you for your answers

View Replies !    View Related
Making A Flash Movie Communicate With Another On My Webpage
Here's the deal. I have a web page with 2 flash movies embedded. One is a small scrolling box which contains buttons and the other contains text.

How can I code each button to make the text movie switch to the corresponding frame?

Any help would be appreciated.

View Replies !    View Related
Control A Flash (menu) Movie From Webpage
Hi -- I need to control a flash movie from within a webpage -- specifically, I want to send the movie to a particular frame depending on what web page is being viewed. I know this issue has been addressed before, but I am such a new newbie that I cannot grasp how it is done.

The flash movie I am using is a menu that I want to use on every page. Frame one of the movie has menu buttons that, on rollover, change color or "light up." A stop action is on frame one. Frame 10 of the movie also has the menu buttons, except one of them ("about us") is static; that is, in remains in the "lit" state while the other buttons remain active. Frame 11 shows the next menu button in a static state, and on and on, sequentially down the line.

What I want is for the "about us" page to tell the menu movie to go to Frame 10 when a user goes to the "about us" page.

Apparently, I need a Javascript on each webpage that will tell the menu movie (cleverly called menu.swf) which frame it should display. Can anyone help? I know this is real simple, but I'm stumped.

View Replies !    View Related
Linking To A Webpage With A Button In Flash 8 Movie
Hey. I'm trying to link a webpage to my flash movie using a button. I created a button and added the following action to it:

on (release) {
getURL ("websiteaddresshere", "_blank");
}

I got this error:Mouse events are permitted only for button instances
on (release) {.

I also tried the following: //Goto Webpage Behavior
getURL("websiteaddress","_self");
//End Behavior

This worked but loaded the page automatically and not when i clicked on the button. Please help! What am I doing wrong!

View Replies !    View Related
How To Have Flash Movie Play Over Top Of Webpage Then Disappear
Hi all,

I'm trying to get it so the web page loads and a flash movie then plays overtop of the page.
Any ideas how to achieve this?

Many thanks
Kiwidesign

View Replies !    View Related
Showing A Flash Movie As Background On An Asp.net Webpage
Hi all! I'm brand new on here, so I'm doing like they say, and saying Hello!

I know there's been a lot written about this, but I've yet to see a code sample. I've been using asp.net 1.1 (vb.net) for over a year, but have not done much with CSS files or Div tags. From what I've read it looks like you need to use these. However, there seems to be a lot of differing opinions on that. I'm brand-spanking new with Flash (though the code looks very C#-ish).

At first I tried using layers and motion guides to create gifs, but after 3 layers the gif animation started slowing down immensely. That was just 3 snowflakes! I can imagine how slow 75 snowflakes would be! That's when I found the snowflake tutorial.

So then I created a snowflake-like Flash Basic 8 movie with the associated swf/fla/gif/html files. Now, I have all these files, but I do not know how to make them/it play as a background on my webpage. I've seen plenty of webpages like this so I know it's possible.

I tried adding the Flash generated html to my webpage code-behind , but then the design view became just all black. Even the generated html page itself creates an all-black display. It seems you need the swf file to see the animation properly. The generated gif file is static, probably because the movie only uses 1 frame. Someone said something about layering the webpage using div tags and the CSS style sheet, but I couldn't get that to work. They also mentioned designing the whole web page in Flash, but I already know and love asp.net, so can't it be done through asp.net?

THANKS!
Larry

View Replies !    View Related
Showing A Flash Movie As Background On An Asp.net Webpage
Hi all! I'm brand new on here, so I'm doing like they say, and saying Hello!

I know there's been a lot written about this, but I've yet to see a code sample. I've been using asp.net 1.1 (vb.net) for over a year, but have not done much with CSS files or Div tags. From what I've read it looks like you need to use these. However, there seems to be a lot of differing opinions on that. I'm brand-spanking new with Flash (though the code looks very C#-ish).

At first I tried using layers and motion guides to create gifs, but after 3 layers the gif animation started slowing down immensely. That was just 3 snowflakes! I can imagine how slow 75 snowflakes would be! That's when I found the snowflake tutorial.

So then I created a snowflake-like Flash Basic 8 movie with the associated swf/fla/gif/html files. Now, I have all these files, but I do not know how to make them/it play as a background on my webpage. I've seen plenty of webpages like this so I know it's possible.

I tried adding the Flash generated html to my webpage code-behind , but then the design view became just all black. Even the generated html page itself creates an all-black display. It seems you need the swf file to see the animation properly. The generated gif file is static, probably because the movie only uses 1 frame. Someone said something about layering the webpage using div tags and the CSS style sheet, but I couldn't get that to work. They also mentioned designing the whole web page in Flash, but I already know and love asp.net, so can't it be done through asp.net?

THANKS!
Larry

View Replies !    View Related
Adding A Movie Trailer To A Flash Webpage
Hi guys,
I've looked arond the forum bt searching for a problem involving the works movie or clip leads to quite a few results!

I have a flash page - entirely flash, and I want to put a move trailer in it which appears on the stage when you click the "trailer" button.

I need to know how to do this so that the trailer appears with user-controls (play/rewind/volume)
I am also having major sync issues so if anyone had any ideas about that...

So basically: You want to put a movie-trailer in your page with user controls, what would you do?!!

Please help!

N

View Replies !    View Related
Linking Flash Movie To External Webpage
Greetings All

Ive been working on this problem for a while now and haven't found the right solution but I was hoping someone would be able to tell how to link the flash images at www.totalrenovations.com.au/tp/ to an external webpage, using an ActionScript getURL command or even a Javascript onclick event if possible? I am using Flash MX 2004.

Is there a way to convert the entire movie (including all layers) to a button symbol to allow the ActionScript command to work without error?

Any assistance would be muchly appreciated.

Kind regards

RichardN

View Replies !    View Related
Flash Over Html, Hide Flash Access Html After Flash Movie Ends
We've got a green screened video playing in a flash movie over top of our html content.

when the movie ends, flash uses external interface .api to call a javascript function which swaps the flash movie out with a 5 x 5 pixel flash movie (rewrites the <div>).

this works and you can interact with the html content after the flash movie in all browsers except firefox...!

anyone know of any work-arounds or is there a better way of handling flash over html in this fashion?

any input would be greatly appreciated!

View Replies !    View Related
Loading A Second Movie When The First One Ends
Ok, I've searched help, manuals, books, forums, and I can't figure out how to make this work.

I have a series of independent flash movies that can be used alone or combined together to make a sequential flash movie. I can't put code into the individual movie timelines because they may be used as standalone movies. What I want to do is build a 'container' movie (I'll call it object.swf) that will load any of my smaller movies (I'll call them 1.swf, 2.swf, 3.swf, 4.swf).

In other words, in frame 1 of object.swf, I have an action that loads 1.swf and stops on that frame in object.swf. When 1.swf PLAYS (not LOADS) the last frame, I want it to unload 1.swf and load 2.swf and again stop the object.swf timeline.

I have tried numerous experiments with do-while, for-next, etc, trying to use the _currentframe and _totalframes properties with absolutely no success.

PLEASE if anyone has a clue how to do this, I'd worship you FOREVER (maybe even longer!)

View Replies !    View Related
Repeating When Movie Ends...
hi all!
my help files are lame...type in repeat movie and i get no hits???

i have a fla that has a wav file that plays at frame 1 and goes to frame 400. i have a nice animation that goes from frame 1 to 200.

i want the animation, at it's last frame, to repeat back to the start...on en endless loop so to speak.
also likewise if the wav goes all the way to the end, loop back again endlessly until the reader clicks close button.


thanks!

View Replies !    View Related
Action After Movie Ends
I am making a movie where a flv is loaded into it. When the flv ends I need to do two things load in the next flv and load in a image into a different mc the action parts I can do no prob. I just do not know how to do that when the flv ends. how do I detirmine the movie has ended.

View Replies !    View Related
When A Contained Movie Ends
Hi,
I have a swf movie contained within my main flv file, on scene 2.
When the movie/swf finishes, I wish it to automatically go to scene 3.
I cant find any onMovieComplete actions.

So if any one can help me, thanks in advance.

View Replies !    View Related
FLV Ends Then Advances Movie
I'm looking for a script that will advance the movie to another frame after a FLV is finished playing.





























Edited: 12/11/2007 at 06:50:15 AM by SM6601

View Replies !    View Related
When Movie Ends Go To Page X
Hi,

i am new to flash and i made a introduction movie but i dont know how to make it go to a new page when it gets to the end could any one help me out ?


movie:last frame:go to page http://blah.com/index2.html

but without having to click a button for that... and not in a new window i would like to make it open on the same window.

target="_self"

thanks in advance hope some one can help me out.

View Replies !    View Related
Movie Starts Before Preloader Ends
MX2004 AS 2: My movie starts before my preloader completes downloading - any ideas? So my preloader is sitting on top of the movie as it plays...

View Replies !    View Related
Help Preloader Ends Up Before Downloading The Movie
I have been working on one of the charity organisation’s international website as a part of my volunteer services within the organisation. With help of one of the tutorials, I have made a preloader for the intro of this international website. Here I face a couple of problems:

(1) Even I could see that the bar gets upto 100%, the file still takes time to download and the viewer has to wait. What sort of change can I make that can enable the viewer to see the intro strait after the loading bar gets to 100%?

(2) The preloader does work with Firefox. Some how I am not able to see it in Internet Explorer.

You could download the swf and fla file from the links below:

https://www.onefamily.org.uk/iwebsit...EA/Jaydav/Del/

Thanks in advance for those who attempt to help.

Cheers

Jay

View Replies !    View Related
Go To Next Frame After Movie Clip Ends
I imported a movie clip into the second frame of my flash file (the first frame is a loader).
there are no controls on the movie because I want to treat it as an intro that leads you directly into the site.

in the properties of the movie clip it says:
instance of: FLVPlayback

and i simply gave it the same instance name.

My question is what is the code to make it go to frame (3) after the movie clip is finished playing?
currently there is a stop(); in the actions, but that of course just makes the movie play and then stop on the last frame of the movie.

can anyone give me the code to make this work?
thanks!

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved