all groups > flash (macromedia) > may 2007 >
You're in the

flash (macromedia)

group:

Problem with flvplayback


Problem with flvplayback jou00jou
5/12/2007 8:58:38 PM
flash (macromedia):
I created a simple flvplaybak component and then export it.
I faced these two problems:
[num]First one is that each time I press the full screen button I get this
error.


You could see it live
http://1030.georgeyacoub.com/files/flash/screencastTemplate.html



Another problem is when I tried to embed the swf in Drupal (a content
Management system) I get the following error :
and you could also see it live
http://1030.georgeyacoub.com/node/3

SecurityError: Error #2152: Full screen mode is not allowed.
at flash.display::Stage/set displayState()
at
fl.video::UIManager/http://www.adobe.com/2007/flash/flvplayback/internal::dispat
chMessage()
at
fl.video::UIManager/http://www.adobe.com/2007/flash/flvplayback/internal::handle
ButtonEvent()



Error #2044: Unhandled skinError:. text=[IOErrorEvent type="ioError"
bubbles=false cancelable=false eventPhase=2 text="Error #2124: Loaded file is
an unknown type. URL: SkinUnderPlaySeekFullscreen.swf"]
Re: Problem with flvplayback Rafeo
5/16/2007 11:09:52 PM
Hey, check your Publish settings. In the Template drop down menu select Flash
Only - Allow Full Screen, then export it again.
Or you can change your attributes in html this way:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=9,0,0,0" width="640" height="400" id="yourFILE" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<param name="movie" value="yourFILE.swf" /><param name="quality" value="high"
/><param name="bgcolor" value="#ffffff" /> <embed src="yourFILE.swf"
quality="high" bgcolor="#ffffff" width="640" height="400" name="cale1"
align="middle" allowScriptAccess="sameDomain" allowFullScreen="true"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>


I hope it helps ;) .
Re: Problem with flvplayback jou00jou
5/17/2007 3:41:15 AM
Awesome Thank you that helps a lot.

How about the other error; the skin error

Error #2044: Unhandled skinError:. text=[IOErrorEvent type="ioError"
bubbles=false cancelable=false eventPhase=2 text="Error #2124: Loaded file is
an unknown type. URL: SkinUnderPlaySeekFullscreen.swf"]

AddThis Social Bookmark Button