# Embedding widgets in an swf

**URL:** https://forum.kirupa.com/t/embedding-widgets-in-an-swf/292395
**Category:** Uncategorized
**Created:** [July 14, 2009, 12:11am UTC](https://forum.kirupa.com/t/embedding-widgets-in-an-swf/292395 "2009-07-14T00:11:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![brookisme](https://avatars.discourse-cdn.com/v4/letter/b/ecd19e/32.png) [@brookisme](https://forum.kirupa.com/u/brookisme)
#### Post date: [July 14, 2009, 12:11am UTC](https://forum.kirupa.com/t/embedding-widgets-in-an-swf/292395/1 "2009-07-14T00:11:37Z")

</div>

hello all - i´ve built the following site.

[http://chefhosea.com](http://chefhosea.com)

the client wanted a video player - so i built a one, but bravo now says we have to use their video widgets if we want to post any of the topchef videos on our site…

i was unhappy about this, stylistically, but fine - we do what we have to do. the problem is now i am thinking it might not be possible

the embed code, to put the widget in an html file, is below. i tried using the loader class with the url given in data=… . it gave me a sandbox security violation. the problem i am having - i think - is the id=… is there away to pass this with Loader or URLLoader or something.

if we wanted to blow off bravo´s request to use their widgets - is there any good way of figuring out where they keep actual video files?

EMBED CODE -----------

\<object type=“application/x-shockwave-flash” data=“[http://widgets.bravotv.com/o/4657041ec2a2cf53/4a5bc188796636a5/4657041ec2a2cf53/91908920/-cpid/915b411d63767b05](http://widgets.bravotv.com/o/4657041ec2a2cf53/4a5bc188796636a5/4657041ec2a2cf53/91908920/-cpid/915b411d63767b05)” id=“W4657041ec2a2cf534a5bc188796636a5” width=“400” height=“400”\>\<param name=“movie” value=“[http://widgets.bravotv.com/o/4657041ec2a2cf53/4a5bc188796636a5/4657041ec2a2cf53/91908920/-cpid/915b411d63767b05](http://widgets.bravotv.com/o/4657041ec2a2cf53/4a5bc188796636a5/4657041ec2a2cf53/91908920/-cpid/915b411d63767b05)” /\>\<param name=“wmode” value=“transparent” /\>\<param name=“allowNetworking” value=“all” /\>\<param name=“allowScriptAccess” value=“always” /\>\<param name=“allowFullScreen” value=“true” /\>\</object\>
