Jump to content
Search Community

celumbra

Members
  • Posts

    5
  • Joined

  • Last visited

celumbra's Achievements

0

Reputation

  1. Hi, Here is the sample code: var swf: SWFLoader = new SWFLoader(url,{x:0, y:0, container:curriculumMapDisplayArea, onProgress:_loaderMaxProgress, onComplete:displayPrintPreview, fitWidth: curriculumMapDisplayArea.width, fitHeight: curriculumMapDisplayArea.height, hAlign: "center", vAlign: "center", bgColor: 0x000000, scaleMode: "proportionalInside", noCache: false}); swf.load(); \\ As the swf loads, the curriculumMapDisplayArea in this example displays a grey background with a spinner animation. I am looking for the place to change this grey color. Thanks.
  2. Is there a way to change the color of the background that appears prior to the swf loading? This is the background with the spinner. I see the bgColor parameter, but it doesn't seem to change the light grey color under the spinner. Thanks.
  3. Looks like the project files didn't make it. I zipped it up, but it is still larger than 1 MB. Is there another route to uploading the Flex project?
  4. Hi, Thanks for looking at this. You mentioned that it loaded right up? Did the video play? I am seeing a black screen, not even the default message SMP displays when it doesn't have proper configuration parameters. I've created a stripped down project, which I am including, and still get the same results. Thanks again for taking a look. Robert
  5. Hi, I am trying to load the StrobeMediaPlayback.swf into a Flex app, but am having trouble calling the initialize function on StrobeMediaPlayback.swf. I have loaded swfs with LoaderMax and called functions successfully before, but I am not sure what I am missing here. I suspect it is how I am passing the parameters to the function, but SMP isn't displaying at all, even without initializing. I hope someone can point me in the right direction. Here is the code I am using. <?xml version="1.0" encoding="utf-8"?> xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" creationComplete="application1_creationCompleteHandler(event)"> useHandCursor="true" buttonMode="true" mouseChildren="true" height="500" width="{displayAreaWidth}" y="0" x="0" z="0" >
×
×
  • Create New...