You are here : Support
 
iWebs Support ForumsiWebs Support ForumsSupportSupportFlash Board - S...Flash Board - S...Flash UnavailableFlash Unavailable
Previous Previous
 
Next Next
New Post
 3/6/2008 12:26 PM
 
Flash Unavailable  (United States)
Would it be possible to add a setting to default to a particular image if the module detects that flash is unavailable?  We're loving the module on www.beartoothharley.com, however our internal kiosks apprarently don't support flash and we have no control over this.  So it leaves a big blank space in the page.
 
Thanks,
Rob
New Post
 3/28/2008 7:51 PM
 
Re: Flash Unavailable  (Australia)

What would you intend to happen if the flash is not available?

New Post
 6/11/2008 7:54 AM
 
Re: Flash Unavailable  (United States)
Ideally I could specify a static image that would be displayed.  This way I could size an image to fill the area.
 
An alternative, or even choice in the settings would be to hide the module all together.  I do this with some of my own modules using the following code
 

' If there is no content and the use is not an Admin, hide the module

If colRD_RoleStatusList.Count = 0 Then

Me.ContainerControl.Visible = UserInfo.IsInRole("Administrators")

End If
 
Thanks
New Post
 6/11/2008 12:14 PM
 
Re: Flash Unavailable  (Australia)
We have done this for our Flash Module, and can implement it in time into the other modules.
Previous Previous
 
Next Next
iWebs Support ForumsiWebs Support ForumsSupportSupportFlash Board - S...Flash Board - S...Flash UnavailableFlash Unavailable