Andreas Rønning wrote:
> Getting this error:
> 
> 
> 
> try { mini-player.SetReturnValue(__flash__toXML(playerMethods.getUrl()) 
> ); } catch (e) { mini-player.SetReturnValue("<undefined/>"); }
> 
> Error: "mini" is undefined
> 
> 
> 
> the string "mini-player" is nowhere in the source for the swf, nor is it 
> in any text field, nor is it anywhere at all. This is an Internet 
> Explorer specific error that occurs when the method playerMethods.getUrl 
> is called with ExternalInterface.
> 
> Anyone know what's going on here?

This is the name of your "OBJECT" or "EMBED" HTML tag.
Try changing it to "mini_player".

Nicolas
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to