Hello, I've been working with the new FileUploader widget, included in the new dojo version 1.2. Firstly, I was able to send files without any problem using the Flash 9 version, but just after I upgraded to Flash 10, the FileUploader failed when I tried to add files in the FileUploader.
Here is the message I receive when I click the FileUploader button:
Flash
FileUploader incompatibility with Flash 10
cross domain XHR - question regarding XHR plugin api
Hello,
I just read the post on Sitepen about the upcoming XHR plugin registry to prioritize cross-domain transports. It only mentioned native implementation (if available), window name and iFrame fragment methods.
SWF Communication in Dijit.Dialog
I am using FABridge for FLEX/AJAX Communication. It works fine in both IE and FF and for layout I am using contentpane. But when I open dijit.dialog which embeds swf file, I try to communicate flash file using FABridge, but its not working(Only in IE).
JavaScript will be called when user clicks on ADD Button in the Popup
function AddItem(){
try{
var flexApp = FABridge.AddSpecCategoryApp.root();
}
catch (e) {
alert("flash Bridge error: " + e.name + " " + e.message );
}
}
Code in Popup for embeding SWF:
It would be great if I get the solution ASAP.
Flash Issue in dijit.dialog
I am using FABridge for FLEX/AJAX Communication. It works fine in both IE and FF and for layout I am using contentpane. But when I open dijit.dialog which embeds swf file, I try to communicate flash file using FABridge, but its not working(Only in IE).
JavaScript will be called when user clicks on ADD Button in the Popup
function AddItem(){
try{
var flexApp = FABridge.AddSpecCategoryApp.root();
}
catch (e) {
alert("flash Bridge error: " + e.name + " " + e.message );
}
}
Code in Popup for embeding SWF:
- Login or register to post comments
- Read more
- Subscribe post
Flash/Flex swf calling a javascript function
I am trying to call a javascript function from a swf created by Flex builder2. The flash swf was added to an iframe and the swf runs however the call to the javascript function does not work. I need to pass a pdf url to the javascript function then open a new tab to display the pdf. The goal is to display multiple pdf's each in there own tab from a selection made inside the swf. Is there another way to include a .swf. Is there an example of alternatives to adding a flash container? Is iframe the correct tag?
searching best way to import flash
hello,
i have a big flash, which i'm importing and writing with swfobject in a div. i also use fading. now when i include the big flash my fading doesn't work. i have to import the flash and can not use the page without flash. flash must use wmode too
addParam("wmode", "transparent")!
have somebody an idea how to import the flash - or a code snipplet?
regards,
dura4cell
Flash bug in Firefox
Hi all,
This is a problem I have been trying to find a way around for quite some time. With Firefox v2.0 for Macintosh and Flash Player 9,0,115, I am experiencing with a good solid majority of .swf files screen drawing problems. I have tried different methods of embedding them, using SWFObject, FlashObject, etc.. The flash player will not completely draw the first frame, only 'moving' bits after that first frame.
This problem occurs fairly consistently when trying to put Flash content inside a dijit.Dialog.
