PDA

View Full Version : i.e. trobles with flex




babyjenniferLB
Jul 26, 2007, 08:45 PM
hi all im having a problem were my flex application will load on every browser except for any internet explorer browser.

<object type="application/x-shockwave-flash" data="../includes-artwork/gallery.swf" width="100%" height="400px">
alt : <a href="../includes-artwork/gallery_ad.swf">gallery.swf</a>
</object>

This is the code, i think its here thats the problem and not the achual application.



angelneo
Jul 26, 2007, 11:09 PM
If you are using flex builder, use it to generate the html code, cut and paste the relevant object tag from there.

tominated
Jul 26, 2007, 11:57 PM
doesn't ie use an activeX control instead or the object tag?

babyjenniferLB
Jul 27, 2007, 10:21 AM
cutting and pasteing the code form the html sample dosnt seem to work. i'll give that another go once i find the folder again. Spotlight seems to have lost it or i've deleted it lol.

pengu
Jul 27, 2007, 10:26 AM
um. w3c suggest using the object tag (as you have) but i imagine IE probably requires the <embed> tag.