1
vote
1answer
79 views
Load dynamic swf generated by Flex 3 in a div
I am trying to load the dynamic SWF file which has 100% width and height ,generatd by my flex 3 in a div. using Jquery load() function. The div wherein i am trying to load is visib …
2
votes
1answer
257 views
is it possible to load an external URL into a container?
I'm trying to load some content from a different domain url into a jquery.mb.containerPlus via ajax without results...
Is there a way to get this content using ajax?
1
vote
1answer
65 views
jquery.mb.extruder works locally but not on the server
My test (downloaded from here) on localhost it’s working perfectly even in locally installed apache.
The same test copyed on our webhosting server in some browsers (Flock on window …
2
votes
1answer
66 views
How to give ajax call in modal dailog box.
I am using modal dailog box from jquery UI. I want to give ajax call to display the content in my dailog box.
$(function(){
$('#myLink').live("click",function(){
…