Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# HttpClient POST or PUT Json with content type application/json
- Using C# HttpClient from Sync and Async code
- Read blob file from Microsoft Azure Storage with .NET Core
- C# Get expiry timestamp from JWT token
- ASP.Net Core API - "'s' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0."
- C# Using Newtonsoft and dynamic ExpandoObject to convert one Json to another
- Creating dynamic arrays and lists using Dynamic and ExpandoObject in C#
Archive
Meta
Tag Archives: Flash
IE9 makes Sitecore crash when uploading using flash upload
First I thought this was a Sitecore issue. Then I beileved it to be a Internet Explorer 9 issue. But it’s really a Macromedia Flash issue. Flash has an issue with modal browser windows in Internet Explorer 9. When a … Continue reading
Posted in Sitecore, Sitecore 6
Tagged Flash, IE9, Internet Explorer 9, Sitecore, Upload, Upload.Classic
2 Comments
Parameters in flashVars
The flashVars is a method of passing variables to a SWF file. FlashVars is a name/value collection seperated using ampersands (&): The example above is a fictive example embedding a videplayer. The videoplayer takes 2 parameters, the video name and … Continue reading
HTML on top of Flash
It is pretty easy to place HTML on top of Flash. Or at least I though so. In order to allow HTML content to be written on top of Flash content, you must apply the “wmode=opaque” (or “wmode=transparent“) parameter to … Continue reading