Hi Steve Technically anything can be Base64 encoded. However, any Base64 encoding and decoding will need to be handled by your custom code; this SWFObject list is strictly limited to SWFObject support and doesn't cover how to use Base64 encoding.
- philip On Thu, Jul 29, 2010 at 2:55 PM, steve h <[email protected]> wrote: > I was wondering is possible to encode this function with base64? > what I'm trying to achieve is to convert this string to base64 code > and store to mysql. > > when I retrieve it, I will use base64 decoder to read it. thanks > > > swfobject.embedSWF( > "<?php echo > plugins_url('/vipers-video-quicktags/resources/jw-flv- > player/player.swf'); ?>", > "vvqvideopreview", > jQuery("#vvq-width").val(), > jQuery("#vvq-height").val(), > "9", > vvqexpressinstall, > vvqflvparams, > vvqparams, > vvqattributes > ); > > -- > 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]<swfobject%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > -- 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.
