Hi All:
I am new to SWFObject and trying to fix a bug in existing code. Here
is the code I have
swfobject.embedSWF("/my_playerv4.swf", "flashcontent", "410", "270",
"8", false, { file: "MTX_770-1_fallback.flv", logo: "/images/
videoLogos/logo.gif" }, { bgcolor: "#FFFFFF", play: "false" });
In the above code, the player is looking the for file
(MTX_770-1_fallback.flv) in a specific folder. I am not able to find
where this folder is hard coded. For ex, it always look for the file
in the folder videos/flv. How can I change the default folder?
Or how can I open the file from my hard disk? like I want to change
this as file: "C:\flv\MTX_770-1_fallback.flv"
Any help would greatly be appreciated.
-Vas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---