Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jose Manuel Morales on Nov 28, 2008 04:46
open dhtmlx forum
firefox problem with swf object in a tab

i have a problem loading a swf object (flash 8) in a tab only in firefox.
In IE work without problem but in firefox (v.2 & v.3) don't show at all.
Answer posted by Support on Nov 28, 2008 05:35
Please try to add next line to the tabbar initialization
    tabbar.enableForceHiding(true)

Alternative solution may be usage of SWFObject and creating of flash object on tab , only after tab in qustion selected.
Answer posted by Jose Manuel Morales on Dec 01, 2008 00:25

Thanks you very much ¡

The problem solved whith the first solution.