Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 11, 2010 02:26 PM by AlexSorokoletov
0 Points
5 Posts
Jan 28, 2008 07:30 AM|LINK
Hi,
Can I embed silvelight or xaml into flash, I have flash site and my boss ask me if possible to embed silverlight video into flash.
thanks,
greenbox
Contributor
2103 Points
309 Posts
Jan 28, 2008 09:23 AM|LINK
i think no but if i m not wrong you can embed flash in silverlight i read about it few days back if u wanted to know let me know
Jan 28, 2008 02:26 PM|LINK
Hi Adnan,
Thanks for the reply, I have a script in javascript the will load xaml file that play wmv, I already test this in html and it's work here's the code:
function LoadXAML() { var infobox = "<div id='customInfoBox-body'><FONT face='Arial' size='2'>test</FONT></div><br>"+ "<object type='application/x-silverlight' id='silverlightControl'"+ "top='0' width='170' height='120'>"+ "<param name='background' value='White'/>"+ "<param name='source' value='xaml/915.xaml'/>"+ "</object>"; document.writeln(infobox); }
<INPUT id="loadTest" type="button" value="Test" onclick="LoadXAML();">
My question is can I call this from fla file? from fla call javascript function and this function will load silverlight video.
Thanks,
Feb 01, 2008 07:47 AM|LINK
I already resolve this issue using div or iframe.
Member
2 Points
1 Post
Feb 01, 2008 10:53 AM|LINK
Could you be more explicit on your solution for this issue?
I am on a similar problem and I'm also looking for a solution but I don't really understand what do you refer with the use of div o iframe.
thx,
sergi
Feb 04, 2008 05:17 AM|LINK
Hi sergi,
Follow this link.
http://www.communitymx.com/content/article.cfm?cid=E5141
How to display object on top of flash, base on that link I have an idea how to display silverlight on top of flash.
16 Points
6 Posts
Jan 11, 2010 02:26 PM|LINK
You can see example of Hosting Silverlight inside flash here.
Flash silverlight hosting
greenbox
0 Points
5 Posts
silverlight embed into flash
Jan 28, 2008 07:30 AM|LINK
Hi,
Can I embed silvelight or xaml into flash, I have flash site and my boss ask me if possible to embed silverlight video into flash.
thanks,
greenbox
realfantasy
Contributor
2103 Points
309 Posts
Re: silverlight embed into flash
Jan 28, 2008 09:23 AM|LINK
i think no but if i m not wrong you can embed flash in silverlight i read about it few days back if u wanted to know let me know
greenbox
0 Points
5 Posts
Re: silverlight embed into flash
Jan 28, 2008 02:26 PM|LINK
Hi Adnan,
Thanks for the reply, I have a script in javascript the will load xaml file that play wmv,
I already test this in html and it's work here's the code:
function LoadXAML()
{
var infobox = "<div id='customInfoBox-body'><FONT face='Arial' size='2'>test</FONT></div><br>"+
"<object type='application/x-silverlight' id='silverlightControl'"+
"top='0' width='170' height='120'>"+
"<param name='background' value='White'/>"+
"<param name='source' value='xaml/915.xaml'/>"+
"</object>";
document.writeln(infobox);
}
<INPUT id="loadTest" type="button" value="Test" onclick="LoadXAML();">
My question is can I call this from fla file? from fla call javascript function and this function will load silverlight video.
Thanks,
greenbox
greenbox
0 Points
5 Posts
Re: silverlight embed into flash
Feb 01, 2008 07:47 AM|LINK
Hi,
I already resolve this issue using div or iframe.
Thanks,
greenbox
sergisj
Member
2 Points
1 Post
Re: silverlight embed into flash
Feb 01, 2008 10:53 AM|LINK
Could you be more explicit on your solution for this issue?
I am on a similar problem and I'm also looking for a solution but I don't really understand what do you refer with the use of div o iframe.
thx,
sergi
greenbox
0 Points
5 Posts
Re: silverlight embed into flash
Feb 04, 2008 05:17 AM|LINK
Hi sergi,
Follow this link.
http://www.communitymx.com/content/article.cfm?cid=E5141
How to display object on top of flash, base on that link I have an idea how to display silverlight on top of flash.
greenbox
greenbox
0 Points
5 Posts
Re: silverlight embed into flash
Feb 04, 2008 05:17 AM|LINK
Hi sergi,
Follow this link.
http://www.communitymx.com/content/article.cfm?cid=E5141
How to display object on top of flash, base on that link I have an idea how to display silverlight on top of flash.
greenbox
AlexSorokole...
Member
16 Points
6 Posts
Re: silverlight embed into flash
Jan 11, 2010 02:26 PM|LINK
You can see example of Hosting Silverlight inside flash here.
Flash silverlight hosting