Re: [flexcoders] Uploading flex applictions to the web

2007-01-12 Thread Tom Chiverton
On Thursday 11 January 2007 15:20, retrogamer4ever wrote:
 page http://www.ctrlzsc.com/other/bin/theCartoonExpress.html all that
 shows up is a blank default Flex swf file. What is the problem, why
 won't it display?

Runs fine here, though I notice your minimum player version is wrong in the 
HTML wrappers JavaScript.
It throws a RTE after loading because it's trying to read content from my disk 
though.

-- 
Tom Chiverton
Helping to collaboratively enhance web-enabled mindshares



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


[flexcoders] Uploading flex applictions to the web

2007-01-11 Thread retrogamer4ever
Okay when I test my flex appliction on my computer it works fine, 
displays and everything but when I uploaded my bin folder to my 
hosting service for some reason it doesn't display when I test the 
page http://www.ctrlzsc.com/other/bin/theCartoonExpress.html all that 
shows up is a blank default Flex swf file. What is the problem, why 
won't it display? 



Re: [flexcoders] Uploading flex applictions to the web

2007-01-11 Thread Simeon Bateman

Well if you hit the swf directly the document loads just fine.

http://www.ctrlzsc.com/other/bin/theCartoonExpress.swf

So I guess my question would be have you done anything to modify the html
that is generated by flex builder?  Or have you renamed any of the files and
such?

simeon


On 1/11/07, retrogamer4ever [EMAIL PROTECTED] wrote:


  Okay when I test my flex appliction on my computer it works fine,
displays and everything but when I uploaded my bin folder to my
hosting service for some reason it doesn't display when I test the
page http://www.ctrlzsc.com/other/bin/theCartoonExpress.html all that
shows up is a blank default Flex swf file. What is the problem, why
won't it display?

 



Re: [flexcoders] Uploading flex applictions to the web

2007-01-11 Thread Roman Protsiuk

Hi.

Debug flash player gives me (8 times, different filenames):

SecurityError: Error #2148: SWF file
http://www.ctrlzsc.com/other/bin/theCartoonExpress.swf cannot access local
resource file:///C|/Documents and Settings/Xyii/My Documents/Andre
Adams/graphix/dog_home_hero.jpg. Only local-with-filesystem and trusted
local SWF files may access local resources.
   at flash.display::Loader/flash.display:Loader::_load()
   at flash.display::Loader/load()
   at mx.controls::SWFLoader/::loadContent()
   at mx.controls::SWFLoader/load()
   at mx.controls::SWFLoader/::initializeHandler()
   at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction
()
   at flash.events::EventDispatcher/dispatchEvent()
   at mx.core::UIComponent/set processedDescriptors()
   at mx.core::UIComponent/mx.core:UIComponent::initializationComplete()
   at mx.core::UIComponent/initialize()
   at
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded
()
   at
mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded()
   at mx.core::Container/addChildAt()
   at mx.core::Container/addChild()
   at mx.core::Container/createComponentFromDescriptor()
   at mx.core::Container/createComponentsFromDescriptors()
   at mx.core::Container/mx.core:Container::createChildren()
   at mx.core::UIComponent/initialize()
   at mx.core::Container/initialize()
   at mx.core::Application/initialize()
   at theCartoonExpress/initialize()
   at
mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::childAdded
()
   at mx.managers::SystemManager/::initializeTopLevelWindow()
   at mx.managers::SystemManager/::frameEndHandler()

Take care,
R.


On 1/11/07, Simeon Bateman [EMAIL PROTECTED] wrote:


  Well if you hit the swf directly the document loads just fine.

http://www.ctrlzsc.com/other/bin/theCartoonExpress.swf

So I guess my question would be have you done anything to modify the html
that is generated by flex builder?  Or have you renamed any of the files and
such?

simeon


On 1/11/07, retrogamer4ever [EMAIL PROTECTED] wrote:

   Okay when I test my flex appliction on my computer it works fine,
 displays and everything but when I uploaded my bin folder to my
 hosting service for some reason it doesn't display when I test the
 page http://www.ctrlzsc.com/other/bin/theCartoonExpress.html all that
 shows up is a blank default Flex swf file. What is the problem, why
 won't it display?


 



Re: [flexcoders] Uploading flex applictions to the web

2007-01-11 Thread Simeon Bateman

Looks like your image is hard coded to the path on your hard drive?  Is that
the case?  if it is you might be getting a silent security exception when it
is viewed on the live site.

simeon


On 1/11/07, Roman Protsiuk [EMAIL PROTECTED] wrote:


  Hi.

Debug flash player gives me (8 times, different filenames):

SecurityError: Error #2148: SWF file 
http://www.ctrlzsc.com/other/bin/theCartoonExpress.swf
cannot access local resource file:///C|/Documents and Settings/Xyii/My
Documents/Andre Adams/graphix/dog_home_hero.jpg. Only local-with-filesystem
and trusted local SWF files may access local resources.
at flash.display::Loader/flash.display:Loader::_load()
at flash.display::Loader/load()
at mx.controls::SWFLoader/::loadContent()
at mx.controls::SWFLoader/load()
at mx.controls::SWFLoader/::initializeHandler ()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction
()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/set processedDescriptors()
at mx.core::UIComponent/mx.core:UIComponent::initializationComplete()
at mx.core::UIComponent/initialize()
at
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded
()
at mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded
()
at mx.core::Container/addChildAt()
at mx.core::Container/addChild()
at mx.core::Container/createComponentFromDescriptor()
at mx.core::Container/createComponentsFromDescriptors()
at mx.core::Container/mx.core:Container::createChildren ()
at mx.core::UIComponent/initialize()
at mx.core::Container/initialize()
at mx.core::Application/initialize()
at theCartoonExpress/initialize()
at 
mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::childAdded
()
at mx.managers::SystemManager/::initializeTopLevelWindow()
at mx.managers::SystemManager/::frameEndHandler()

Take care,
R.


On 1/11/07, Simeon Bateman [EMAIL PROTECTED] wrote:

   Well if you hit the swf directly the document loads just fine.

 http://www.ctrlzsc.com/other/bin/theCartoonExpress.swf

 So I guess my question would be have you done anything to modify the
 html that is generated by flex builder?  Or have you renamed any of the
 files and such?

 simeon


 On 1/11/07, retrogamer4ever  [EMAIL PROTECTED] wrote:
 
Okay when I test my flex appliction on my computer it works fine,
  displays and everything but when I uploaded my bin folder to my
  hosting service for some reason it doesn't display when I test the
  page http://www.ctrlzsc.com/other/bin/theCartoonExpress.html all that
  shows up is a blank default Flex swf file. What is the problem, why
  won't it display?