Re: [Flashcoders] getting data from outside servers

2014-08-11 Thread Mike Starr
enforce coerce
(null)var xmlLoader:URLRequest = new URLRequest(
http://www.thissite.com/data.xml;);


On Mon, Aug 11, 2014 at 7:54 AM, Ted Lehr t...@qvine.com wrote:

 So it seems Flash by default does not allow a movie to get data (say xml)
 from another server. So if I have a movie on
 http://www.thissite.com/movie.swf and in that movie I have:

 var xmlLoader:URLRequest = new URLRequest(
 http://www.thissite.com/data.xml;);

 Is there anyway around this?

 T

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Html coding: video for iPad and Flash on one page

2014-07-21 Thread Mike Starr
So this looks complicated.

A few resources I recommend:
Adobe GoLive
ActiveX


On Mon, Jul 21, 2014 at 10:20 AM, Ross P. Sclafani ross.sclaf...@gmail.com
wrote:

 I have done this for a video player i build that does hundreds of millions
 of streams / year across platforms and devices.

 I use SWFObject to attempt to write the flash SWF, and put our html5
 rendering code into the callback after the attempt, if the flash failed to
 write.



 On Jul 21, 2014, at 1:57 AM, natalia Vikhtinskaya natavi.m...@gmail.com
 wrote:

  Thank you very much for this link. But I need a bit different. If browser
  support HTML5 and Flash it should play Flash. Only platforms that does
 not
  support Flash should play video.
 
 
  2014-07-20 21:55 GMT+04:00 Ruben Quintana ruben.quint...@gmail.com:
 
  http://coolestguidesontheplanet.com/use-html-5-video-on-all-browsers/
 
 
 
  On Sun, Jul 20, 2014 at 12:05 PM, natalia Vikhtinskaya 
  natavi.m...@gmail.com wrote:
 
  I need play video only for iPad and other devices that does not support
  Flash. Does this code do that?
 
 
  2014-07-20 19:51 GMT+04:00 Micky Hulse mickyhulse.li...@gmail.com:
 
  On Sun, Jul 20, 2014 at 8:41 AM, natalia Vikhtinskaya
  natavi.m...@gmail.com wrote:
  I tested on Windows - just blank page. It seems  does not like
  style=display:none but I don't know another solition.
 
  I typically use:
 
  video poster=foo.jpg width=480 height=360 preload=none
  controls
 source src=foo.webm type=video/webm
 source src=foo.ogv type=video/ogg
 source src=foo.mp4 type=video/mp4
 ... Flash fallback goes here ...
  /video
 
  You'll have to change width/height to match video.
 
  This app is great for converting your source to diff formats:
 
  http://www.mirovideoconverter.com/
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash to HTML

2014-06-19 Thread Mike Starr
John,

Have yough considered writing up some simple pseudocode for us to build
upon?


On Thu, Jun 19, 2014 at 1:02 PM, John R. Sweeney Jr. jr.swee...@comcast.net
 wrote:

 The group has been quite for awhile. Anyone still here?

 I know things are constantly evolving, I’m curious if anyone has found a
 good tool that will convert a rather complex game from Flash to HTML? I
 know Adobe has tools to convert timeline animations and graphics and
 minimal code and Google Swiffy came around when CS4 was out. I’m looking
 around to see if there is any newer developments in bringing existing Flash
 AS3 apps to HTML. Even if it’s not one to one, but at least gets me a good
 start, please through out your thoughts and/or suggestions.

 Much appreciated…

 Thanks,
 John

 John R. Sweeney Jr.
 Senior Interactive Multimedia Developer
 OnDemand Interactive Inc
 Hoffman Estates, IL 60169


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders