# Embeded FLV video doesn't play when swf is loaded

**URL:** https://forum.kirupa.com/t/embeded-flv-video-doesnt-play-when-swf-is-loaded/245176
**Category:** flash
**Created:** [November 27, 2007, 6:07am UTC](https://forum.kirupa.com/t/embeded-flv-video-doesnt-play-when-swf-is-loaded/245176 "2007-11-27T06:07:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jeevster](https://avatars.discourse-cdn.com/v4/letter/j/a8b319/32.png) [@jeevster](https://forum.kirupa.com/u/jeevster)
#### Post date: [November 27, 2007, 6:07am UTC](https://forum.kirupa.com/t/embeded-flv-video-doesnt-play-when-swf-is-loaded/245176/1 "2007-11-27T06:07:12Z")

</div>

Hello again. My last question was answered and I can now navigate back and forth between my parent page and the swf page I open in a content loader movie. However the flv files that I have placed in the swf don’t play when that swf is opened in the content loader.

Here is waht I am using on my parent page to open the DVD page in the loader

dvds.onRelease = function(){  
cloader\_mc.loadMovie(“dvds/dvds.swf”);  
}

On the DVD page, I am then using this code to open up the swf with the video file in that same loader.

playtestimonial.[COLOR=#0000FF]onRelease[/COLOR] = [COLOR=#000000] **function** [/COLOR]COLOR=#000000[/COLOR][COLOR=#000000]{[/COLOR]  
[COLOR=#0000FF]\_root[/COLOR].[COLOR=#000080]cloader\_mc[/COLOR].[COLOR=#0000FF]loadMovie[/COLOR]COLOR=#000000[/COLOR];  
[COLOR=#000000]}

The swf subpage opens up fine in the loader but the video doesn’t even show up. When I look at these same swf pages independently, they work fine.

Here is the link to the main page: [http://erc.southern.edu](http://erc.southern.edu)  
Click on the DVD link to see what I’m talking about.

Finally, here is the link to one of the subpages that works independently but not in the loader: [http://erc.southern.edu/dvds/ERCTestimonial.swf](http://erc.southern.edu/dvds/ERCTestimonial.swf)

Sorry for the long post, but hope the question is clear. THANKS SOOOO MUCH for any help!  
[/COLOR]
