Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
wrcousert #1
Embed one Flash movie into another
I have two flash movies (fm1 and fm2). fm2 is imported into fm1 and contains a
function
function test()
{
return(123);
}
fm1 also contains a function
function test2()
{
return(456)
}
I'd like to call the function test from fm1 and also call test2 from fm2.
Is this possible?
wrcousert Guest
-
Embed flash movie in Dreamweaver extension
Hello mighty forum, I am developing a dreamweaver extension(Command type) inside which I want to embed a flash object(a simple swf animation). I... -
How do I embed YouTube movie?
How do I embed a YouTube movie using Contribute 3? YouTube generates the code but I haven't been able to figure out how to embed it using C3. -
CF in Embed for Flash
I want to replace the flash object emb src and value with results from a query. I don't know if this is possible. I am providing an example of what... -
Embed a movie into an html table
I am trying to refer to a swf file withing an html table. How exactly would you do this. Thanks for any help!!! -
Embed button instance inside movie clip
Hi people Currently, I have created an empty movie clip, and loaded it with a jpeg picture. Something like this.. ... -
Gipoh #2
Re: Embed one Flash movie into another
Yes but you will have to locate the function. For example:
_parent.test1(); can be called from fm2
If you load fm2 into a movieclip which has the Instance Name "fm2" then you
can get to the function in fm2 by using _root.fm2.test2();
I hope it helps.
Gipoh Guest
-
-
sakir ali #4
Re: Embed one Flash movie into another
[url]http://www.coolmyspacelayouts.us[/url]
cool my space layouts
Thank you very much for the great information.
Thanks
sakir ali Guest
-
sakir ali #5
Re: Embed one Flash movie into another
[url]http://www.coolmyspacelayouts.us[/url]
cool my space layouts
Thank you very much for the great information.
Thanks
sakir ali Guest



Reply With Quote

