Getting UI On Embedded Movie To Work
I'm trying to make a photo website for myself. I have a main movie that launches a picture-viewer movie. Both movies work by themselves, but when I use the code below to load the picture viewer SWF into the main movie, the controls don't work.
The non-working version is at: http://www.graysonschaffer.com/Grays...affer_new.html (click "portfolio" then "portraits")
The working picture viewer is at: http://www.graysonschaffer.com/1.html
I think this may have something to do with only the main timeline getting loaded, but I have no idea how to fix it.
_root.container1.createEmptyMovieClip("container", 1); loadMovie("/"+_global.movieToPlay+".swf","container"); container._x = -485 ; container._y = -345 ;
FlashKit > Flash Help > Flash ActionScript
Posted on: 10-12-2004, 07:40 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Plz Help Problems With Getting Embedded Movie To Work
O.K. well,
I embedded this quicktime movie clip into my flash movie, with the idea that the original flash movie (with the movie interface on it) would control the quicktime movie. Well, I have all of the buttons done and I got the movie to load within the interface and I put a stop action to the 1st frame of the quicktime movie, BUT I can't get the play button or the stop button to work. Nothing happens, I get the little hand indicating that it is a button, but then I click and NOTHING. I'm guessing that I have to put some if/else statements in there, but this is my first try at actionscript and the books that I bought aren't helping me at all. I have tried going to the actionscript reference and everywhere on the net and can't find a thing. Have been working on this for days. Can anyone please help me!!!!
Damn...buttons Don't Work When Embedded In Movie Clips...why?
SOrry if this question was already made, I couldn't find it. I am using Flash MX under Windows XP and wanted to create a bar with an animation, containing buttons. I first created my buttons and then a movieclip where the bar is animated like I wanted. Then I dragged my buttons to this bar and later dragged the bar (already with all the buttons) to the stage. I test the movie but the buttons don't work.
If I just drag the buttons directly to the stage, they work, meaning the actionscript I inserted, which is...
on (release) {
gotoAndPlay ("framelabel");
}
... seems to be ok. The problem is when I embedd the buttons in a movieclip. Any ideas? Thanks in advance.
Url Links In Movie Clip Do Not Work Once Embedded In Html
Hi, i am creating a website and using a small flash intro. I have created a flash intro movie and embedded this into a blank html page. The movie is embedded fine the play/begin intro button i have used works fine along with the actual intro, however the get shockwave, and enter (to my actual html website) url links do not work at all. They do show up as buttons as the cursor chages to a hand symbol but they seem to not function. However in the actual swf file for the intro and testing the movie in flash the buttons work fine. I have searched but found no help.
Hope to hear frm someone soon, please feel free to email me at locked_on_aj@hotmail.com. Maybe i could send someone my fla file to look at?
kind regards -Ajay
Embedded .swf Won't Work
why is it when i embed this attached .swf file in dreamweaver and preview it won't work? WHat am i doing wrong? basically I am using flash 8. main.swf has loadMovieNum ("square.swf", 2);on first frame. It work fine when i preview from flash but as soon as I embed it into an html page it wouldn't work on the browser.
thanks
Embedded SWF Used To Work...
I'm a new webmaster, so this may be basic toy you, but I can't figure it out...
I have a website running with an embedded, very simple SWF file to flash text on the site (www.radix-group.net). I upgraded to the trial version of Flash CS3, editted my FLA file, re-embeded it in the html using Dreamweaver, and ftp'ed it to my host server. Everything works, except where the SWF file is supposed to display, nothing comes up. I'm sure it's a simple fix, but I can't figure it out.
Ideas?
Thanks.
Can't Get Embedded Variable To Work
Hi.
I'm passing a variable from the embed tag in the HTML to my movie. I don't know what I'm doing wrong? Other than putting the variable name and value in the embed tag do I need to reference that somewhere in the movie?
Thanks
Can't Get Embedded Font To Work
Hi folks,
Here is really simple example. I want to write one sentence in txt field with embedded font but it doesn't work…
http://www.fulek.com/GAL/EmbedFontExample.zip
Cheers,
Video (.AVI) Embedded Into MC Doesn't Work?
Okay, here's the problem:
We imported an .AVI file into Flash, totalling somewhere around 6000 frames. Now, we didn't want the root timeline to be over 6000 frames long, so we converted the video object into a MC (and we were prompted to make the MC timeline the length of the movie--clicked yes.)
Now, when we try to publish the project, it hangs--it wont build the .EXE or .SWF. The progress indicator hangs around 4 notches.
However, if we break down the Movie Clip containing the video, (basically bringing the video object back to the root timeline), the project will publish.
Anyone ever heard of this one? Perhaps you can shed some light on embedding video into MCs?
Thanx!
Any Reason Why Embedded Fonts Won't Work Here?
I've got a problem with setting embedded fonts for runtime texfields. They work fine with the standard swf. If that swf is loaded from another swf, however they don't seem to be working and so the text is not being displayed. This is the html code:
HTML Code:
<OBJECT CLASSID="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" CODEBASE="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="950" HEIGHT="550" ID="main" ALIGN="middle">
<PARAM NAME="allowScriptAccess" VALUE="sameDomain" />
<PARAM NAME="movie" VALUE="main.swf?theFile=swrdnewlayout.swf" />
<PARAM NAME="loop" VALUE="false" />
<PARAM NAME="menu" VALUE="false" />
<PARAM NAME="quality" VALUE="high" />
<PARAM NAME="bgcolor" VALUE="#ffffff" />
<EMBED SRC="main.swf?theFile=swrdnewlayout.swf" LOOP="false" MENU="false" QUALITY="high" BGCOLOR="#ffffff" WIDTH="950" HEIGHT="555" NAME="main" ALIGN="middle" ALLOWSCRIPTACCESS="sameDomain" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" />
</OBJECT>
So the main.swf is loaded and then the swrdnewlayout.swf . Its swrdnewlayout that is not working properly. Anyone know why this problem is only occurring when the swf is loaded from another swf? Is it a flash bug? Is there a bugs list available?
Flash Embedded In Html Won't Work
Hi, I have been trying to make a html file containing an swf work on my website. both swf and html are in my public_html folder, the swf works on its own and when I substitute the swf name in the html file for a different swf that one works. Obviously there is a problem with the swf file. It is quite big (2.7MB) and there are a couple of error messages associated with it (because database is not set up yet) but as I say it works as an swf on its own.
Sorry for the rambling question but can anybody help me? Its for a project for college!
Ahh Scroller Of Embedded .swf Doesn't Work
hey, im currently redoing my flash site and making all pages in external .swf files. I have a "homepage" which loads all of the seperate pages (external .swf's) through a 'contents' movie clip, but for some reason, once the specific .swf (say, the "News" page, 'news.swf'), is loaded into the "homepage", its scroller won't work. when you click the Up or Down arrow, it just reloads the news.swf file... the scroller is a custom scroller and is part of each external .swf, not the homepage.
what should i do? i have "stop();" all over the place.. and the news.swf is loaded using the code
_root.contents.loadMovie('news.swf');
thanks
Making An Embedded Scroller Work
Hi all!
I'm trying to load a movie (with scrolling text loaded from an external text file) inside a target movie clip. For some reason, the scroller movie works fine when it's an independent file but when it's loaded inside a target movie clip the text doesn't get loaded from the text file.
I've attached the files for reference.
I noticed that when I load the movie on a level, it works just fine but the problem arises only when I load it inside a target movie clip. Since I'm a novice in Flash, I'd really like to know what I'm doing wrong...
Cheers!
Swap Embedded Video Does Not Work
I have a simple flash file that has a movie player with stop play and pause buttons. That control the timeline for a .flv file. When I try to swap the flv file with another file, the new flv file does not play. I just see the blank screen and the three buttons. What could be the problem?
Why Doesnt Embedded Video Work When SWF Imported?
Hi guys, im hoping you can help shed some light on this problem.
Basically I have a SWF file which i have made and want to import into my current falsh movie and use it as a rolling animation in to background.
My problem is that the SWF file has embedded vdeo which works fine before import, but when imported and put on the timeline, no longer works!!
This is a big problem for me and im wondering if there is any way i can get it working?
Cheers in advance
Rob
Button With Embedded Script Doesn't Work
Hello - I'm glad this forum is so active, I'm not willing/able to jump to AS3 yet.
I have a button, and will have many similar to it, that contains a MC so that it fades in and out depending on the mouse state. The button's embedded MC has code placed on it's timeline as follows:
Code:
stop();
this.onEnterFrame = function() {
if(rewind == true) {
prevFrame();
}
}
this.onRollOver = function() {
rewind = false;
play();
}
this.onRollOut = function(){
rewind = true;
}
This allows the button to fade in on rollOver, and fade out on rollOut.
When placed on the main stage, this button fails to run AS placed on the main timeline that should assign additional functions to it. When these functions are applied to a plain test button on the main timeline, they work. So it seems that the embedded MC and AS are to blame.
Any ideas how to fix this?
Thanks.
Embedded Imgs: Asfunction Won't Work With Img Button?
Having a heck of a problem - I can easily use ahref tags on text to call flash methods from dynamic text: for example:
<a href="asfunction:_root.clickHandler,2">GO TO PAGE 2</a>
but if I use this:
<a href="asfunction:_root.clickHandler,2"><img src='img.jpg'/></a>
I get nothing. The image recognizes that it "should" click to something, but I can't get the image button to call the function.
Any ideas?
Embedded Flash Didn't Work Properly?
i use movieLoader on my main movie to call it those seperate swf.
It seem like it doens't load in the rests.
My main movie is first embedded into html.
please further advice.
OnKeyDown Doesn't Work When Flash File Is Embedded In HTML
I am making a Flash game, that uses the following code for key recognition.
Code:
this.createEmptyMovieClip('_keyListener',1);
Key.addListener(_keyListener);
_keyListener.onKeyDown=function(){
if (Key.isDown(Key.SPACE)) {Reload();}
if (Key.isDown(17)) {RandomGravity();}
}
Try playing the game as a standalone SWF file and as an SWF embedded in an HTML page. The SWF file is identical in both cases. Try pressing Ctrl and Spacebar.
For some reason, the standalone SWF file works properly, but the embedded HTML page does not detect keys. Is there some extra code I must add? I've been trying to fix this for an hour now!!
Help Scrolling Dynamically Loaded Text Effect Did Not Work At Embedded Swf.
Dear all,
I just finished "Scrolling Dynamically Loaded Text" tutorial by kirupa chinnathambi. and tried to embed swf in a table for a web site. The scrolling effect and dynamic text were successful in swf file. However, those effects did not work after I embedded swf into a html table. How to solve this problem?
Thanks for your kind help in advance!
Help Scrolling Dynamically Loaded Text Effect Did Not Work At Embedded Swf.
Dear all,
I just finished "Scrolling Dynamically Loaded Text" tutorial by kirupa chinnathambi. and tried to embed swf in a table for a web site. The scrolling effect and dynamic text were successful in swf file. However, those effects did not work after I embedded swf into a html table. How to solve this problem?
Thanks for your kind help in advance!
Can You Dynamically Resize A Flash Movie In Embedded In HTML From Within The Movie?
Did that subject line confuse anyone? Hope not.
What I am looking into doing is having a movie that is 200x200 (could be any size, I just randomly chose those numbers).
Inside that movie I have an empty MC that gets .jpg's loaded in using loadMovie() .
Now I would like to be able to resize the Flash movie to the loaded .jpg's width and height....but of course in the HTML, the .swf is hard coded as (in this case) 200x200.
It doesn't look as if it would be possible but I sure would like someone to proveme wrong.
Any help would be appreciated! thanks!
Embedded Flash Movie Vs Quicktime Movie?
Ok so here is the dilema. I can convert my .mov files to Flash movies and
embed the flash movies on my pages or just embed the .mov files in my pages
with quicktime. Is there any pros or cons to doing it one way or the other?
Why would someone do it in Flash when they could just do it in Quicktime
(minus the fact that you could customize everything in Flash)
--
Best Regards,
Chris Jumonville
How To Call The Main Movie From An Embedded Movie
Hi,
I would like to tell the main movie to go to the nextScene() from inside another movie. I know that gotoAndPlay() can be used for objects such as a embedded movie (something like _root.*name*.gotoAndPlay() )
I want to do the reverse, I want to tell the main movie to play from inside an object. How do I do this? What do you refer the main movie as? Can you give the main movie a name and associate that with *name*.gotoAndPlay() ?
Thanks.
Drop Menu : Rollovers/GetURL In A Movie Don't Work...and The SWF Doesn't Work In FF
My links/rollovers don't work in Mozilla and the dropdown menu part don't work (the rollovers and the getURLs) in any browser.
What's wrong with this??? I think it's something simple.
I've already tried:
Code:
this._lockroot = true;
I also tried writing the AS as:
Code:
one.title.text = "The Text";
one.onRollOver = over;
one.onRollOut = out;
function over () {
this.gotoAndPlay(2);
}
function out () {
this.gotoAndPlay(11);
}
one.onRelease = function(){
getURL("http://www.thelink.com");
}
...didn't work...
I hope someone can help!
Download the: Source File
(Lately I've gotten no help off this site and it's been very depressing because this site people used to be very helpful...I hope someone can change my mind)
Embedded Movie. .flv
hi there!
got some problems with the embedded movie. basically what i wanted to do is to go to the next scene after the user clicke on the movie. is it possible? tnx A LOT!
Autoplay Embedded Swf Movie?
Hi all,
I created a piece of moving 3d text in swift 3d and exported it to the swf format. I then successfully imported the swf file into a flash MX movie I am working on that also contains a soundtrack. When I preview the movie in flash it appears to work fine and the animation occurs and sound score plays, however when I look at publish preview I hear music but no text animation.....8-{ what gives am I not telling flash to do something, I have searched the tutorials on here but nothing seems to answer my question directly
Hope You can Help
Jimmy The Hand
Tab Index Help With Embedded Movie
Hey kids.. little help please
I have a main movie file "main" that calls an embedded movie file "second". Second has a bunch of form fields that i need a tab index for. Here is the code i placed on an invisible button inside the movie.
on (keyPress "<Tab>") {
if (Selection.getFocus() == "_level0.First_Name") {
Selection.setFocus("_level0.Last_Name");
} else if (Selection.getFocus() == "_level0.Last_Name") {
Selection.setFocus("_level0.Address_Line_1");
} else if (Selection.getFocus() == "_level0.Address_Line_1") {
Selection.setFocus("_level0.Address_Line_2");
} else if (Selection.getFocus() == "_level0.Address_Line_1") {
Selection.setFocus("_level0.Address_Line_2");
} else if (Selection.getFocus() == "_level0.Address_Line_2") {
Selection.setFocus("_level0.Email");
} else if (Selection.getFocus() == "_level0.Email") {
Selection.setFocus("_level0.Footage");
}
}
The tabbing works when i test it but not when i upload it. Now, the obvious problem is im calling level 0 and that aint where this movie is being placed.. but i load this movie into an empty mc on my main timeline so i need to use loadMovie and not loadMovieNum... So how in the world to i get this code to be recognized by my embedded movie. Right now i click in my first field and hit tab and it does nothing.
Thanks for the assist guys.
Href On Embedded Movie
I have a swf movie embedded on a webpage. I want to put an href around the object code but when I do it doesn't work.
Can it be done or does flash not allow it?
Embedded Movie Referencing
hello,
i am trying to reference a movie which is inside another movie and change its x position, i am trying to do this by:
_root.parentmovie.childmovie._x=100;
but its not working for some reason, does anyone know why ?
thank you
Help With Embedded Movie, And Portfolio
Hi ,
I have a Flash movie, it is a corporate Portfolio, it also contains various scenes that take you to different
parts of the movie. Using navigation, you go from the main scene to the "Tv Ad Scene". In the Tv Ad Scene
there is a button, upon pressing the button, an embedded movie appears, it is controlled using a controller
(The Base for this controller comes from the FlashMx sample called Import_movie.fla). My Play, Stop and Move
one Frame forward/back buttons work fine. However, My Rewind to start of movie, fast forward to end of movie,
repeat button, and Progress bar are giving me problems. What seems to be happening, is that the controller sees
the entire flash movie as the "embedded movie", instead of the the embedded movie being the movie (I know that
is confusing, please bear with me). When I use the Rewind button instead of starting from the beginning of my
embedded movie, its starts from the beginning of the first scene (Start of Flash movie). Same thing for the
FastForward Button (Except it goes to end Scene). Repeat button goes to the Start of Flash movie. My Progress
knob starts from the middle of the bar. Could you please help me to get my button to react to the embedded
movie instead of the entire flash movie. Attached is the coding, this coding is applied only to the frame,
the buttons are each named.
Thank You
Help With Embedded Movie Variables, Please.
I recreated a much simplier version of a site that I am helping my girlfriend out with and is attached below.
The problem that we are having is there is an embedded movie (embedded.swf) into the root movie (rootmovie.swf). There is a button in the "rootmovie.swf" that when pressed changes the variable that is in the "embedded.swf" to change the dynamic text field in the "embedded.swf" ----> So far everything works perfect when running "rootmovie.swf".
When I loadMovie rootmovie.swf to another (ugh.swf) , the button doesn't change the text anymore.
Do I have to have an eventhandler in ugh.swf to capture the button on(press) in rootmovie.swf that was loaded? I would rather not have to do this because the amount of embedded buttons she will have.
Please take a look at the attached and see if you can figure it out.
Thanks,
DjCheetah
Embedded Movie Question?
This is so simple it's stupid. I have an embedded image inside of a movie clip which I'm trying to stop mid-stream when I press on "pause" button. I put all the code on the button that needs to be there
Code:
on(press) {
_root.loopSound.stop();
_root.video1.stop();
}
and the instance name(video1) on my movie clip with the embedded movie set to stream. Any ideas why the movie would keep playing even though I tell it to stop. As you can see in my code above I have a sound instance name where I am using the same concept and it stops in stream just fine. Thanks
Control An Embedded Movie
Hello! I just wanted to know how to control an embedded QT movie from flash.
I embedded it and turned it into an SWF, which will load into the main timeline. I want people to be able to pause, stop and play, also see the progress of it while it plays.
How would I do this?
Thanks!
Embedded Movie Skipping
I have created a website called www.infiniheart.com
I made this website with Flash MX. It has 4 main pages and 3 embedded sorensen quicktime movies for a total of 7 different scenes. So my problem is with the embedded movies. When I open the web site and click on the first movie, it plays properly. But if I click on the 2nd or 3rd movie, it just skips to aproximately the 250th frame of the first movie. Then if I hit the button for the 2nd and 3rd movies again, it just skips another 300 frames or so in the 1st movie. The funny thing is sometimes it will play the 2nd or 3rd movies properly. Huh?
The web pages are Scenes 1-4 and the movies are Scenes 6-8. This is how I have scripted the buttons to go to the movie pages from Scene 3 (or the Samples button):
1st button
on (release) {gotoAndPlay("Scene 6",1);
}
The 2nd and 3rd buttons are scripted exactly the same to go to Scene 7 and Scene 8... so why would the buttons just skip along Scene 6 if they are programmed to go to the Scene 7 or 8?
Thanks,
AJ
Embedded Movie Objects
I have a really unusual problem, that I hope I can get some help with.
I have a flash movie that uses a text file and an external swf.
If I access it directly via URL (http://bpb.wildwoodclient.com/flash_files/indexpage.swf) it loads and the information in the embedded file and the embedded swf appears.
However, if I view it in the HTML page I placed it in (http://bpb.wildwoodclient.com) I don't see the information from the variables in the text file, or the embedded swf movie.
I can reach the embedded swf directly (http://bpb.wildwoodclient.com/flash_...animation.swf). If anyone has had this problem before, or can shed some light on it, I'd be thankful!
Mark Lassoff
Wildwood Inc.
Embedded Movie File
Hey all,
This might be an easy question but I am new to flash. I have a movie file (.swf) and I would like that to open up in a moveable(if possible) flash pop up window when I click on the assigned link. DOes anyone have action script for this? Or is this harder that I think it is?
Get URL From Embedded Flash AS3 Movie
I have a thumbnail scroller app built with AS3 on my website homepage. I have the class files but would like to know of any quick workaround to make the embedded Flash movie clickable without reworking the AS3 files. What I would like to do is if you click on a thmbnail or anywhere in the movie, the "portfolio" page loads. I asume this would use javascript? Any help is greatly appreciated. Thank you.
Help With Embedded Quicktime Movie
i embeded a quicktime movie file into a flash movie symbol and i want to animate that symbol on the stage (have it move up and down), but each time i make a keyframe for it to move, the quicktime movie starts over from the beginning. any idea what the problem is??
it is for a presentation. in the beginning i have the movie in the center of the stage but after about 30 seconds i need it to move to the side of the stage (while still playing) to make room for other things.
thanks!
Detecting The End Of An Embedded Movie
Hi
If I use loadMovie() to load a swf file into a timeline, how can I detect when it has finished playing so my main timeline can continue?
Also how can I ensure the movie I load appears behind everything else on the timeline? I tried _root.createEmptyMovieClip("mcBackground",0);
but it didnt work
thanks and kind regards
Embedded Movie Problem
I am loading .swf files into an other flash movie, so that my navigation buttons and mp3 player don't have to stop or reload. I have a problem with an e-mail form that I have set up on one of the .swf pages. The e-mail page works great when not embedded in my home flash movie, but once it's embeddded the e-mail page does not advance to the next frame of the movie. I believe it has something to do with the _root property that I'm using, but you might know better than me. I would really appreciate any help. My e-mail movie has four frames:
frame 1-contains the input fields (name_txt, email_txt, subject_txt, message_txt)
frame 2-processes the users info
frame 3-tells user of a system error
frame 4-thanks the user
Here is my code
/*DEFINE SUBMIT BUTTON BEHAVIOR*/
submit_mc.onRelease = function() {
//final check to make sure fields are completed
if (name_txt.text != '' &&
email_txt.text != '' &&
subject_txt.text != '' &&
message_txt.text != '') {
alert_txt.text='';//clear any previous error messages or warnings
//advance playhead to frame 2 - the "processing" message
_root.play();
//assign properties to LoadVars object created previously
dataSender.name = name_txt.text;
dataSender.email = email_txt.text;
dataSender.subject = subject_txt.text;
dataSender.message = message_txt.text;
//callback function - how to handle what comes back
dataReceiver.onLoad = function() {
if (this.response == "invalid") {
_root.gotoAndStop(1);
alert_txt.text = "Please check email address - does not appear valid."
} else if (this.response == "error") {
_root.gotoAndStop(3);
} else if (this.response == "passed") {
_root.gotoAndStop(4);
}
}
//now send data to script
/*************************
NOTE: the line below presumes the Flash swf file and php script are in the
SAME DIRECTORY on your server. If this is not the case (if for example you
wish to put the php script along with other similar items in a "scripts"
directory) you MUST MODIFY THE PATH. Otherwise the Flash movie won't be
able to locate the php script.
*************************/
dataSender.sendAndLoad("processEmail.php", dataReceiver, "POST");
} else {
//warning if they try to submit before completing
alert_txt.text = "Please complete all fields before submitting form.";
}
}
Embedded Movie Sound....
Hey guys...I have a question about embedded movie files. I have embedded a movie into my .swf and I am looking at making a mute button. I can get the movie to mute, however, unmuting it just isn't working for some reason. I don't see any flaws in my logic...so I was wondering if you guys could take a look at this code and let me know if i'm making a stupid mistake?
Quote:
this.soundIsOn = true;
this.audio = new Sound();
if (this.fso.data && this.fso.data.volume != null) {
this.audio.setVolume(this.fso.data.volume);
this.soundIsOn = this.fso.data.volume > 0;
this.wave1._alpha = this.fso.data.volume;
this.wave2._alpha = this.fso.data.volume;
}
//animation crap
this.onRollOver = function()
{
this.gotoAndStop(2);
};
this.onRollOut = function()
{
this.gotoAndStop(1);
};
this.onPress = function()
{
this.gotoAndStop(3);
};
//muting process + animation crap
this.onRelease = function()
{
if (this.soundIsOn) {
// volume settings
this.audio.setVolume(0);
this.soundIsOn = false;
this.fso.data.volume = 0;
//alpha fade for sound waves
this.wave1._alpha = this.fso.data.volume;
this.wave2._alpha = this.fso.data.volume;
} else {
//volume settings
this.audio.setVolume(100);
this.soundIsOn = true;
this.fso.data.volume = 100;
//alpha fade for sound waves
this.wave1._alpha = this.fso.data.volume;
this.wave2._alpha = this.fso.data.volume;
}
this.fso.flush();
this.gotoAndStop(1);
};
this.onReleaseOutside = this.onRollOut;
stop();
Loading Movie With Embedded FLV
Hello,
I just followed the (spectacular) video tutorials on gotoandlearn.com on how to embedd and control flash video. Ok, my video player works perfectly externally...but when I try to load the swf file into an MC inside another movie it wont play anything and the controls do not work. I have tried changing its level but still nada...
the AS I am using is attached to a frame like this:
loadMovie("video_interface.swf", _root);
_root._x = 10;
_root._y = 10;
Controlling An Embedded Movie
I have embedded a move clip into flash. I want to control it, loop and and move to frame.
I tried myMovie.stop() and myMovie.gotoAndPlay(20);
1061: Call to a possibly undefined method stop through a reference with static type flash.media:Video.
Help With Embedded Quicktime Movie
i embeded a quicktime movie file into a flash movie symbol and i want to animate that symbol on the stage (have it move up and down), but each time i make a keyframe for it to move, the quicktime movie starts over from the beginning. any idea what the problem is??
it is for a presentation. in the beginning i have the movie in the center of the stage but after about 30 seconds i need it to move to the side of the stage (while still playing) to make room for other things.
thanks!
|