1
vote
1answer
78 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 …
1
vote
1answer
65 views
problem with ajax .load() and <a href>
Hello All,
I wrote a Jquery using .load method to load the body of a .htm (say home.htm) file inside a div element (say 'div#content').
the problem is that when i click a url in …