Htaccess    html   Php    javascript   Asp   css    maths  Past Questions  Practice Tests Online

swfmovie.streammp3 function syntax tag tutorial 2013 Donate at flattr Flattr this





Alert! Connect with 10,000 Chating Online. Join Now

Php swfmovie.streammp3 () function

Write your php code

 
<?php ?>

Php Result


Your code below



(no version information, might be only in CVS)

SWFMovie->streammp3 -- Streams a MP3 file

Syntax

void swfmovie->streammp3 ( mixed mp3File )

Warning

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.

swfmovie->streammp3() streams the mp3 file mp3File. Not very robust in dealing with oddities (can skip over an initial ID3 tag, but that's about it). Like swfshape->addjpegfill(), this isn't a stable function- we'll probably need to make a separate SWFSound object to contain sound types. Parameter mp3File can be a fopen() resource or a binary string.

Note that the movie isn't smart enough to put enough frames in to contain the entire mp3 stream- you'll have to add (length of song * frames per second) frames to get the entire stream in.

Yes, now you can use ming to put that rock and roll devil worship music into your SWF files. Just don't tell the RIAA.

Example 1. swfmovie->streammp3() example

<?php
  $m
= new SWFMovie();
  
$m->setRate(12.0);
  
$m->streamMp3(file_get_contents("distortobass.mp3"));
  
// use your own MP3

  // 11.85 seconds at 12.0 fps = 142 frames
  
$m->setFrames(142);

  
header('Content-type: application/x-shockwave-flash');
  
$m->output();
?>

Php swfmovie.streammp3 Function syntax tag

swfmovie.streammp3 php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online



Php swfmovie.streammp3 syntax tutorial

php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.


Function index

Variables

Expressions

Operators

Control-Structures

Cookies

Array

Date & Time

Directory function

File

Image

Operators

Form data handling

Mathematics operators

Mail

Php Mysql

Network Functions

Strings

php tutorial guides,functions, classes, code examples and tags for creating simple dynamic site to mysql database driven sites
 
 
Htaccess    html   Php    javascript   Asp   css    maths  Past Questions  Practice Tests Online