Digital Media Suite API Forums

« Back to Digital Signs API Forum

Reading query string values in .swf for a DMP 4400

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
I am trying to pass query string value to an actionscript .swf file that is locally stored on a DMP 4400. According to Chapter 5 of the Cisco Digital Media Designer 5.2.X User's Guide I can use the fl_flashvars= value for the 4310. What is the similar construct to do this on the 4400 and the 4305?
 
I want to be able to load the .swf file with a command similar to the one below, but with extra arguments that tells MyViewer.swf where to go get the rest of its data.
 
https://172.30.228.15:7777/set_param?init.BROWSER_CMD=file:///tmp/ftproot/usb_1/MyViewer.swf?fl_flashvars=event%3D1
 
Also, I am extremely new to action script. Any code snippets that describe how to pull the query string values from within an actionscript would be appreciated.

I am also interested in this too.
I am developing a dynamic datagrid in Flash and once I embed the SWF file into the Digital Media Designer I am no longer able to read my external XML file that contains my configuration information and data elements.