Streaming Media Problem
hi,
im attempting first flash website , going far , enjoying it… apart 1 issue:
i wish stream external audio when frame in flash movie reached (the movie animation "down" phase of button)
i have used 2 lines of actionscript @ frame 290 follows:
mymusic = new sound(mymusicmc);
mymusic.loadsound("url file", true);
as button mouse button held down in order reach frame 290, audio starts stream , continues when mouse button released...perfect.
this works fine when published flash problem comes when published html, once mouse button released audio stops, though still says "transferring data" @ bottom left of browser.
is there im missing? reason used action script instead of stream event audio continue when button released.
any appreciated :)
im attempting first flash website , going far , enjoying it… apart 1 issue:
i wish stream external audio when frame in flash movie reached (the movie animation "down" phase of button)
i have used 2 lines of actionscript @ frame 290 follows:
mymusic = new sound(mymusicmc);
mymusic.loadsound("url file", true);
as button mouse button held down in order reach frame 290, audio starts stream , continues when mouse button released...perfect.
this works fine when published flash problem comes when published html, once mouse button released audio stops, though still says "transferring data" @ bottom left of browser.
is there im missing? reason used action script instead of stream event audio continue when button released.
any appreciated :)
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment