Search the web
Sign In
New User? Sign Up
sitecore
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Flash rendering fails   Message List  
Reply | Forward Message #3300 of 3315 |
Re: [sitecore] Flash rendering fails

Hi JD
yes, flash and sitecore not palying nice is the source of great frustration
the one workaroud which is ugly, but gets the job done is
using
this in your html view
////////

inline[src="url://www.yourdomain.com/App_Media/yourSWFdirectory/slideshow.swf"
style="width: 550px; height: 420px; float: right;"]inline
///////
src - is uri to your swf file
style - up to you, you can add as many attributes as you want
make sure no spaces between beginning and ending //inline// and
brackets // [ ] //

make sure that both your .swf file and your xml file are in the same
directory/folder under /yourSWFdirectory, publish them both from media
and then publish your page.

it bugs me that it's a non-508 compliant iframe, in essence, but....
we had no choice

grrr

let me know if that helps out

cass




On Wed, Oct 22, 2008 at 2:08 AM, hifromjd <hifromjd@...> wrote:
> Hello Friends,
>
> I am trying to render flash added in media library in sitecore 6.0
>
> I am getting the item by parametes from one my rendering control as
> showen below.
>
> Item flashFileItem = Sitecore.Context.Database.Items[parameters
> ["src"]];
> MediaItem flashFile = (MediaItem)flashFileItem;
> Controls.Add(new LiteralControl("src=\"" +
> Sitecore.Resources.Media.MediaManager.GetMediaUrl((MediaItem)
> flashFileItem) + "\""));



Wed Oct 22, 2008 8:09 pm

puddinbreath
Offline Offline
Send Email Send Email

Forward
Message #3300 of 3315 |
Expand Messages Author Sort by Date

Hello Friends, I am trying to render flash added in media library in sitecore 6.0 I am getting the item by parametes from one my rendering control as showen...
hifromjd
Offline Send Email
Oct 22, 2008
11:41 am

Hi I have had a similar problem in the past. Maybe the problem is that the App_Data i protected by default. You could unprotected the folder, or you could...
thomastherkildsen
thomastherki...
Offline Send Email
Oct 22, 2008
2:54 pm

Might have better luck on http://sdn5.sitecore.net/Forum.aspx...
Andy M.
amchargue44
Offline Send Email
Oct 22, 2008
4:11 pm

Hi JD yes, flash and sitecore not palying nice is the source of great frustration the one workaroud which is ugly, but gets the job done is using this in your...
King's Cat (Cassandra...
puddinbreath
Offline Send Email
Oct 22, 2008
8:11 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help