Flash clock not showing up and Windows Media embedded runs multiple instances

Asked by mr.prozac

Hi,

I'm running Xibo 1.0.6 Server on Windows XP (wampserver) and Xibo 1.0.7 client on a Windows XP Pro Service Pack 3 with the latest updates and newest flash (reinstalled 5 minutes ago)

I'm trying to add a Flash Clock, but the flash app doesn't show up in the client. I've tried to add the swf and embedded the code.
I've followed the following questions without result:
-#92461
-#63912

I've even resized the object to 500x500 while the flash size is 180x30, but again no result.

And the second problem is with embedding a live stream with Windows Media. Adding a Windows Media embedded code, hides the player (which isn't a problem), but most of the times the stream is started twice or more. This creates a huge echo.

i've added a news (RSS) Ticker which works perfectly, but when WMP is running a duplicate stream (in other words, when the above described problem occures) the ticker flickers for a second or two and restarts from the start position.

I'm using the following background http://www.ccseindhoven.nl/background%20720p.jpg .
This is what i am trying to achieve:
-A News Ticker in the white bar in the bottom of the screen (works)
-A (flash) clock in the small bar in the upper left corner (which doesn't work)
-The WMP stream is hidden in the upper right corner

Regards,
Oguzhan Uysal

Question information

Language:
English Edit question
Status:
Answered
For:
Xibo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

Are you using 64 bit Windows?

Revision history for this message
mr.prozac (oguzhan-uysal) said :
#2

Both the server AND client are running XP SP3 32bit.

Revision history for this message
Alex Harrington (alexharrington) said :
#3

Which version of Flash?

I don't think we've tested with the 10.1 pre-release yet.

Can you remove the ticker from the layout completely and see if anything changes.

Alex

Revision history for this message
mr.prozac (oguzhan-uysal) said :
#4

The client is running Flash 10,0,45,2 and removing the ticker does not solve the problem.
The flash clock is still missing and the WMP stream is opened twice (with approx. 0.5 second interval)

Revision history for this message
mr.prozac (oguzhan-uysal) said :
#5

On opening Task Manager it has come to my attention that XiboClient is running 100CPU and building up RAM (360.292kB and counting) while the app has given the command to close

Revision history for this message
Alex Harrington (alexharrington) said :
#6

Lets work on one thing at a time!

Can you now remove your embedded WMP control too so you just have the one region with the flash in it. Does the flash show then?

Revision history for this message
Alex Harrington (alexharrington) said :
#7

Make sure to manually kill off any XiboClient.exe processes as well before you run the client again.

Revision history for this message
mr.prozac (oguzhan-uysal) said :
#8

It did work for a second, but it shows the flash twice and both only half (cut horizontally throught the middle)

So i tried to adjust the size and parameters, but then it didn't showed the flash object.
And then i cleaned the local library, which also didn't helped.

Revision history for this message
Alex Harrington (alexharrington) said :
#9

How are you putting the flash on the page? The Xibo flash media type doesn't take any parameters?

Revision history for this message
mr.prozac (oguzhan-uysal) said :
#10

i'm embedding the file by storing the file on my webserver and then using a fixed link to embed it in the client

Revision history for this message
mr.prozac (oguzhan-uysal) said :
#11

Now i'm trying to use the built-in flash methode by uploading the swf, which also shows nothing.

Revision history for this message
Alex Harrington (alexharrington) said :
#12

OK so we're not dealing with a Xibo FlashMedia item at all. Embedded webpages/embedded HTML are handled very differently to Flash media items so it makes a big difference.

Can you send over the XLF for the layout from your local library directory to <email address hidden> and I'll take a look at it.

Alex

Revision history for this message
mr.prozac (oguzhan-uysal) said :
#13

I think i've found the problem. It looks like the flash object won't appear if i put a ridicoulus number as a duration, i've now set it up as 60 seconds and it shows up instantaniously

Revision history for this message
Alex Harrington (alexharrington) said :
#14

OK so now add in your other two items and see if they work too with sensible durations.

Alex

Revision history for this message
mr.prozac (oguzhan-uysal) said :
#15

Flash works, Ticker works, but the stream is running twice again.

I am using the following embedded code with a duration of 360 seconds

      <OBJECT id='mediaPlayer' width="320" height="240"
      classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
      codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
      standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
      <param name='fileName' value="http://www.true.nl/streams/slamfmlivestream.asx">
      <param name='animationatStart' value='false'>
      <param name='transparentatStart' value='false'>
      <param name='autoStart' value="true">
      <param name='showControls' value="true">
      <param name='loop' value="false">
      <EMBED type='application/x-mplayer2'
        pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
        id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
        bgcolor='darkblue' showcontrols="false" showtracker='-1'
        showdisplay='1' showstatusbar='1' videoborder3d='-1' width="320" height="240"
        src="http://www.true.nl/streams/slamfmlivestream.asx" autostart="true" designtimesp='5311' loop="true">
      </EMBED>
      </OBJECT>

Revision history for this message
Alex Harrington (alexharrington) said :
#16

I've put that exact code in to a test client and I'm not hearing an echo.

Revision history for this message
mr.prozac (oguzhan-uysal) said :
#17

Try restarting the client a few times, i've trimmed the code by deleting the EMBED parameter. And aster cleaning the local library it seemed to fix it but after restarting it again the stream opened twice and the flash stopped when the audio started. I'll think i'll use an external player in the background for the stream.

Revision history for this message
Alex Harrington (alexharrington) said :
#18

OK

Can you help with this problem?

Provide an answer of your own, or ask mr.prozac for more information if necessary.

To post a message you must log in.