Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...flash video controls not appearingflash video controls not appearing
Previous
 
Next
New Post
9/23/2008 10:27 AM
 

I am trying to embed a flash video with controls into a site. For some reason DNN won't show the controls although the video plays fine. All I get is a black rectangle on the bottom where the controls should be. This code works great in a plain HTML page and the controls appear with no problem. Has anyone had a similar prooblem and how did you solve it?

<object xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" height="400" width="400"  classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" >
<param name="Movie" value="/Portals/13/flash/video_player.swf" />
<param name="Quality" value="high"/ />
<param name="wmode" value="transparent"/ /><embed src="/Portals/13/flash/video_player.swf" width="400" height="400"  quality="high" wmode="transparent"     type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ></embed>
</object>

 

 
New Post
9/23/2008 1:18 PM
 

Hi Jill,

Does the player use any external resources, like image files?  What typically happens is your swf file looks for extra files in the current url path.  So say the flash is playing on your page with the following url: www.yousite.com/tabid/23/default.aspx.  Now suppose your flash player is looking for play.gif.  It will look for that image at the following url: www.yoursite.com/tabid/23/play.gif.  It actually needs to look at www.yoursite.com/portals/13/flash/play.gif.

To get around this you can eaither modify the swf and pass a variable to it specifying where to look for the resource files.  Or a quick and dirty fix would be to make the actual path on your server and place the resource files there.  So in the example above, you would make the following folder [siteroot]tabid/23/ and put your resource files there.

Thanks,

Mike

 
New Post
9/23/2008 1:50 PM
 

Hi Mike,

Wow, that totally makes sense. I did not occur to me. Thanks!

Jill

 
New Post
9/23/2008 3:04 PM
 

There are two external files that the embedded .swf is looking for. One is the .flv that has the video and the other is another .swf that contains the controls. The player is finding the .flv file with no problem and the video plays. The other .swf with the controls is what is missing. I don't have access to the original .fla file since I am working with something my client gave me, so I opted to create the folder that it is looking for. I have tried numerous paths to get it right, but I have had no success. I have looked at the log files and created the folder that seems to be the path where the player is looking for the .swf. I still get nothing. We do have friendly URLs on the site, but I have tried both the tab Id and the friendly path. Any ideas?

 
New Post
9/23/2008 6:29 PM
 

Hi Jill,

Get the firebug plugin for firefox.  Use to to analyze what the main swf is trying to load. If you are not seeing it, post a url so I can take a look.

Thanks,

Mike

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...flash video controls not appearingflash video controls not appearing


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out